my aim is to run reports using apache, i mean reports should run if i type something like
http://localhost:8080/reports/anyJsp.jspbut before that i have installed oracle 9i Developer Suite....in that when i run reports it runs succesfully, using the default configurations. but if i use the thin client provided by oracle and run it,
using
http://localhost:8888/reports/rwservletit gives the following error on the browser
500 Internal Server Error
java.lang.NoClassDefFoundE
rror: java/lang/CharSequence
at java.lang.Class.forName0(N
ative Method)
at java.lang.Class.forName(Cl
ass.java:1
95)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpAppl
ication.lo
adServlet(
HttpApplic
ation.java
:1621)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpAppl
ication.fi
ndServlet(
HttpApplic
ation.java
:4020)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpAppl
ication.ge
tRequestDi
spatcher(H
ttpApplica
tion.java:
2218)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequ
estHandler
.processRe
quest(Http
RequestHan
dler.java:
585)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequ
estHandler
.run(HttpR
equestHand
ler.java:2
43)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThrea
d.run(Thre
adPoolThre
ad.java:64
)
please solve this problem and guide me how to use tomcat for retriveing reports...i mean how http server and application server should be integrated??? so that requests on the http server can be forwarded on application server and response could be sent back to the http server.
tomcat version i want to use is 5.0
if u need any further information please leave a note i will provide.
thanks
Start Free Trial