Hi,
I faced the same problem few days back. It was resolved by putting the bean
classes in a package and add the path to the weblogic classpath in
startweblogic.cmd as
set
WEBLOGIC_CLASSPATH=.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses;c:\;c:\abc;

my classes are kept in xyz package under abc directory.

This simple method works fine with any other classes which u want to import
in JSP or servlets.

Hope this will solve your problem.

Shishir

>From: Marco M <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: jsp in weblogic 5.1
>Date: Fri, 5 Jan 2001 10:04:49 +0200
>
>Hi all,
>         well...try to put them in the weblogic classpath of your
>startWebLogic.sh/cmd
>
>WLS5.1 has LOT OF PROBLEMS of Classloader
>
>regards
>         marco
>
> > -----Original Message-----
> > From: ext Kevin Duffey [mailto:[EMAIL PROTECTED]]
> > Sent: 05. January 2001 9:52
> > To: [EMAIL PROTECTED]
> > Subject: Re: jsp in weblogic 5.1
> >
> >
> > May I suggest something..use WebLogic 6. It is much better
> > than 5.1. Lots of
> > fixes, xml based config files, more J2EE compliant. If you have the
> > opportunity, move up to 6.0, and leave 5.1 behind. It will
> > save you lots of
> > problems and headaches down the road (hell..even immediately).
> >
> >
> > > -----Original Message-----
> > > From: A mailing list about Java Server Pages specification
> > and reference
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of shashi bhusan
> > > Sent: Thursday, January 04, 2001 11:35 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: jsp in weblogic 5.1
> > >
> > >
> > > Hi All!
> > >
> > > I am using weblogic5.1 for first time. Where should i put
> > my beans which I
> > > need to use with jsp in useBean.
> > > I have tried putting it in Severclasses and Servletclasses in
> > > weblogic\myserver buts its not able to resolve the bean class
> > >
> > > plz help
> > >
> > > shashi
> > >
> > ______________________________________________________________
> > ___________
> > > Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.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
>
>===========================================================================
>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

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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

Reply via email to