I'm generating a page from a servlet
(http://localhost/appname/servlet/com.us.package.Servlet)

The page has an <embed></embed> tag in it, which launches a plug-in.

Here is the problem: When the plug-in launches it request some files; but,
when  it requests the file, it assumes that the file is in the same
directory as the requestedURL and is formatting the request like so:
http://localhost/appname/servlet/file1.txt

This is failing, of course.

Is there a way to have the server return the correct file? Perhaps using a
servlet or changing some configuration on the server?

Thanks! :-)

--------------------
Kevin Baynes
Software Engineer
[EMAIL PROTECTED]
703-393-2191

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to