Re: Restart automatically Tomcat

2003-10-17 Thread Andy Wagg
I have used the Java Service Wrapper to do this for JBoss (integrated with Tomcat) on a Tru64 UNIX platform. However, this wrapper works for both UNIX and Windows NT. http://wrapper.tanukisoftware.org/doc/english/index.html Andy [EMAIL PROTECTED] wrote: I'm using Tomcat 4.1.24 et i want after

Re: jspc pre-compiled pages distributed with .war file?

2002-10-25 Thread Andy Wagg
Tomcat requires the servlet and servlet mappings in the web.xml, this is the way it works. Essentially, servlets are generated for the jsp pages. I modified my web application this week to precompile the jsp files and no longer include these in my war. The JspC compiler when used with the

Where should i put dynamically generated graphics

2002-08-29 Thread Andy Wagg
Hello I have a web application that generates a gif file that is then subsequently displayed. It expects to find the gif file in the context of the web application. The web app is deployed as a war so obviously the generated files cant be put there. Any suggestions as to where these files

Newbie: Tomcat EJBs

2001-10-03 Thread Andy Wagg
Can someone tell me if tomcat supports EJB's, looking through the documentation I'm still not sure. Is this part of catalina in Tomcat 4 or is there something else. Thanks, AW