Hi
 I have a jsp page that has a following statements
document.forms[0].action = "/com/deploy/admin/DocGenDocsServlet.class";
document.forms[0].submit();
I want to give an alias name like this
document.forms[0].action = "docgendoc";
document.forms[0].submit();

To do that
i set the alias name in JRun as dogendoc
class name as "x.y.z.DocGenDocsServlet"

It gives SERVER ERROR

I use JRUN 2.3.3 and NES web server

Any solutions on this are a real help

Good luck
Aravind Kumar L.N.S

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to