Hi Starki

As i mentioned the only thing I did was upgrading the web.xml to 

<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

In the way of upgrading, the taglibs declaration is no longer done in web.xml 
but in the jsp files directly. But that would be a compile time problem, right?

The jstl.jar and standard.jar have been upgraded accordingly (JSTL 1.1), all 
other libraries are unchanged.

Is there a simple way of checking the classloader issue?

--Martin

-----Ursprüngliche Nachricht-----
Von: starki78 [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 23. September 2006 12:17
An: user
Betreff: RE: Migrating Struts application from weblogic 8.1 to 9.2

Hi Eric,

have you solved the problem?
Is everything in your configuration really the same
...web.xml, liberaries?
Could you imagine that your classloader loads different
xml-libraries?
It's an interesting problem for me hope to hear you soon!
Starki 


---------- Initial Header -----------

>From      : "Givler, Eric" [EMAIL PROTECTED]
To          : "Struts Users Mailing List" user@struts.apache.org
Cc          : 
Date      : Fri, 22 Sep 2006 11:02:51 -0400
Subject : RE: Migrating Struts application from weblogic 8.1 to 9.2







> What's the leading "/" for?
> 
> -----Original Message-----
> From: Martin Burkhart [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 22, 2006 9:40 AM
> To: user@struts.apache.org
> Subject: Migrating Struts application from weblogic 8.1 to 9.2
> 
> 
> Hi
> 
> Im trying to get my struts 1.2.7 application running properly on
> weblogic 9.2. It is working fine on weblogic 8.1 but page forwarding
> doesn't seem to work on 9.2. Here is what I did to the application in
> order to being able to compile it with the weblogic application
> compiler:
> 
> - Made web.xml compliant with Servlet 2.4/JSP2.0:
> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> 
> - Upgraded from JSTL 1.0 to JSTL 1.1
> 
> The application compiles fine and the login page appears. But when the
> users logs in correctly, a 
> 
> mapping.findForward("/success");
> 
> command leads to a "404 not found" error.
> 
> The struts 1.2.7 demo applications are running nicely, though.
> 
> Did anybody succeed in doing a similar thing or experience similar
> errors? Any help is appreciated.
> 
> --Martin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to