RE: distributing a WAR w/ hostnames in JSP's

2002-05-12 Thread James Mitchell
Use relative links. JM Please ignore this if it appears that I did not understand your question. > -Original Message- > From: G.L. Grobe [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 12, 2002 2:04 PM > To: [EMAIL PROTECTED] > Subject: distributing a WAR w/ hostnames in JSP's > > > How

Re: Postgres JDBCRealms : Tomcat-4.0.1

2002-05-09 Thread James Williamson
Grant, The stack trace tells you exactly what's going wrong, you need to relax the security regarding opening sockets. Modify the catalina.policy file in your conf directory. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Message - From: Grant Edwards &l

WAR files don't unpack if the webapp is already there

2002-05-09 Thread James Turner
d unpack it. Is this a feature of Tomcat? Shouldn't it notice if the webapp directory is out of date in comparison to the WAR file? James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Help me: URGENT!!!

2002-05-04 Thread James Williamson
eferer when the browser sends it. The alternative is to send an extra parameter in the url. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Message - From: Laura <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]>; Anton Schoultz <[EMAIL PROTEC

Re: JNDI: datasource is null

2002-05-03 Thread James Williamson
Are you using the warp connector? Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Message - From: Cindy Ballreich <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:22 PM Subject: JNDI: datasource is null > I know there&

Re: Urgent.. Please help me

2002-05-03 Thread James Williamson
Are you using the WARP connector by any chance? Regards, James Williamson www.nameonthe.net UK Tomcat Hosting > > - Original Message - > From: "Alvin Wang" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Friday,

Re: cgi-bin

2002-05-03 Thread James Williamson
It all depends what Tomcat/Apache connector you're using, by default you can't stop requests being redirected to Tomcat using mod_webapp, although you can with jk. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Message - From: Ken Anderson <[EM

Re: Tomcat and JSP Custom Tags

2002-04-29 Thread James Williamson
Javier, There's a jspversion element within the tag descriptor file, you need to change it to 1.2 James www.nameonthe.net UK Tomcat Hosting - Original Message - From: Javier Urbaneja Fan <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Monday, Apr

Re: getRemoteUser(), getAuthType() returning empty string insteadof NULL?

2002-04-25 Thread James Garrison
Ignacio J. Ortega wrote: >>De: James Garrison [mailto:[EMAIL PROTECTED]] >>Enviado el: jueves 25 de abril de 2002 18:52 > > >>I'm willing to look through the Tomcat code to try >>and debug this. Can you suggest where to start? > > > < > http:

Re: getRemoteUser(), getAuthType() returning empty string insteadof NULL?

2002-04-25 Thread James Garrison
James Garrison wrote: > Ignacio J. Ortega wrote: > >> Did you tried with tomcatAuthentication="true"? >> >> This way works for me .. I'm willing to look through the Tomcat code to try and debug this. Can you suggest where to start? -- James Garriso

Re: getRemoteUser(), getAuthType() returning empty string insteadof NULL?

2002-04-25 Thread James Garrison
Ignacio J. Ortega wrote: > Did you tried with tomcatAuthentication="true"? > > This way works for me .. > Still fails the same way. -- James GarrisonAthens Group, Inc. mailto:[EMAIL PROTECTED]5608 Parkcrest Dr http

Re: getRemoteUser(), getAuthType() returning empty string insteadof NULL?

2002-04-24 Thread James Garrison
Ignacio J. Ortega wrote: > Try the latest 4.0.3 , this should have this problem solved.. Installed 4.0.3, problem still present. -- James GarrisonAthens Group, Inc. mailto:[EMAIL PROTECTED]5608 Parkcrest Dr http://www.athensgroup.

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread James Williamson
Can anyone confirm/deny this? > > > > > > Lance We wrote a quick and dirty patch which I should get round to sending to the Tomcat dev list which allows you to tell mod_webapp to ignore certain types of content. It basically introduces WebappIgnore directive to ignore

Re: DataSource from JNDI always null

2002-04-23 Thread James Williamson
x27; section to see if it can find a matching context within Tomcat. Send your server.xml file and httpd.conf file and I can tell you what's going wrong. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting > I have also experienced 1. below. Does anyone know of there is an

Re: getRemoteUser(), getAuthType() returning empty string insteadof NULL?

2002-04-23 Thread James Garrison
Ignacio J. Ortega wrote: >>De: James Garrison [mailto:[EMAIL PROTECTED]] >>Enviado el: martes 23 de abril de 2002 18:48 > > > Needed more information, which Tomcat version?, post the connector or > interceptor line for ajp13 prsent in your server.xml file.. >

getRemoteUser(), getAuthType() returning empty string instead ofNULL?

2002-04-23 Thread James Garrison
c) A bug in Tomcat? d) Something else? Thanks in advance. -- James GarrisonAthens Group, Inc. mailto:[EMAIL PROTECTED]5608 Parkcrest Dr http://www.athensgroup.comAustin, TX 78731 PGP: RSA=0x92E90A3B DH/DSS=0x498

