Web Start and Tomcat 4.1.29 after upgrade

2004-04-16 Thread talley_angelina
Hello! We have a simple servlet that basically just queries a few things off of the HttpServletRequest and spits back a dynamically generated JNLP file for Java Web Start. For some reason, when we were running with Tomcat 4.0.6 this worked fine, but with the upgrade to Tomcat 4.1.29 it does not.

RE: Tomcat 4.0.4 slow startup time

2003-11-19 Thread talley_angelina
Thank you for your input. I haven't run our webapp standalone on Linux in awhile, so I'll time that. On windows standalone, it comes right up. I'll go back through the config files and see if there's anything more I can comment out. We definitely don't have any extra webapps hanging around - I

RE: Installation problem

2003-11-19 Thread talley_angelina
Sometimes we've had problems with older Tomcats on Windows because of the space in the path name for your environment variable. I'd bet it'd help here too. Try doing it the old Windows way, like this: c:\Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0 c:\Set

RE: Installation problem

2003-11-19 Thread talley_angelina
How are you starting Tomcat? You maybe should try setting the variables globally via Windows Environment settings (on Windows XP, right-click on My Computer, select Properties, Advanced tab, Environment Variables button). Add entries under System variables for CATALINA_HOME and JAVA_HOME here and

RE: Installation problem

2003-11-19 Thread talley_angelina
Do try running it from the command line instead of shortcut. Usually that way it will print error messages and not just close the window and we can better see what's going on. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 2:29 PM

Tomcat 4.0.4 slow startup time

2003-11-18 Thread talley_angelina
Hello! We're running Tomcat 4.0.4 behind Apache 1.3.27 on Linux using mod_jk. I've noticed really long startup times for Tomcat on our system, even though we already have the ROOT.war uncompressed. During this time, all the user can see is an Internal Server Error page until Tomcat is ready. Note

RE: Tomcat 4.0.4 slow startup time

2003-11-18 Thread talley_angelina
The hardware is a 450MHz Pentium 3 with 512 MB RAM running Red Hat Linux 7.2. It's a setup we've worked with for awhile, but I've started getting a lot of complaints recently about it. There is only one application being deployed. It's Struts based with a few applets thrown in for good measure.

RE: Tomcat 4.0.4 slow startup time

2003-11-18 Thread talley_angelina
No databases. This is pretty consistent no matter when I try and start/restart this thing. It always takes forever no matter what's going on on the system. As for initializations, I don't call any servlets, but maybe Struts does... -Original Message- From: Deepak Parbhoo [mailto:[EMAIL

Any way around having to put / at end of URL with mod_webapp?

2002-01-09 Thread talley_angelina
I've installed Tomcat 4.0.1 and Apache 1.3.22 on Linux, complete with mod_webapp. Everything seems to work OK, but for some reason my webapps deployed into tomcat/webapps aren't accessible unless I put a / at the end of the URL. I figure if it worked like most stuff (and I think it worked this