cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-03-22 Thread remm
remm2004/03/22 03:50:11 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Due to the use of the '#' special char to replace '/', the URL must be handled in a special way. - Bug 27752. Revision Changes

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-02-29 Thread remm
remm2004/02/29 14:47:21 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Reuse already existing util code. Revision ChangesPath 1.21 +3 -27

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-07 Thread Mark Thomas
It isn't beyond the realm of possibility that I am doing something stupid. This is what I did. Whilst looking into bug11682 I created a very simple web app (just index.jsp) made a war and then tried to deploy it via ant. I modified the build.xml from the manager how-to and added the task below.

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-07 Thread Remy Maucherat
Mark Thomas wrote: It isn't beyond the realm of possibility that I am doing something stupid. This is what I did. Whilst looking into bug11682 I created a very simple web app (just index.jsp) made a war and then tried to deploy it via ant. I modified the build.xml from the manager how-to and

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-07 Thread Mark Thomas
What I found was the .war was uploaded to work\Standalone\localhost\bug11682 and then expanded to webapps. If I used a path of xyz then the .war was expanded to webapps\xyz regardless of the name of the .war Mark On Wednesday, January 07, 2004 8:41 PM, Remy Maucherat [SMTP:[EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-07 Thread Remy Maucherat
Mark Thomas wrote: What I found was the .war was uploaded to work\Standalone\localhost\bug11682 and then expanded to webapps. If I used a path of xyz then the .war was expanded to webapps\xyz regardless of the name of the .war Ah ok. Nice :) (I didn't remember, but I did code that :) ) I think

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-07 Thread Mark Thomas
OK, will do. Mark On Wednesday, January 07, 2004 9:52 PM, Remy Maucherat [SMTP:[EMAIL PROTECTED] wrote: Mark Thomas wrote: What I found was the .war was uploaded to work\Standalone\localhost\bug11682 and then expanded to webapps. If I used a path of xyz then the .war was expanded to

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-07 Thread markt
markt 2004/01/07 15:34:31 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Apply same patch as for bug 11682 to second ExpandWar.expand() Revision ChangesPath 1.18 +6 -2

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-06 Thread markt
markt 2004/01/06 14:31:18 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Fix bug11682. Deploying a webapp to the root context via an Ant task when unpackWARs is true now behaves correctly. Revision Changes

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-06 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: markt 2004/01/06 14:31:18 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Fix bug11682. Deploying a webapp to the root context via an Ant task when unpackWARs is true now behaves correctly.

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-06 Thread Mark Thomas
When I tested the deploy task, the behaviour I saw was that the original codedocBase = ExpandWar.expand(host, war, contextPath)code; failed to create any files at all in the webapp directory. The root context _was_ displayed in the manager app but when I tried to access it all I saw was a

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2004-01-06 Thread Remy Maucherat
Mark Thomas wrote: When I tested the deploy task, the behaviour I saw was that the original codedocBase = ExpandWar.expand(host, war, contextPath)code; failed to create any files at all in the webapp directory. The root context _was_ displayed in the manager app but when I tried to access it all

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2003-11-14 Thread remm
remm2003/11/14 02:02:23 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Use the extended digester for system property replacement. - Note: Although the code is not very optimized, this does not have any impact

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2003-07-25 Thread remm
remm2003/07/25 06:54:57 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Remove use of the auto deploy flag. Revision ChangesPath 1.14 +7 -7

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2003-06-23 Thread remm
remm2003/06/23 13:33:27 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Code cleanup. - Remove XML descriptor on undeploy (bug 19607). Revision ChangesPath 1.12 +16 -9

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2003-06-15 Thread remm
remm2003/06/15 00:42:51 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Address bug 20758. - Remove apparently useless reference. Revision ChangesPath 1.10 +2 -10

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2003-06-10 Thread remm
remm2003/06/10 13:03:42 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Small deployer refactorings, as discussed previsouly. - Don't remove WAR if newer than unpacked directory. - Generalize WAR unpacking, based

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2003-01-27 Thread costin
costin 2003/01/27 15:40:13 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: Changed to c-l. Set the class loader on digester - it seems the HEAD works better this way. Revision ChangesPath 1.6 +24 -26

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java StandardServer.java

2002-08-20 Thread amyroh
amyroh 2002/08/20 16:09:18 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java StandardServer.java Log: Change install(String contextPath, URL war, String configFile) method to actually save context info to the configuration

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostDeployer.java

2002-07-31 Thread amyroh
amyroh 2002/07/31 18:40:49 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: Minor change that fixes a bug when an application is undeployed (removed), ContatinerEvent with the value of REMOVE_EVENT is fired.