Hi,

you need to put the following in the weblogic.properties file...

weblogic.allow.execute.weblogic.servlet.MYSERVLETNAME=everyone

weblogic.httpd.register.MYSERVLETNAME=MYSERVLETNAME

where MYSERVLETNAME is the name of your .class file

Then,

you need to compile the .java file into a .class file and put the result
into
the servletclasses directory which is at the same level as you myserver
directory and below your public_html directory in the tree.

Andy.

p.s. I support Sufi Malak.



-----Original Message-----
From: Frank Mancini [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 04. April 2001 19:33
To: [EMAIL PROTECTED]
Subject: getting a servlet to work in Weblogic


How do I get a servlet to run in weblogic 5.1...do I need to register it in
the .properties file....or does it work automatically when I put it in the
directory structure or do I need to define it in weblogic somewhere?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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