Deployment problem on Weblogic 8.1.x (Not classloader related)
--------------------------------------------------------------

                 Key: AXIS2-2492
                 URL: https://issues.apache.org/jira/browse/AXIS2-2492
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: deployment
    Affects Versions: 1.1.1
         Environment: Weblogic 8.1 SP 5, JDK 1.4.2.08
            Reporter: Joshua White


I am deploying my application according to this article ( 
http://wso2.org/library/90) with the addition of a weblogic.xml file with the 
prefer web-inf classes option set to true .  As a result, I do not have any 
archived modules or services which should rule out the nesting of archives know 
issue. 
 
When I deploy in an exploded format, the example application on that page works 
fine.  When in an archived format though, I receive the following error (which 
I mentioned earlier):
 
<Error> <HTTP> <BEA-101214> <Included resource or file 
"/axis2/axis2-web/listSingleService.jsp" not found from requested 
 
The interesting thing is, this file, "/axis2/axis2-web/listSingleService.jsp" 
is not even contained in this example app.  The application only seems to be 
looking for it when it is deployed in an archived format.

To further confuse the issue, if you move the services.xml file from 
WEB-INF/services/BookService/services.xml and place it in the root of the 
WEB-INF directory, the application appears to work perfectly fine in an 
archived format.  The problem with this work around though is that I am now 
limited to only one services.xml file.  

Let me know if I can be of any further assistance.  I can provide a sample 
application if necesary.

Regards,

Joshua

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to