you can simply invoke it like this:

http://localhost:7001/welcome

-----Original Message-----
From:   sukumar [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, September 21, 2000 4:36 AM
To:     [EMAIL PROTECTED]
Subject:        how to run servlet in weblogic

hi all,

   i am using weblogic server.
i am placing servlet class file in servletclasses directory.
i don't know how to invoke that servlet from html (thru href)
or from a browser.
  i had tried with
  http://localhost:7001/servlets/servletclasses/welcome
  and
  http://localhost:7001/servletclasses/welcome
  where welcome is the class file

in properties file i have

weblogic.httpd.servlet.classpath=d:/weblogic/myserver/servletclasses

waiting for the answer
s.sukumar

===========================================================================
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

===========================================================================
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