Defining access to different sub directories

2002-04-19 Thread Mohr James
efine the constrains within the top level /Customers/WEB-INF/web.xml??? AM I missing something? This is TC 3.2 on Win2K/MIIS 4. Thanks in advance for any and all help. Best Regards, Jim Mohr ELAXY Brokerage & Trading GmbH & Co KG _____ James Mohr Help Desk Manager

Re: Apache serving static content

2002-04-16 Thread James Williamson
Hi Ken, That won't work, mod_webapp only looks at the uri, the Alias directive modifies the filename (as do things like mod_rewrite) during the uri translation phase, obviously doing this has no effect. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Me

Re: Apache serving static content

2002-04-16 Thread James Williamson
Ken, I've send the dev list a few e-mails about this (and other bugs I've seen) and I should really send this patch to them. However, I need to eradicate a few issues with it before I send it to them. Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Origin

Re: Apache serving static content

2002-04-16 Thread James Williamson
tion). Regards, James Williamson www.nameonthe.net UK Tomcat Hosting - Original Message - From: Gabriel Maffia <[EMAIL PROTECTED]> To: Tomcat Users List Service <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 5:07 PM Subject: Apache serving static content Hello Again: I k

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
y appear to function OK). Regards, James Williamson www.nameonthe.net - Original Message - From: Chris Pheby <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 1:50 PM Subject: RE: Tomcat 4 + PHP + CGI > Hi James, you can get a wo

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
Chris, That won't work, the mod_webapp connector doesn't work on Windows platforms. Regards, James Williamson www.nameonthe.net - Original Message - From: Chris Pheby <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 200

Tomcat 3.2.1 security newbie - Basic authentication Win2k/MIIS

2002-04-15 Thread Mohr James
ted. Regards, Jim Mohr ELAXY Brokerage & Trading GmbH & Co KG _ James Mohr Help Desk Manager Am Hofbräuhaus 1 96450 Coburg Germany Fon +49 (0) 95 61.55 43.0 Fax +49 (0) 95 61.55 43.302 E-Mail: [EMAIL PROTECTED] --- "Scien

Re: Tomcat 4.0.3 manager reload bug?

2002-04-12 Thread James Williamson
to be done. Regards, James Williamson www.nameonthe.net - Original Message - From: David Farb <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 4:07 PM Subject: Tomcat 4.0.3 manager reload bug? > My appologies if I sent this twice, I sent it as

IIS Redirector & Authentication

2002-04-11 Thread James Garrison
request, and the 403 result page back from Tomcat to IIS. The Tomcat log for the interaction says "Already Authenticated {}" with no other explanation. Any ideas? -- James GarrisonAthens Group, Inc. mailto:[EMAIL PROTECTED]5608 P

Re: Problem building mod_webapp.so for Solaris 8

2002-04-08 Thread James Williamson
Carol, I've never actually done it, but why not install GCC on a dev box and cross compile mod_webapp for your Solaris box? Regards, James Williamson www.nameonthe.net - Original Message - From: Carol Oakes <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]

Re: Webapp and warp

2002-04-05 Thread James Williamson
interested to know how you get on. Regards, James Williamson www.nameonthe.net - Original Message - From: Gabriel Maffia <[EMAIL PROTECTED]> To: Tomcat Users List Service <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 2:03 PM Subject: Webapp and warp Hello all, I´m act

Re: mod_webapp problem

2002-04-04 Thread James Williamson
Julien, Does that mean that patch I hacked together works OK? I haven't had time to properly test it yet. Regards, James Williamson www.nameonthe.net - Original Message - From: Julien OIX <[EMAIL PROTECTED]> To: Tomcat list <[EMAIL PROTECTED]> Sent: Thursday, April

RE: Connecting Apache 1.3.23 and Tomcat 4.0.3 via WARP

