t; > Subject: Re: the best way to distribute Tomcat with my web-application
> >
> > tomcat runs whithout installation under windows ? i.e., can I
> > simply unzip a tomcat version and run it through command line?
>
> Yes, if you start with the .zip version from the Tomcat dow
> From: Felipe Gaúcho [mailto:[EMAIL PROTECTED]
> Subject: Re: the best way to distribute Tomcat with my web-application
>
> tomcat runs whithout installation under windows ? i.e., can I
> simply unzip a tomcat version and run it through command line?
Yes, if you start with t
Hi
Sure u can , just look at scripts in bin folder of a normal tomcat
package (not the installer for windows)
startup.bat -> for starting
shutdown.bat -> for stopping
- Regards
Vinu
Felipe Gaúcho wrote:
my question is:
tomcat runs whithout installation under windows ? i.e., can I
my question is:
tomcat runs whithout installation under windows ? i.e., can I simply unzip a
tomcat version and run it through command line?
On 2/2/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote:
>
> why not simply take the tomcat download (normal version), unpack it,
> put your webapp into it, pac
why not simply take the tomcat download (normal version), unpack it,
put your webapp into it, pack it and offer for download for the
client?
On 2/2/06, Felipe Gaúcho <[EMAIL PROTECTED]> wrote:
> Dear friends,
>
> I have the following goal:
>
> create a pack containing my web-application and also a
Dear friends,
I have the following goal:
create a pack containing my web-application and also a runnable Tomcat
server.
the cliente should be able to run my application whithout any previously
installed Tomcat server... just download my product and start it through
some line command or shell scr