I have a server that has a predefined directory structure that I need to
adhere to:

c:\javawebserver\servlet\<myname>\myservlet.class
c:\javawebserver\public-html\<myname>\mywebpage.html

What syntax should I use to generate the URL that the applet uses to locate
the servlet ?

(for example)
String strUrl = getCodeBase() + "servlet/myservlet";
URL url = new URL(strUrl);



Thanks

Andy Dingfelder

___________________________________________________________________________
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