RE: google yourself

2003-12-14 Thread David
Hi guys, I was facing the same problem myself as well. Whatever I post on the mailing list seems to be searchable through google. Dave suggested not posting to a public list. How can we know if the list we are posting to is a public list or not ? Regards David -Original Message-

RE: Need some Tomcat Configuration help badly

2003-12-14 Thread Yuval Zantkeren
Hi, How do I turn the fork to be true? Regards, Yuval Zantkeren This email message and any attachments hereto are intended only for use by the addressee(s) named above, and may contain legally privileged and/or confidential information. If you are not the intended addressee, you are hereby

Re: simple context problems

2003-12-14 Thread Adam Hardy
On 12/12/2003 03:53 PM Ioannis Themelidis wrote: Hello, I have a problem with Apache Tomcat/4.1.24.I created an application and i want to put it in adirectory /reminder in webapps.I created a context using the administrator application and nothing worked.i also tried it manually in the

Re: google yourself

2003-12-14 Thread Adam Hardy
just google on the list email address. Any list you can join as a member of the public is by definition public, surely. On 12/14/2003 01:18 PM David wrote: Hi guys, I was facing the same problem myself as well. Whatever I post on the mailing list seems to be searchable through google. Dave

RE: Need some Tomcat Configuration help badly

2003-12-14 Thread Philipp Taprogge
Hi! Find the default web.xml in $CATALINA_HOME/conf and change the appropriate parameter for the jsp servlet to true. At least in Tomcat5 this file comes with very good documentation. Philipp Taprogge Hi, How do I turn the fork to be true? Regards, Yuval Zantkeren This email

character encoding issue

2003-12-14 Thread Adam Hardy
This is something I thought I had sorted out but somehow it popped its ugly head up again today. I have tomcat 5.0.16 and I'm setting the character encoding for my JSPs in the web.xml with the new config mechanism: jsp-config jsp-property-group descriptionAll JSPs/description

precompile jsp

2003-12-14 Thread Hans Steinraht
hi all, just a question, I'm trying to precompile my jsp with the ant build script from the apache site ( jasper-howto). I don.t now what is going wrong but when I execute it with: ant -Dtomcat.home=/opt/jakarta-tomcat-4.1.24

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Nikola Milutinovic
BTW, there is a bug with Tomcat which will cause it to run out of memory after a number of restarts. You will probably run into this with 30 students uploading new classes. You will also want to make sure that the fork attribute for the JspServlet is set to true as well as compiling

/server/lib available to web applications?

2003-12-14 Thread Philipp Taprogge
Hi! Just a short question (I must admit Im too lazy to try is out). I have noticed that commons-fileupload is in $CATALINA_HOME/server/lib. Are the jars in there available to the webapplications' classloaders or are they only used internally? If they are not, is it save to place the same jar in

RE: tomcat 5.0.16 log4j wierd behaviour

2003-12-14 Thread Daniel
On Thu, 4 Dec 2003, Shapira, Yoav wrote: Howdy, When I deploy the webapp into /webapps/ then start tomcat, I get the error below--not when it loads my webapp--but when it loads the tomcat-docs webapp...?? So I copy the commons-logging.jar and log4j.jar into /commons/lib/ dir and the

RE: google yourself

2003-12-14 Thread Neal
If it's really such a big deal, why not just be somewhat anonymous? Use a temp email account and an alias. -Original Message- From: David [mailto:[EMAIL PROTECTED] Sent: Sunday, December 14, 2003 4:18 AM To: 'Tomcat Users List' Subject: RE: google yourself Hi guys, I was facing the

access to manager broken

2003-12-14 Thread 29djeo
Hello. When I try to access http://localhost/manager or http://localhost:8080/manager my browser gets re-directed to http://www.localhost.net.au, a website I have no interest in. My guess is that my browser can't resolve localhost properly. When I ping localhost I get 64 bytes from

Re: dbcp doesn't stacktrace

2003-12-14 Thread Florian Ebeling
Hi Marten, Marten Lehmann wrote: to test dbcp's stacktrace functionality, I didn't close the databases connection after use. But although I set the abondedTimeout to 60, the connections are never returned, they are still open and I don't see a stacktrace, too. You only get stack traces when

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Dick Steflik
I had the same question. In all of the years I've worked with Java I've always thought it was free of memory leaks. If you use a different compiler does the problem go away. Is that how people like JRun (Macromedia) and WebSphere (IBM) avoid the problem? Dick Steflik Nikola Milutinovic

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Philipp Taprogge
Hi! Dick Steflik wrote: If you use a different compiler does the problem go away. I think so. I often hear that using jikes instead of javac would get rid of the problem, which, if true, rises the question why tomcat does not use jikes by default... Phil

JNDI Issue with GlobalNamingResources DefaultContext Solved

2003-12-14 Thread Peter Harrison
Earlier I had posted messages and bug reports about a change of behaviour between 4.0.4 and 4.1. Previously I had defined a resource and resource parameters in the default context. This stopped working in 4.1, and I couldn't find a way that would allow me to both Autodeploy while keeping the

virtual hosts

2003-12-14 Thread 29djeo
I followed the directions for setting up tomcat for virutal hosts: I added the following to server.xml lt;Host name=quot;domain1.comquot; debug=quot;0quot; appBase=quot;webappsquot; unpackWARs=quot;truequot;gt; lt;Aliasgt;www.domain1.comlt;/Aliasgt; lt;Logger

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread David Rees
Dick Steflik wrote: I had the same question. In all of the years I've worked with Java I've always thought it was free of memory leaks. If you use a different compiler does the problem go away. Is that how people like JRun (Macromedia) and WebSphere (IBM) avoid the problem? Which bug are you

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread David Rees
Philipp Taprogge wrote: Dick Steflik wrote: If you use a different compiler does the problem go away. I think so. I often hear that using jikes instead of javac would get rid of the problem, which, if true, rises the question why tomcat does not use jikes by default... Because jikes isn't as

Default 404 page source?

2003-12-14 Thread Josh G
Hi, I'm trying to find the source for the default 404 not found page that tomcat uses, so I can add more functionality to ours. Anybody know where in the tomcat source I should look, or its class name? Cheers, -Josh He likes to run, And then the thing with the.. person..

[error] MOD_INIT 1 0

2003-12-14 Thread Sivasakthi \(sakthi\)
Dear Tomcat community, I'm trying to get Tomcat 5.0.16 , Apache 2 , JK2 to work. Unfortunately, i have the following error: [error] mod_init 1 0 Does anyone have a step by step configuration to get them to work. I've come across Tomcat v4 configuration. I've followed those steps but it doesn't

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Antony Paul
Is your problem solved. I have noted one thing about Tomcat. If the compiled classes modification date is less than that of the machine running Tomcat, Tomcat will never know that the file is changed and never reload it. Only a reload can load the new class. This is true for servlets,beans nad

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Dick Steflik
Thanks, So far everything is going smoothly. I plan on manually restarting the server once a day to clean up any memory leak problems. The semester is over next weekend, so I just need to make it until then. I won't be teaching the course again until next Fall, hopefully, by then the Tomcat