PDA

View Full Version : Windows and WebLogic


cmcginnis
02-15-2003, 12:07 AM
Is the DR release able to run on BEA WebLogic 7.0 on Windows? Just curious.

Chris

bloch
02-15-2003, 09:25 AM
Even though the download page is missing the word 'WebLogic' under the Windows2000 section, the unexploded Core lps-dr webapp was actually qualified with WebLogic 7.0 on Windows.

Unfortunately, the .war file will not
currently work with WebLogic 7.0


Thx,
Eric

cmcginnis
02-17-2003, 12:20 PM
Thanks for the response -

I have been playing with an installation of Weblogic7.0 with the DR-Core integrated within. (Ultimately trying to get lazlo to appear in a portlet, but for now just getting it to run when hitting the lzx is fine).

When going to the lzx file with the url
http://localhost:7501/laszloTestWebApp/hello.lzx
I get:

Servlet class com.laszlosystems.servlets.LZServlet for servlet LPS could not be handled by the ClassLoader with classpath

And I also get further down the error message:

java.lang.LinkageError: Class org/jdom/Document violates loader constraints

Any ideas? I will attach the entire error message to this post.

As always, thanks!
Chris

pablo
02-18-2003, 10:16 AM
Hi Chris,

Can you post the entire error message you're getting?

Thanks,
pablo

cmcginnis
02-19-2003, 07:13 PM
The webapp within Weblogic Portal was not deployed correctly. After adjusting the entry within the web.xml I was able to bring up the laszlo test application.

Thanks
Chris