I haven't quite got my head round this yet...

I have a web application (let's call it MyApp) -  one of a number which 
will be served by the same server. I have established a URL mapping for it, 
which is /go/. Thus, to call this servlet, the URL will be something like:

        http://www.company.com/MyApp/go/whatever

But what if I also want to have the servlet called without having to 
specify the context in the URL, thus:

        http://www.company.com/go/whatever

How do I do this? (I appreciate that this will only be possible with one 
web app, otherwise the server would get very confused).

John

John Moore
Senior Developer, Bizfinity API
Bizfinity, Inc

1601 South De Anza Boulevard
Suite 255
Cupertino, CA 95014-5351

T (408) 863-7300 x604
F (408) 863 7310
E [EMAIL PROTECTED]


Reply via email to