Re: Use Worker MPM with mod_webapp

2002-05-27 Thread Tino Dai
Steve, Could you do the following on your Solaris machine: env | grep PATH which cc which gcc which ld This should give us a better idea what is going wrong with your compile. Thanks! -Tino On Mon, 2002-05-27 at 06:05, Simon Stewart wrote: On Fri, May 24, 2002 at 10:07:50AM

Re: tomcat 2nd instance stopping when i log out - on Solaris.

2002-05-26 Thread Tino Dai
Have you try nohup'ing the process? That might work (don't have a solaris box to test that on). -Tino On Fri, 2002-05-24 at 11:03, chas wrote: I have a second Tomcat instance (v 4.x) running on Solaris. I log in, set the environment variables for CATALINA_HOME, CATALINA_BASE and JAVA_HOME,

RE: How to force compilation of Jspz at startup

2002-05-05 Thread Tino Dai
Hi Gurmeet, There is a tool out there called wget that my associates have used for just this purpose. They used wget to touch all of the jsp pages and therefore compile them before a live user gets to their site. HTH -Tino On Sat, 2002-05-04 at 03:32, Gurmeet wrote: Thanks a lot Jay, As

Re: Possible to deploy pre-compiled JSPs with tomcat?

2002-05-03 Thread Tino Dai
Hm.. for this app. Could you use wget to compile the binaries and then make a war file out of the binaries? Just an idea. -Tino On Fri, 2002-05-03 at 07:07, Dave North wrote: Is it possible to deploy pre-compiled (ie. binary) JSPs with tomcat? We're going to potentially deploying our

http://localhost:8180/manager/list returning 404 on Tomcat4.0.3/Redhat 7.0/JDK 1.3.1

2002-04-30 Thread Tino Dai
Hi Everyone, I am having trouble getting the http://localhost:8180/manager/list (Tomcat 4.0.3 defaults to port 8180) to return anything but a 404. I have configured both my /conf/server.xml and /conf/tomcat-users.xml to the proper specs, yet it still doesn't work. I have include a snippet of