if your path is
d:/weblogic/myserver/servletclasses/

your properties file should look like this:

weblogic.httpd.register.<SomeName>=<the path to the servlet that starts after 
servletclasses seperated by dot but in your case just Welcome>
like this:
weblogic.httpd.register.Welcome=welcome

and then just type this URL in the browser

http://localhost:7001/welcome

Venkat Jonnalagadda


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