John:
The way I have it set up is:
*) I have a zone called MyZone which I have mounted (in httpd.conf) as
ApJServMount /a /MyZone
*) When I get a request, I rewrite the url (in httpd.conf) to:
RewriteRule ^/(.*) /a/userapplet?user=$1 [PT]
where userapplet is an alias for COM.foo.UserApplet and is defined
in MyZone.properties (the zone file for MyZone) as:
servlet.userapplet.code=COM.foo.UserApplet
Umesh.
On Thursday, March 11, 1999 8:36 PM, John Frailey [SMTP:[EMAIL PROTECTED]] wrote:
> Yeah... I finally got mod_write and jserv compiled and running... (thanks
> jon*) but when I use the substitution below:
> RewriteEngine on
> RewriteRule ^/(.*) /example/Hello [PT]
> (thanks Umesh)
>
> It tries to resolve a web page http://<mydomain>.com/example/Hello
> instead of the servlet that works with that url directly.
>
> any other tricks to send it to jserv instead of trying to read from a file
> ?? It's late, so I may not be thinking clearly now ... :=|
>
>
>
>
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://www.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]