n Kolinko <[EMAIL PROTECTED]>
> Subject: Re: Blocking port 8005 in TomCat in Deamon Mode
> To: "Tomcat Users List" , [EMAIL PROTECTED]
> Date: Thursday, July 10, 2008, 2:25 AM
> 2008/7/10 Suma Rakesh <[EMAIL PROTECTED]>:
> >> Hi,
> >>
> >>
- Original Message -
From: "Suma Rakesh" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 10, 2008 2:03 AM
Subject: Blocking port 8005 in TomCat in Deamon Mode
Hi,
I am starting Tomcat through one of my C++ programs on
windows 2003 server. I a
2008/7/10 Suma Rakesh <[EMAIL PROTECTED]>:
>> Hi,
>>
>> I am starting Tomcat through one of my C++ programs on
>> windows 2003 server. I am using Bootsrap
>> org.apache.catalina.startup.Bootstrap.main() method and
>> pass 'Start' and 'Stop' as arguments.
>>
>> The documentation read mentioned that
"Suma Rakesh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>> Hi,
>>
>> I am starting Tomcat through one of my C++ programs on
>> windows 2003 server. I am using Bootsrap
>> org.apache.catalina.startup.Bootstrap.main() method and
>> pass 'Start' and 'Stop' as arguments.
>>
You nee
On 9 Jul 2008 at 17:03, Suma Rakesh wrote:
> > Hi,
> >
> > I am starting Tomcat through one of my C++ programs on
> > windows 2003 server. I am using Bootsrap
> > org.apache.catalina.startup.Bootstrap.main() method and
> > pass 'Start' and 'Stop' as arguments.
Hmm OK, I would have used the star
> Hi,
>
> I am starting Tomcat through one of my C++ programs on
> windows 2003 server. I am using Bootsrap
> org.apache.catalina.startup.Bootstrap.main() method and
> pass 'Start' and 'Stop' as arguments.
>
> The documentation read mentioned that this will start
> tomcat in daemon mode. Howeve