2002-03-28 Thread Swart, James (Jim) %
Mine did the same damn thing. I ended up using the proxy connector on port 8181 and proxying my virtual hosts to tomcat. Love to hear the solution. J a m e s B. S w a r t -Original Message- From: Thomas Gideon [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:08 PM To:

Access Denied when starting tomcat

2002-03-27 Thread James Rowe
Hello. I am having difficulty getting apache tomcat to work despite having followed appropriate instructions. When I start tomcat with Startup.bat (in Windows 98) an MSDOS window appears stating that it has set CATALINA_BASE, CATALINA_HOME, CATALINA_TMPDIR, and JAVA_HOME to the directories speci

ClassCastException for JNI class loaded from common/lib

2002-03-26 Thread James Sheridan
ke it work ? Thanks in advance, James -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: error loading taglib

2002-03-24 Thread James Williamson
Hi Isak, Are you sure you've put the class (CounterTag) in a place the classloader can find it? Regards, James Williamson www.nameonthe.net - Original Message - From: Isak Rickyanto <[EMAIL PROTECTED]> To: Tomcat User Group <[EMAIL PROTECTED]> Sent: Monday, March

Re: Apache and Tomcat contexts

2002-03-23 Thread James Williamson
t loads of seg faults. However, the little testing I did do looked encouraging. If you want a binary for a Linux machine let me know. Regards, James Williamson www.nameonthe.net - Original Message - From: Robert Nicholson <[EMAIL PROTECTED]> To: Tomcat-User <[EMAIL PROTECTED]&

Tomcat wierdness - sometimes a page is there sometimes its note

2002-03-22 Thread Mohr James
ometimes re-starting the Internet services works, sometimes it doesn't. I cannot combination or restarts or whatever, that consistantly work. It seems almost random whether this works or not. Any ideas? Regards, Jim Mohr ELAXY Brokerage & Trading GmbH & Co KG ____

Re: Unable to create jar cache

2002-03-21 Thread James Williamson
You sure you haven't run out of disk space? James Williamson www.nameonthe.net - Original Message - From: Yu-Meng Chong <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 10:28 AM Subject: Unable to create jar cache > Hi Al

Re: reloadable doesn't work with warpconnector

2002-03-20 Thread James Williamson
still looking for the previous id. The solution to this is to restart apache, the point where mod_webapp indexes the applications. Regards, James Williamson www.nameonthe.net - Original Message - From: Mike Johnson <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sen

Re: TC 4 - URLRewrite :: repost

2002-03-20 Thread James Williamson
ite mechanism (which mod_webapp normally ignores completely). I should have finished my tests by this evening is you want to give it a try. Regards, James Williamson www.nameonthe.net - Original Message - From: Reynir Hübner <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTE

Re: Log4j initialization problem

2002-03-20 Thread James Adams
e which might have a different webapps directory path. So is there a way to get the log file to be created and placed under its webapp's context directory ? Also would it be more appropriate to post this topic/thread to the log4j user group ([EMAIL PROTECTED]) ? Thanks in advance for any sugge

Re: TC 4 - URLRewrite :: repost

2002-03-20 Thread James Williamson
ilter->Value->Container->Connector Regards, James Williamson www.nameonthe.net - Original Message - From: Reynir Hubner <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 6:18 PM Subject: RE: TC 4 - URLRewrite :: repost &g

Re: automatic loading..

2002-03-20 Thread James Williamson
hat's exactly what for it was made. > > Hope this help. > > Jean-Luc B :O) Although the manager 'install webapp feature' doesn't work with mod_webapp unless you restart Apache. Regards, James Williamson www.nameonthe.net -- To unsubscribe: <mailto:[EMA

Log4j initialization problem

2002-03-19 Thread James Adams
#x27;s init() method by referencing the wrong path in the getRealPath() call ? Any suggestions will be appreciated. Thanks in advance. -James -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: Problem with Tomcat and Apache

2002-03-19 Thread James Williamson
Hi Philip, You can't do it unless you start hacking mod_webapp or doing fancy things with Apache, such as resetting handlers, changing the order modules are called etc... Regards, James Williamson www.nameonthe.net - Original Message - From: Philip M. Meier <[EMAIL PROTEC

Re: Struggling for one week please Help Help..................

2002-03-19 Thread James Williamson
Uma, You've defined it the wrong way round, it should be: public static boolean gDefaultConnectionIsOracle = false; Regards, James Williamson www.nameonthe.net - Original Message - From: Uma Munugala <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March

Re: WebAppDeply and UseCanonicalNames

2002-03-18 Thread James Williamson
ut the 302 issue. The solution: hack mod_webapp or do something which we implemented, which is essentially moving over to using the filename, something we have on our development machine which we've been testing recently. Regards, James Williamson www.nameonthe.net - Original M

Re: Problem Compiling A JSP file

2002-03-17 Thread James Williamson
My guess, and not Tomcat related at all is you've forgotten to put the package statement in the JspCdBrowse.java file. i.e. package com.web_tomorrow.jspcd; Regards, James Williamson www.nameonthe.net - Original Message - From: Bahman Kalali <[EMAIL PROTECTED]> To: <[E

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread James Williamson
m, or shall I? > > Dan I've tried, they're not bothered. The now infamous 404 Apache/Tomcat bug is another example of mod_webapp's failing, closely related to a bug I reported a few days ago. I even offered to fix it but got no response. What I don't understand is why mod_

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread James Williamson
would probably be worth running your modifications by the > tomcat-dev mailing list or Pier Fumagalli ([EMAIL PROTECTED]) who's name > is on the webapp.c module, if they have time to listen. My impression is > that this group of developers decided to explicitly over-ride mod_rew

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread James Williamson
it'd rewritten / as /index.jsp, I still got the 302? James - Original Message - From: Dan Lindy <[EMAIL PROTECTED]> To: James Williamson <[EMAIL PROTECTED]>; Edam Cheeseman <[EMAIL PROTECTED]> Cc: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, March 15,

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread James Williamson
response which will dramatically affect your site's traffic. Regards, James Williamson www.nameonthe.net - Original Message - From: Edam Cheeseman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 2:57 PM Subject: OFFTOPIC: apache mod_rewrite

AW: How to host a Site from Home without ISP

2002-03-15 Thread Mohr James
Greetings! When I switched Web services provider six months ago, I explictely went to one using Linux. I want as much control over my web site as possible. In most cases (in my experience) what little configuration MIIS allows needs to be done by the administrator, which is okay if all you want t

Re: http://localhost:8080 on IE does not work, but does on Netscape?

2002-03-13 Thread James
Have you checked. IE Tools Internet Options Connections Tab Lan Settings Option Check the Proxy Server Setting is it Check or not? Also Click on Advance and make sure nothing is set in there. Give that a try and see if that helps, At 06:57 PM 3/13/

Basic Authentication on JSPs with Win2K/MIIS 4

2002-03-13 Thread Mohr James
erage & Trading GmbH & Co KG _____ James Mohr Team Manager Hotline Am Hofbräuhaus 1 96450 Coburg Germany Fon +49 (0) 95 61.55 43.0 Fax +49 (0) 95 61.55 43.302 E-Mail: [EMAIL PROTECTED] --- "Be more concerned with your charac

Performance Problems with Tomcat

2002-03-13 Thread Mohr James
At least they were the ones to tell me to increase the heap size. However, the problem continues. I would be extremely grateful for any and all tips, pointers, hand-holding and anything else people can provide. Best Regards, Jim Mohr ELAXY Brokerage & Trading GmbH & Co KG ___

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread James, Stuart
if your using jdk1.4 and tomcat 4.02 try using the thin client. ie., jdbc:oracle:thin:@myserver:1521:mydb -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:04 AM To: Tomcat Users List Subject: Re: java.lang.UnsatisfiedLinkError: no o

Re: problem in using

2002-02-26 Thread James Lee
ings? Not sure though. Also make sure you have the directive JKMount /servlet/* ajp13 in httpd.conf file. james --- Harry Keller <[EMAIL PROTECTED]> wrote: > I had problems with using beans with Tomcat 4.0. > Sometimes they would > work -- sometimes not. I never got tomcat

RE: Apache + Tomcat forwarding with Tomcat on diff port # than 8080

2002-02-25 Thread Swart, James (Jim) %
speaking of such things? what is the latest version of mod_webapp and where can I get it (rpm if possible)? I downloaded the mod_webapp.so file BUT I just put it in modules and I know it belongs in libexec. I can't seem to find any real docs on mod_webapp anywhere?

Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
Turns out I the JKWorkersFile Directive needs to be outside the VH blocks james --- James Lee <[EMAIL PROTECTED]> wrote: > I still get "Cannot remove module mod_jk.c: not > found > in module list" when i check the syntax. Could it > be > anything else? >

HTML compression

2002-02-25 Thread James Hughes
not sure that's what I'm really looking for. It seems that filters are best used dynamically to change incoming or outgoing requests, but in my case, the pages are really just static and precompiled. Does anyone have any experience with this? or better yet, pointers to some stable Java code

Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
I still get "Cannot remove module mod_jk.c: not found in module list" when i check the syntax. Could it be anything else? thanks james --- jyc <[EMAIL PROTECTED]> wrote: > thi replace your AddModule directive > > - Original Message - > From: "Ja

Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
would this go in the LoadModule section or after AddModule mod_jk.c ? thanks james --- jyc <[EMAIL PROTECTED]> wrote: > try this : > > > LoadModule jk_module modules/mod_jk.dll or .so > > > ... or let Tomcat generate itself the mod_jk.conf > file.

RE: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
t.jar which refers to a jar that isn't in tomcat 4.0.2, but is in 3.3. I don't think i should copy it over should I? thanks in advance, james --- Surya Suravarapu <[EMAIL PROTECTED]> wrote: > Brian, > > Thanks a zillion .. it's working now!!! > > -Surya > &g

Re: black magic mystery

2002-02-18 Thread James Williamson
- Original Message - From: E B <[EMAIL PROTECTED] > --- James Williamson <[EMAIL PROTECTED]> wrote: > > > > > Have you tried starting up Tomcat under a debugger > > (gdb) > > I have never used a debugger for java before, > can gdb be used on

Not finding class, mistakenly looking for "null"

2002-02-14 Thread James Adams
rpm -qa | grep tomcat I see both versions present. Perhaps I should remove the tomcat-3.2.1-1 RPM ? Thanks in advance for any suggestions. -James -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

PLEASE HELP

2002-02-14 Thread James Moore
please help, this is really bugging me. -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 09:46 To: Tomcat Users List Subject: virtual hosting behind a firewall Hello has anyone got virtual hosting of several jsp sites on an apache/tomcat 3.2.x

virtual hosting behind a firewall

2002-02-14 Thread James Moore
es to give the apache/tomcat server access to the Internet (along with the rest of the LAN). I can only seem to get the first virtual server working properly. The others seem to have problems displaying images or display content from the first virtual server. Best Regards James Moore IT Consult

RE: apache/tomcat 3.2.2 virtual hosts & port forwarding

2002-02-13 Thread James Moore
Also the "dont work" refers to pictures not loading or page not found coming up. Sometimes I get certain html frames from the first virtual server and other html frames are correct (like a mixture of html from different websites/virtual servers) -Original Message----- From: J

RE: apache/tomcat 3.2.2 virtual hosts & port forwarding

2002-02-13 Thread James Moore
BTW I'm using mod_jk. -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 12:03 To: Tomcat Users List Subject: apache/tomcat 3.2.2 virtual hosts & port forwarding Dear all, I have a Red Hat Linux 7.1 server on our internal LAN running Apac

apache/tomcat 3.2.2 virtual hosts & port forwarding

2002-02-13 Thread James Moore
Special Ports? I mean just forward port 80 or are there other ports to i need to forward? I've read the Tomcat User Guide (pretty lacking in explanations I must say) and scoured the mailing list archive to no avail. Many thanks James -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For

RE: Tomcat and JSP

2002-02-07 Thread James McCall
Hi, When I edit a working JSP file in the Tomcat directory I get a java null pointer error. Most times if I just rename the file it works under the new name, but mostly it doesn't. I have tried several things with no success. Any help would be appreciated. -James The error is below: Loc

Tomcat and JSP

2002-02-07 Thread James McCall
Hi, When I edit a working JSP file in the Tomcat directory I get a java null pointer error. Most times if I just rename the file it works under the new name, but mostly it doesn't. I have tried several things with no success. Any help would be appreciated. -James -- To unsubscribe: &l

Help - Support of LDAP SortControl under Tomcat 4.0.1

2002-02-03 Thread James Chiou
ode 12 - Unavailable Critical Extension]; I put 'ldapbp.jar' under a few different places under Tomcat home directory, including 'lib', 'common\lib', etc. but got the same error. Any help you can give to get this resolved is appreciated. Thanks in advance. Best Regards, James Chiou

Re: JSP/Servlet Hosting

2002-02-01 Thread James C. McMaster (Jim)
In message <036701c1aadf$4b616eb0$[EMAIL PROTECTED]>, "Andrew Bruno" sai d: > Hello All, > > I am looking for a JSP/Servlet provider that offers: > servlets.com offers a list of servlet ISPs at: http://www.servlets.com/isps/servlet/ISPViewAll -- Jim McMaster mailto:[EMAIL PROTECTED] -- T

Re: Tomcat robustness and scalability

2002-01-31 Thread James Thornley
Panic over, I've discovered the EmbeddedCatalinaServiceSX mbean which initialises the catalina instance takes a parameter of MaxProcessors, and if you don't give it it defaults to 20. Sorry for wasting your time James Thornley --- James Thornley <[EMAIL PROTECTED]> wrote: >

Tomcat robustness and scalability

2002-01-31 Thread James Thornley
can not do it if it compromises the stability of the site. Cheers James Thornley __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands

Tomcat 4.0.1: Manager web-app hangs on web-app reload request

2002-01-31 Thread James Pope
er setting the current context = null, but still no joy...) Hoping to hear from someone soon ^_^ -- James Pope -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

RE: JDBC Class Location on Linux

2002-01-29 Thread Swart, James (Jim) %
Is this how I update my ODBC to 3.0 or is that in the JDK? - J a m e s B. S w a r t Agere Systems - Colorado Design Centers Everything IT Related. Period. VOICE: 720-494-2330 ¿ FAX: 720-494-2331 -Original Message- From

Re: PORT 80 tomcat/Apache??

2002-01-29 Thread James C. McMaster (Jim)
It is not possible for any two applications to share a port. You would need either (a) apache to pass through to tomcat or (b) a front-end app to pass requests to both apache and tomcat. Sorry. -- Jim McMaster mailto:[EMAIL PROTECTED] In message <[EMAIL PROTECTED]>, "Brett O' Malley" said:

Log messages

2002-01-25 Thread James Adams
Is there a class I can use to write log messages to the Tomcat log files ? Can anyone explain how this is done ? Also I have looked a wee bit at java.util.logging - can this also be used, or is it a better solution ? Thanks for any suggestions. -James Adams -- To unsubscribe: <mai

SSL_SESSION_ID

2002-01-18 Thread James Cowan
I have been trying to install the tomcat to work with Apache SSL. The manual talks about forwarding the SSL_SESSION_ID to tomcat. How does one extract this variable from a jsp - via the servlet's getHeaderNames() method? James Cowan -- To unsubscribe: <mailto:[EMAIL PROTECT

Tomcat + Apache working, but JSPs not passed to Tomcat by Apache...

2002-01-13 Thread James Rigg
, or should I use mod_jk instead and forget mod_webapp??? Thanks for any help, pointers advice etc... James. -- panoguide.com "broadening your horizons" -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with th

Re: class loading tc 3.3 & virtual hosts

2002-01-08 Thread James Chuang
Yes you can. You can deploy 2 separate tomcat's each with their own ports, contexts, etc. This will allow you to run your apps in 2 separate VMs, so they can use different versions of classes etc. This was in Tomcat 3.23-3.3. I think 4 should work the same way with this? jchuang - Origin

does Reverse Proxy handle cookie passing?

2002-01-07 Thread James McKain
session cookie. That cookie also has some user-based info. So does this work? HELP!! Thanks, -James winmail.dat Description: application/ms-tnef -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

RE: Problem with file URL

2002-01-07 Thread James, Stuart
file::// informs your browser to load the local file, this can run over an intranet if your server is NT with a shared drive (using unc's ) and the client pc has access and permission to view it. so the following could work, file:://myserver/ashareddirectyory/afile.txt this does not use

Re: how to keep generated java files

2002-01-05 Thread James Thornley
> files are stored in some directories within the > "work" directory. Just check for *.java files and > you should get your JSP file... > > Sriram > 1/5/02 9:11:05 PM, James Thornley > <[EMAIL PROTECTED]> wrote: > > >Hi, > > > >I'm

how to keep generated java files

2002-01-05 Thread James Thornley
In which config file I need to put this parameter, and what the xml tags will look like. 2. Where the generated java files will end up. Alternatively, if anyone can point me to some documentation covering this I'll happily look it up myself. Thanks in advance for

Re: jsp compilation problem, Timeout too quick

2002-01-02 Thread James Chuang
the thread about needing to "refresh jsp page > around 5 times" > - Original Message - > From: "James Chuang" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, January 02, 2002 3:23 PM > Subject: jsp c

jsp compilation problem, Timeout too quick

2002-01-02 Thread James Chuang
I was trying to regenerate and compile all the JSPs I had to make sure everything is up-to-date. I am now finding a different behavior. I am chaining to my JSPs from my servlet, running under Redhat 7.1, Apache, Tomcat 3.24, using AJP13. What I am finding is that rather than waiting for the JSP

Re: startup.sh : bad interpreter: Permission denied

2001-12-29 Thread James Thayer
Make sure the files in the bin directory have execute permission. On Saturday 29 December 2001 10:12 pm, you wrote: > Tomcat won't start...I need some help from the experts. :-) > Startup Error: "bad interpreter: Permission denied" and nothing in log > files. Any ideas? > Thanks, > Tim > > - Redh

Re: Need to refresh .jsp page around five times before it works properly

2001-12-23 Thread James Chuang
I have recently upgraded to Tomcat 3.3 with AJP13, and I've seen this problem as well. - Original Message - From: "Brandon Cruz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, December 23, 2001 7:30 PM Subject: Re: Need to refresh .jsp page around five times

Re: black magic mystery

2001-12-20 Thread James Williamson
From: E B <[EMAIL PROTECTED]> > This is about classloaders again. Same old problem > about message style soap services, and soap classes > in soap/WEB-INF/classes. > > 1. How do I find out which classloader loaded the > classes shown in the stack trace? Have you tried starting up Tomcat under a

Re: VERY VERY URGENT!!! PLEASE HELP!!!

2001-12-20 Thread James Williamson
- Original Message - From: Jayashree Gopal <[EMAIL PROTECTED] > Hello, > I have Tomcat version 4.0 installed which supports > servlet 2.3 API and JSP 1.2 specifications. > > I am writing a servlet which creates a session and > includes the username and password inside this > session. I

Re: Code request; Code to reveal a DB schema

2001-12-19 Thread James Chuang
For sybase, it used to be that you have to run a SQL script to load some system procs before the MetaData stuff would work. Their jConnect driver used to document this pretty well. jchuang - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PR

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Sobeck, James (ISS Atlanta)
in your sql server, you can set your default DB if you want -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:48 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL Server Hi, The default port is 1433. Now I got the connection

RE: problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
I figured it out. I had the JDBC drivers too far down the Classloader hierarchy - in the webapp/lib folder. moving them up into the common/lib folder solved it - now all webapps can access the drivers. --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread James Radvan
Christian, I'm sorry I can't help you with your problem, but I'd like to thank you for inadvertently helping me solve mine! Thanks, --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Bongiorno.Christian

problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
s, or b. assign an individual copy of the .dll to each webapp? --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-17 Thread James Chuang
Noel: Let me give this one a shot. I just did this for Tomcat 3.24 over the weekend. To each have a separate JVM, you basically need multiple Tomcat sessions. Which means, you need multiple server.xml, each with it's own context definition serving a particular JVM. So, here is what you need to

session timeout action

2001-12-17 Thread Sobeck, James (ISS Atlanta)
hello, i want to setup my session so that when the timeout time is met, I instruct the system to perform a number of actions. is there a way to check to see if the session has timed out? thanks, Jimmy Jimmy Sobeck Engineer - Tools & Automation [EMAIL PROTECTED]

Configureing multiple JVMs on Tomcat 3.3

2001-12-14 Thread James Chuang
Under Tomcat 3.2.3, I had 2 serverXXX.xml files, and I started 2 instances of Tomcat, each with it's own serverXXX.XML file. This allowed each app to have it's own JVM. Looking at 3.3's documentation, it seems the right way to define contexts is to use app_XXX.XML file in the conf directory, an

Building mod_jk 13 on redhat 7.2

2001-12-14 Thread James Chuang
want a,w,x /tmp/ccu6YEAY.s:10: Error: Rest of line ignored. First ignored character is `,'. /tmp/ccu6YEAY.s:504: Warning: Unrecognized .section attribute: want a,w,x == Thanks! ====== James Chuang 408 981 9213 [EMAIL PROTECTED] -- To unsubscribe: <mailto:[EMAIL PRO

<    1   2   3   4   5   6   7   8   9   >