RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Adrian Caneva
381 4219105 [EMAIL PROTECTED] www.nexttech.com.ar == -Original Message- From: Marc Ostrow [mailto:[EMAIL PROTECTED]] Sent: Domingo, 03 de Febrero de 2002 08:10 p.m. To: Tomcat Users List Subject: Re: Apache/WARP connector/trailing slash I wanted to know the same

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Marc Ostrow
for you. Marc. -Original Message- From: Adrian Caneva [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 9:34 AM To: Tomcat Users List Subject: RE: Apache/WARP connector/trailing slash Hi Marc, I am using : #WebAppDeploy examples warpConnection /examples and it works fine. If as you

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Adrian Caneva
] www.nexttech.com.ar == -Original Message- From: Marc Ostrow [mailto:[EMAIL PROTECTED]] Sent: Lunes, 04 de Febrero de 2002 12:45 p.m. To: Tomcat Users List Subject: RE: Apache/WARP connector/trailing slash That's not necessary Adrian, I bet you have an examples directory

Re: Apache/WARP connector/trailing slash

2002-02-03 Thread Marc Ostrow
I wanted to know the same thing, so I went out and looked at the code base to understand why. USE OF THE FOLLOWING IS AT YOUR OWN RISK. IN NO EVENT SHALL MYSELF AND/OR TWINQUEST LLC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

RE: Apache/WARP connector/trailing slash

2002-01-31 Thread Adrian Caneva
maybe ? at httpd.conf VirtualHost 192.168.1.2 DocumentRoot %TOMCAT_HOME%/webapps ServerName myhost.acme.com .. WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples /VirtualHost at server.xml ... Engine