I was just looking at doing something along the same lines. Such as how do I map something like: http://localhost/testurl to execute directly HelloWorldExample
I tried WebAppDeploy test/servlet/HelloWorldExample conn /testurl WebAppDeploy /../../../test/WEB-INF/HelloWorldExample conn /testurl but none of them worked. (test is a directory where I copied some of the examples which worked when I had "WebAppDeploy test conn /test" and pointing my browser to http://localhost/testurl/servlet/HelloWorldExample) Dom -----Original Message----- From: Laura Reising [mailto:[EMAIL PROTECTED]] Sent: 10 January 2002 11:16 To: Tomcat Users List Subject: Re: how to deploy WebApps in apache's UserDir's ? Hello Daniel, > I think the Warp connector has problems with absolute path names.... > > try this... - depending on where your tomcat webapps directory is.... > > WebAppDeploy /../../../home/laura/www/jsp conn /jsp dingdingding! It works! Thanx for the tip! Laura -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
