I'm using WebLogic 4.5.1.
I'm trying to install a JavaBean component (JAR file). I'm using this component in a JSP. With the JavaWebServer I put the jar file into the lib\ directory and it works. But with WeblogicServer it doesn't work.....
What can I do???
I'v created a WEB-INF in the public_html, a lib in the public_hml but it doesn't works!!
What can I do???
Thank's
-
WebLogis and jar files (2 messages)
- Posted by: Andr?s Neria
- Posted on: September 14 2000 00:20 EDT
Threaded Messages (2)
- WebLogis and jar files by suresh kollipara on September 15 2000 09:01 EDT
- WebLogis and jar files by Trond Arve Wasskog on September 16 2000 20:23 EDT
-
WebLogis and jar files[ Go to top ]
- Posted by: suresh kollipara
- Posted on: September 15 2000 09:01 EDT
- in response to Andr?s Neria
try to placae the jb files in weblogic\myserver\serverclasses and see the results.
if u didn't get try for myserver\client classes.
for this u have to ser weblogic property sheet for jsp configuration -
WebLogis and jar files[ Go to top ]
- Posted by: Trond Arve Wasskog
- Posted on: September 16 2000 20:23 EDT
- in response to Andr?s Neria
The Weblogic class path system is a long story, involving boot class path, weblogic class path and the system class path. Check out this document to get an overview.