rnier [mailto:a...@ice-sa.com]
Sent: Monday, October 11, 2010 9:34 AM
To: Tomcat Users List
Subject: Re: Starting/Stopping Tomcat from Java program
Hi.
I do not really understand the issue here.
If you are under Windows, with Tomcat running as a Service, then you can just
run the commands &qu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rob,
On 10/11/2010 8:43 AM, Rob Gregory wrote:
> I call the scripts via code to both stop and start Tomcat. There is a
> problem with even calling these scripts via Unix unless you change (cd)
> into the bin directory before running startup.sh as the
--
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
Sent: 11 October 2010 13:26
To: Tomcat Users List
Subject: RE: Starting/Stopping Tomcat from Java program
Hi
Probably u may need to use Embedded version of TOMCAT to do this
activity...
With regards
karthik
-Original Me
tring[] { "cmd.exe", "/C", "start",
strCatalinaBin + "catalina.bat", "start" }, null, objDir);
p.waitFor();
p.destroy();
Hope this helps.
Rob
-Original Message-
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.co
uot;, "start",
> strCatalinaBin + "catalina.bat", "start" }, null, objDir);
>
>p.waitFor();
>p.destroy();
>
> Hope this helps.
> Rob
>
>
> > -Original Message-
> > From: Karthik Nanjangude [mailto:karthik.nanjang...@x
, objDir);
p.waitFor();
p.destroy();
Hope this helps.
Rob
> -Original Message-
> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
> Sent: 11 October 2010 13:26
> To: Tomcat Users List
> Subject: RE: Starting/Stopping Tomcat from Java
Hi
Probably u may need to use Embedded version of TOMCAT to do this activity...
With regards
karthik
-Original Message-
From: kshitij chandrasen [mailto:kshtjchnd...@gmail.com]
Sent: Monday, October 11, 2010 2:49 PM
To: users@tomcat.apache.org
Subject: Starting/Stopping Tomcat from Jav