https://issues.apache.org/bugzilla/show_bug.cgi?id=49218

--- Comment #3 from Peter Rossbach <p...@objektpark.de> 2010-04-30 07:53:40 EDT 
---
I have build a standalone war that still have the not found problem! Arrg!

I have build two fragments: servlet30/WEB-INF/lib/hello2.jar
META-INF/
META-INF/MANIFEST.MF
api/
api/HelloApiServlet.class
api/ServletSetupListener.class
META-INF/resources/
META-INF/resources/A/
META-INF/resources/A/resourceB.jsp
META-INF/resources/hello.jsp
META-INF/resources/hello.txt
META-INF/resources/resourceB.jsp
META-INF/web-fragment.xml
<!-- has an order constraint deployed after "other"-fragment -->
 and other.jar

META-INF/
META-INF/MANIFEST.MF
annotation/
annotation/GetResourceServlet.class
META-INF/resources/
META-INF/resources/folder/
META-INF/resources/folder/resourceC.jsp
META-INF/resources/folder/resourceD.jsp
META-INF/resources/resourceA.jsp
META-INF/resources/resourceB.jsp
META-INF/web-fragment.xml

dir:
daVinci:servlet30 peter$ tree *
META-INF
|-- MANIFEST.MF
`-- context.xml
WEB-INF
|-- classes
|   |-- annotation
|   |   |-- GetResourceServlet.class
|   |   |-- HelloBean.class
|   |   |-- HelloFilter.class
|   |   |-- HelloServlet.class
|   |   |-- LogApplicationLifeCycleListener.class
|   |   |-- LogRequestListener.class
|   |   `-- ParamServlet.class
|   `-- api
|-- lib
|   |-- hello2.jar
|   `-- over.jar
`-- web.xml
folder
|-- resourceC.jsp
`-- resourceE.jsp
index.jsp 
resourceA.jsp


I can't access hello.jsp or hello.txt, but can access resourceB.jsp...

Very strange!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to