Re: Tomcat within custom application

2003-09-17 Thread Xtremebytes Webmaster
vlet/. How do I go about solving this problem? Thanks again. - Original Message - From: Remy Maucherat To: Tomcat Developers List Sent: Tuesday, September 16, 2003 3:23 PM Subject: Re: Tomcat within custom application Xtremebytes Webmaster wrote: > I am wondering how I can run the

Re: Tomcat within custom application

2003-09-16 Thread Remy Maucherat
Xtremebytes Webmaster wrote: I am wondering how I can run the Tomcat JSP/Servlet container within another process, which is not a HTTP server but a custom Java application. This is to mean that I have some JSP or Servlets for example. I need to run them on a client machine (Windows NT/UNIX platform

RE: Tomcat within custom application

2003-09-16 Thread Shapira, Yoav
Howdy, You use Embedded: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/ap ache/catalina/startup/Embedded.html Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Xtremebytes Webmaster [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 16, 2003 10:

Re: Tomcat within custom application

2003-09-16 Thread Henri Gomez
Xtremebytes Webmaster a écrit : Hi, I am wondering how I can run the Tomcat JSP/Servlet container within another process, which is not a HTTP server but a custom Java application. This is to mean that I have some JSP or Servlets for example. I need to run them on a client machine (Windows NT/UNIX