hello all,

To keep html code and servlet code separate, we have a class file that
loads a html when called
within servlets. Now i just want to give the html filename to class and
it has to load.
So, where should be the class file and how can i access that class
within servlet.

This has to work for all web servers available

For example

In servlet, my call must be like

MyClass m = new MyClass ( "xxx.html" );  //This html file have to reside
in the html docs directory
of the particular web server

I'm very much in need of the help. Any pointer in this regards is most
welcome
Thanks in advance

regards.
roopa

___________________________________________________________________________
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