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 authe

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 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 y

Re: tomcat reload single application command

2013-04-16 Thread naouguh_tomcat
suggestion . Best Regards, Guoan Hu -- Original -- From: "neven.cvetkovic"; Date: Mon, Apr 15, 2013 08:00 PM To: "Tomcat Users List"; Subject: Re: tomcat reload single application command Why would you want to reload the application? Wh

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: http://tomcat.apache.o

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 cop

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

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