Re: tomcat reload single application command

2013-04-16 Thread naouguh_tomcat
Regards, Guoan Hu -- Original -- From: neven.cvetkovicneven.cvetko...@gmail.com; Date: Mon, Apr 15, 2013 08:00 PM To: Tomcat Users Listusers@tomcat.apache.org; Subject: Re: tomcat reload single application command Why would you want to reload

Re: tomcat reload single application command

2013-04-16 Thread André Warnier
naouguh_tomcat wrote: Hi All, If I use the curl comand e.g. curl http://localhost:8080/manager/html/reload?path=/xxx; to reload one appliation in tomcat 6.0 ,However , it will fail as the manager application need authentication . So how can I do to reload in this way ? Looking forward for

Re: tomcat reload single application command

2013-04-16 Thread André Warnier
André Warnier wrote: naouguh_tomcat wrote: Hi All, If I use the curl comand e.g. curl http://localhost:8080/manager/html/reload?path=/xxx; to reload one appliation in tomcat 6.0 ,However , it will fail as the manager application need authentication . So how can I do to reload in this way

Re: tomcat reload single application command

2013-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guoan, On 4/16/13 7:59 AM, naouguh_tomcat wrote: If I use the curl comand e.g. curl http://localhost:8080/manager/html/reload?path=/xxx; to reload one appliation in tomcat 6.0 ,However , it will fail as the manager application need

tomcat reload single application command

2013-04-15 Thread naouguh_tomcat
Hi All, Can someone tell me how to reload one application of tomcat in the command line ? Best Regards, Ansir Hu

Re: tomcat reload single application command

2013-04-15 Thread Violeta Georgieva
Hi, 2013/4/15 naouguh_tomcat wrote: Hi All, Can someone tell me how to reload one application of tomcat in the command line ? Please check this [1]. Regards Violeta [1] http://tomcat.10.x6.nabble.com/Command-line-reloading-of-a-webapp-td2038007.html

Re: tomcat reload single application command

2013-04-15 Thread Neven Cvetkovic
Why would you want to reload the application? What are the motives behind that? There are few ways to do it... it all depends what do you want to accomplish and what type of an app it... what is your current deployment procedure? Here are few ways: 1. Obvious one, remove app from webapps and

Re: tomcat reload single application command

2013-04-15 Thread Mark Eggers
On 4/15/2013 12:54 AM, naouguh_tomcat wrote: Hi All, Can someone tell me how to reload one application of tomcat in the command line ? Best Regards, Ansir Hu I don't know which version of Tomcat you're running, so here's a reference to both currently active versions: