Re: the best way to distribute Tomcat with my web-application

2006-02-02 Thread Felipe Gaúcho
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

RE: the best way to distribute Tomcat with my web-application

2006-02-02 Thread Caldarale, Charles R
> 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

Re: the best way to distribute Tomcat with my web-application

2006-02-02 Thread Vinu Varghese
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

Re: the best way to distribute Tomcat with my web-application

2006-02-02 Thread Felipe Gaúcho
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

Re: the best way to distribute Tomcat with my web-application

2006-02-02 Thread Leon Rosenberg
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

the best way to distribute Tomcat with my web-application

2006-02-02 Thread Felipe Gaúcho
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