You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dharani <vi...@gmail.com> on 2009/03/17 11:59:49 UTC

Installing Tomcat on Windows

I installed apache-tomcat-5.5.27.exe in windows platform (In the machine I
have installed jdk1.6. )
But the server doesn't start with Windows start. Always I have to go to
binfolder and run tomcat5.exe to start the server.

How can I configure the server to start with when Windows starts?

Is the problem occurring because of I use jdk1.6?

Please I need a quick answer.

RE: Installing Tomcat on Windows

Posted by Martin Gainty <mg...@hotmail.com>.
--with security
$CATALINA_HOME/bin/catalina.sh start -security    (Unix)
%CATALINA_HOME%\bin\catalina start -security   (MS)--no security (not advised)
$CATALINA_HOME/bin/catalina.sh start    (Unix)
%CATALINA_HOME%\bin\catalina start (MS)

http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung / Disclaimer and confidentiality note 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
This message is confidential and may be privileged. If you are not the intended recipient, we kindly ask you to  please inform the sender. Any unauthorised dissemination or copying hereof is prohibited. This message serves for information purposes only and shall not have any legally binding effect. Given that e-mails can easily be subject to manipulation, we can not accept any liability for the content provided.






> Date: Tue, 17 Mar 2009 16:15:38 -0800
> Subject: Re: Installing Tomcat on Windows
> From: vishgnanika12@gmail.com
> To: users@tomcat.apache.org; aw@ice-sa.com
> 
> I installed Tomcat in my PC at home also and it works fine. In my PC I have
> jdk1.5 .
> I want to deploy Xwiki (
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat) and
> I need to turn off the java Security Manager. Can you guide me how to do it?
> 
> 
> 
> On Tue, Mar 17, 2009 at 3:35 PM, Dharani <vi...@gmail.com> wrote:
> 
> > I installed the .exe file
> >
> > http://tomcat.apache.org/download-55.cgi ---> Binary Distribution --> Core
> > -- > Windows Service Installer<http://datadispensary.com/apache/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe>(
> > pgp<http://www.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe.asc>,
> > md5<http://www.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe.md5>
> > )
> >
> > I just double click on the .exe and followed the instructions.
> > In my environment variables I set the java path as    PATH = jdk1.5
> >
> >
> >
> >
> > On Tue, Mar 17, 2009 at 3:17 AM, André Warnier <aw...@ice-sa.com> wrote:
> >
> >> Dharani wrote:
> >>
> >>> I installed apache-tomcat-5.5.27.exe in windows platform (In the machine
> >>> I
> >>> have installed jdk1.6. )
> >>>
> >>
> >> When you downloaded Tomcat, there was a choice between 2 versions :
> >> - an msi installer
> >> - a zip file
> >>
> >> Which one did you download and install ?
> >>
> >>  But the server doesn't start with Windows start. Always I have to go to
> >>> binfolder and run tomcat5.exe to start the server.
> >>>
> >>> How can I configure the server to start with when Windows starts?
> >>>
> >> First answer the above question, then we'll know better what to tell you.
> >>
> >>
> >>> Is the problem occurring because of I use jdk1.6?
> >>>
> >> No.
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >> For additional commands, e-mail: users-help@tomcat.apache.org
> >>
> >>
> >

_________________________________________________________________
Express your personality in color! Preview and select themes for Hotmail®. 
http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme

Re: Installing Tomcat on Windows

Posted by Dharani <vi...@gmail.com>.
I installed Tomcat in my PC at home also and it works fine. In my PC I have
jdk1.5 .
I want to deploy Xwiki (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat) and
I need to turn off the java Security Manager. Can you guide me how to do it?



On Tue, Mar 17, 2009 at 3:35 PM, Dharani <vi...@gmail.com> wrote:

> I installed the .exe file
>
> http://tomcat.apache.org/download-55.cgi ---> Binary Distribution --> Core
> -- > Windows Service Installer<http://datadispensary.com/apache/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe>(
> pgp<http://www.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe.asc>,
> md5<http://www.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe.md5>
> )
>
> I just double click on the .exe and followed the instructions.
> In my environment variables I set the java path as    PATH = jdk1.5
>
>
>
>
> On Tue, Mar 17, 2009 at 3:17 AM, André Warnier <aw...@ice-sa.com> wrote:
>
>> Dharani wrote:
>>
>>> I installed apache-tomcat-5.5.27.exe in windows platform (In the machine
>>> I
>>> have installed jdk1.6. )
>>>
>>
>> When you downloaded Tomcat, there was a choice between 2 versions :
>> - an msi installer
>> - a zip file
>>
>> Which one did you download and install ?
>>
>>  But the server doesn't start with Windows start. Always I have to go to
>>> binfolder and run tomcat5.exe to start the server.
>>>
>>> How can I configure the server to start with when Windows starts?
>>>
>> First answer the above question, then we'll know better what to tell you.
>>
>>
>>> Is the problem occurring because of I use jdk1.6?
>>>
>> No.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>

