You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by William Biggs <kc...@gmail.com> on 2007/05/02 04:10:08 UTC

shutdown restart

I'm a newbie. After I upload my war file how do I shutdown and restart
tomcat 5.5 ?

Re: shutdown restart

Posted by Rashmi Rubdi <ra...@gmail.com>.
Also, if the OS is Unix/Linux based, you most likely should grant
execute permissions for startup.sh and shutdown.sh  - before trying to
execute them the first time.

-Regards
Rashmi

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


Re: shutdown restart

Posted by Pid <p...@pidster.com>.
You should probably have a good read of the tomcat documentation.

http://tomcat.apache.org/

Many useful things are to be found in it.

The startup scripts are in %tomcat%/bin, where %tomcat% is the location 
of your install, (probably, unless you have an unusual setup).

p



William Biggs wrote:
> I runing linux where is the file at ?
> ----- Original Message ----- From: "Rashmi Rubdi" <ra...@gmail.com>
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Sent: Tuesday, May 01, 2007 11:40 PM
> Subject: Re: shutdown restart
> 
> 
>> Depends on your Operating System and how you installed it on that OS.
>>
>> Windows ZIP ------- startup.bat and shutdown.bat
>> Unix/Linux    ------- startup.sh and shutdown.sh
>>
>> Windows Service Installer ---- I don't know , I guess from
>> Administrative Console --- Services
>> or simply right click on the icon that appears on the bottom right 
>> task bar.
>>
>> -Rashmi
>>
>>
>> On 5/1/07, William Biggs <kc...@gmail.com> wrote:
>>> I'm a newbie. After I upload my war file how do I shutdown and restart
>>> tomcat 5.5 ?
>>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 


Re: shutdown restart

Posted by Rashmi Rubdi <ra...@gmail.com>.
You probably might have locate the files, but just in case not the
startup.sh and shutdown.sh shell script files are under Tomcat's bin
folder.

-Regards
Rashmi

On 5/2/07, William Biggs <kc...@gmail.com> wrote:
> I runing linux where is the file at ?

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


Re: shutdown restart

Posted by William Biggs <kc...@gmail.com>.
I runing linux where is the file at ?
----- Original Message ----- 
From: "Rashmi Rubdi" <ra...@gmail.com>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Tuesday, May 01, 2007 11:40 PM
Subject: Re: shutdown restart


> Depends on your Operating System and how you installed it on that OS.
>
> Windows ZIP ------- startup.bat and shutdown.bat
> Unix/Linux    ------- startup.sh and shutdown.sh
>
> Windows Service Installer ---- I don't know , I guess from
> Administrative Console --- Services
> or simply right click on the icon that appears on the bottom right task 
> bar.
>
> -Rashmi
>
>
> On 5/1/07, William Biggs <kc...@gmail.com> wrote:
>> I'm a newbie. After I upload my war file how do I shutdown and restart
>> tomcat 5.5 ?
>>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


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


Re: shutdown restart

Posted by Rashmi Rubdi <ra...@gmail.com>.
Depends on your Operating System and how you installed it on that OS.

Windows ZIP ------- startup.bat and shutdown.bat
Unix/Linux    ------- startup.sh and shutdown.sh

Windows Service Installer ---- I don't know , I guess from
Administrative Console --- Services
or simply right click on the icon that appears on the bottom right task bar.

-Rashmi


On 5/1/07, William Biggs <kc...@gmail.com> wrote:
> I'm a newbie. After I upload my war file how do I shutdown and restart
> tomcat 5.5 ?
>

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


Re: shutdown restart

Posted by Martin Gainty <mg...@hotmail.com>.
$CATALINA_HOME/conf/server.xml

<Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="true"

reboot server and server will now auto deploy any war in 
$CATALINA_HOME/webapps folder

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "William Biggs" <kc...@gmail.com>
To: <us...@tomcat.apache.org>
Sent: Tuesday, May 01, 2007 10:10 PM
Subject: shutdown restart


> I'm a newbie. After I upload my war file how do I shutdown and restart
> tomcat 5.5 ?
> 


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