Re: Hot deploy does not work?

2003-06-30 Thread Jon Haugsand
* Yoav Shapira Howdy, Are there any errors in the logs when you redeploy? Does a simple reload (not redeploy) work? How do you do a simple reload? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To

Re: Hot deploy does not work?

2003-06-30 Thread Jon Haugsand
* Yoav Shapira Howdy, Are there any errors in the logs when you redeploy? Does a simple reload (not redeploy) work? == localhost_log.2003-06-30.txt == at org.apache.catalina.core.ContainerBase.stop(Unknown Source) at org.apache.catalina.core.StandardService.stop(Unknown

Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
Running tomcat 4.1 installed from RPM things look fine, but for some reason or another I cannot get hot (re)deployment to work. Copying a war file into /var/tomcat4/webapps makes it jus lay there. I mean this worked yesterday :-( but I cannot imagine what I have done differently today except

Re: Hot deploy does not work?

2003-06-27 Thread ben . jessel
add reloadable=true in with the Context parameters Jon Haugsand [EMAIL PROTECTED] 27/06/2003 15:43 Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:Hot deploy does not work? Running tomcat 4.1 installed from RPM things look fine

Re: Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
* ben jessel add reloadable=true in with the Context parameters Did so: Context path=/tilgang docBase=tilgang debug=99 reloadable=true / /bin/ls -l /var/tomcat4/tilgang/ total 741 -rw-r--r--1 nbulo1 tomcat4754228 Jun 27 17:23 tilgang.war But no deployment

Re: Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
* Jon Haugsand * ben jessel add reloadable=true in with the Context parameters Did so: Context path=/tilgang docBase=tilgang debug=99 reloadable=true / No, I mean this: Context path=/tilgang docBase=../tilgang debug=99 reloadable=true / It does

RE: Hot deploy does not work?

2003-06-27 Thread Shapira, Yoav
deploy does not work? * Jon Haugsand * ben jessel add reloadable=true in with the Context parameters Did so: Context path=/tilgang docBase=tilgang debug=99 reloadable=true / No, I mean this: Context path=/tilgang docBase=../tilgang debug=99 reloadable