>>you can always try to compile it, it's quite easy now
where do I get the latest source of mod_webapp?

Beside how do specify the mapping?
What I want to be able to do is point my
browser to:
http://localhost/examples/HelloWorldExmample
instead of having to do:
http://localhost/examples/servlet/HelloWorldExmample
How do I specify that in WebAppDeploy ?

Thanks
Dom

-----Original Message-----
From: Patrick Roumanoff [mailto:[EMAIL PROTECTED]]
Sent: 29 January 2002 17:22
To: Tomcat Users List
Subject: Re: WebAppDeploy Vs WebAppMount


> WebAppConnection WarpConnection warp localhost:8008


> WebAppDeploy examples WarpConnection /examples


> <IfModule mod_webapp.c>


>     WebAppConnection warpConnection warp localhost:8008


>     WebAppMount examples warpConnection /examples/


>     WebAppMount manager warpConnection /manager/


>     WebAppMount webdav warpConnection /webdav/


> </IfModule>



Obviously there is something wrong here... should be something like

<IfModule mod_webapp.c>


     WebAppConnection warpConnection warp localhost:8008


     WebAppDeploy examples WarpConnection /examples


     WebAppDeploy manager WarpConnection /manager

     WebAppDeploy webdav WarpConnection /webdav

</IfModule>



WebAppMount is not document with mod_webapp 1.0.2-tc402

more over, manager servlet doesn't work, I guess it's because
it require BASIC authentication and the RELEASE-NOTES for tomcat
402b says it's broken in mod_webapp...

> The reason I wanted a recent version of mod_webapp is that it is


> supposed to support specification of complete path as David Smith


> mentionned in post (BTW David, I couldn't find any mod_webapp in the

> nightly


> snapshot, so that's why I used the rpm).



you can always try to compile it, it's quite easy now

hope this help

pkr

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

Reply via email to