I have very much problems with weblogic. If i configure Wl to run
servlets, then can not run jsp. And if configure Wl to run jsp's then i
can not run servlets. The diferencie in to the configuration are the
weblogic.classpath (commented to run servlets, uncomented tu run jsp's):
# En el sistema hay una variable de entorno tal que:
# Classpath environment:
#
CLASPATH=3DC:/weblogic/classes/boot;C:/weblogic/eval/cloudscape/lib/cloud
scape.jar;C:/weblogic/lib/poolorb.jar
weblogic.httpd.servlet.classpath=3DC:/weblogic/myserver/servletclasses,\
/weblogic/classes,\
/weblogic/license,\
/weblogic/lib/weblogicaux.jar,\
/weblogic/myserver/serverclasses
The compiler are placed into C:\jdk13, if i delete jdsk.jar in
C:\jdk13\jre\lib\ext, then the wl not copile servlets.
What can i to do?