JAVASERVLETS not working with weblogic server
hi,
i'm working with weblogic.
but, my servlets are not working.
when i run examples they work fine.
when i run my servlets from webbrowser i get the following errors
internal 500 error in the web browser.
in msdos wwindow iget the following errros
javax.servlet.servletexception.
servlet class sree.helloworld could not be loaded
the requested class was not found in classpath
at weblogic.servlet.internal.servletstubimpl.prepareservlet(),weblogic.servlet.internal.servl etstubimpl.getservlet(),weblogic.servlet.internal.servletstubimpl..invoke()
Re: JAVASERVLETS not working with weblogic server
the problem could bw with setting the classpath..pls check
satish
Re: JAVASERVLETS not working with weblogic server
hi satish,
Thanx for ur response.
I'm sure the classpath set by me is correct.
i have set according to weblogic docs....
HAND
SRee
"satish" <satish141@england.com> wrote:
>
> the problem could bw with setting the classpath..pls check
>
>satish
Re: JAVASERVLETS not working with weblogic server
"sree" <iamsree@yahoo.com> wrote:
>
>hi,
>
>i'm working with weblogic.
>but, my servlets are not working.
>when i run examples they work fine.
>
>when i run my servlets from webbrowser i get the following errors
>
>internal 500 error in the web browser.
>
>in msdos wwindow iget the following errros
>
>javax.servlet.servletexception.
>servlet class sree.helloworld could not be loaded
>the requested class was not found in classpath
>at weblogic.servlet.internal.servletstubimpl.prepareservlet(),weblogic.servlet.internal.servl etstubimpl.getservlet(),weblogic.servlet.internal.servletstubimpl..invoke()
>
***************************
Rams
Put ur files in the examples directory.