I think I can help you with this. When you install WebLogic Server, under your
.../weblogic you should see weblogic.properties file.
Under weblogic.properties file There is a section for JSPs that should somewhat
look like this.
NOTE: My JDK and Weblogic is installed on D:\
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args for
# directory locations and uncomment to use.
weblogic.httpd.register.*.jsp=\
weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
pageCheckSeconds=1,\
compileCommand=D:/jdk1.2.2/bin/javac.exe,\
workingDir=D:/weblogic/examples/webapp/edapt-web,\
keepgenerated=true,\
verbose=true
weblogic.httpd.servlet.classpath=\
D:/weblogic/examples/webapp;D:/weblogic/myserver;D:/weblogic/myserver/servletclasses
Mutahar Qayum wrote:
> Can you tell me how exactly do you alias in weblogic?
>
> thanks
> -----Original Message-----
> From: Carlos Vasquez [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 11, 2000 8:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: problem with <jsp:param>....
>
> If you are using weblogic trying aliasing the
> Servlet/Bean then try to reference it that way.
>
> weblogic.properties?
>
> --- Mutahar Qayum <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I am using a bean i compiled a class and now i am
> > trying to use it in JSP
> > page. But, getting
> > ClassNotFound error.
> >
> > can you help ?
> >
> > Thanks
> >
> >
> ===========================================================================
> > 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
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> ===========================================================================
> 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
===========================================================================
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