Re: Installing Tomcat on Windows

Posted by Dharani <vi...@gmail.com>.
I installed the .exe file

http://tomcat.apache.org/download-55.cgi ---> Binary Distribution --> Core
-- > Windows Service
Installer<http://datadispensary.com/apache/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe>(
pgp<http://www.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe.asc>,
md5<http://www.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.exe.md5>
)

I just double click on the .exe and followed the instructions.
In my environment variables I set the java path as    PATH = jdk1.5




On Tue, Mar 17, 2009 at 3:17 AM, André Warnier <aw...@ice-sa.com> wrote:

> Dharani wrote:
>
>> I installed apache-tomcat-5.5.27.exe in windows platform (In the machine I
>> have installed jdk1.6. )
>>
>
> When you downloaded Tomcat, there was a choice between 2 versions :
> - an msi installer
> - a zip file
>
> Which one did you download and install ?
>
>  But the server doesn't start with Windows start. Always I have to go to
>> binfolder and run tomcat5.exe to start the server.
>>
>> How can I configure the server to start with when Windows starts?
>>
> First answer the above question, then we'll know better what to tell you.
>
>
>> Is the problem occurring because of I use jdk1.6?
>>
> No.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Installing Tomcat on Windows

Posted by André Warnier <aw...@ice-sa.com>.
Dharani wrote:
> I installed apache-tomcat-5.5.27.exe in windows platform (In the machine I
> have installed jdk1.6. )

When you downloaded Tomcat, there was a choice between 2 versions :
- an msi installer
- a zip file

Which one did you download and install ?

> But the server doesn't start with Windows start. Always I have to go to
> binfolder and run tomcat5.exe to start the server.
> 
> How can I configure the server to start with when Windows starts?
First answer the above question, then we'll know better what to tell you.

> 
> Is the problem occurring because of I use jdk1.6?
No.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Installing Tomcat on Windows

Posted by André Warnier <aw...@ice-sa.com>.
Ilya Kazakevich wrote:
> Install it as windows service and make sure you set it to "automatic" start
> mode.
> http://tomcat.apache.org/tomcat-6.0-doc/windows-service-howto.html 
> 
That page starts with a big fat message saying that it is now obsolete.
For a new user, that is a bit unsettling I guess.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Installing Tomcat on Windows

Posted by Ilya Kazakevich <ka...@devexperts.com>.
Install it as windows service and make sure you set it to "automatic" start
mode.
http://tomcat.apache.org/tomcat-6.0-doc/windows-service-howto.html 

You should also check logs (catalina.out). Maybe it starts, but stops
because of errors.


-----Original Message-----
From: Dharani [mailto:vishgnanika12@gmail.com] 
Sent: Tuesday, March 17, 2009 2:00 PM
To: users@tomcat.apache.org
Subject: Installing Tomcat on Windows

I installed apache-tomcat-5.5.27.exe in windows platform (In the machine I
have installed jdk1.6. ) But the server doesn't start with Windows start.
Always I have to go to binfolder and run tomcat5.exe to start the server.

How can I configure the server to start with when Windows starts?

Is the problem occurring because of I use jdk1.6?

Please I need a quick answer.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Installing Tomcat on Windows

Posted by Konstantin Kolinko <kn...@gmail.com>.
2009/3/17 Dharani <vi...@gmail.com>:
> I installed apache-tomcat-5.5.27.exe in windows platform (In the machine I
> have installed jdk1.6. )
> But the server doesn't start with Windows start. Always I have to go to
> binfolder and run tomcat5.exe to start the server.
>
> How can I configure the server to start with when Windows starts?
>
> Is the problem occurring because of I use jdk1.6?
>
> Please I need a quick answer.
>

1. What is your Windows version and what is your processor?
Is it 32 bit or 64 bit?

2. It may be that mscvr71.dll is missing:
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6509291

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org