Bugs item #563360, was opened at 2002-06-01 14:28
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=563360&group_id=22866

Category: CatalinaBundle
Group: v3.0 Rabbit Hole
Status: Pending
Resolution: Works For Me
Priority: 5
Submitted By: Koen Serry (koen_serry)
Assigned to: Scott M Stark (starksm)
Summary: WEB-INF/web.xml not found

Initial Comment:
Great job the 3.0 release. One minor glitch though, 
when I try to deploy a webapp in 2.4 everything works 
fine. Doing the same in the 3.0 fails with the following 
error : 

20:22:34,494 INFO  [Engine] ContextConfig[/Test]: 
Missing application web.xml,  using defaults only
20:22:34,554 INFO  [Engine] ContextConfig[/Test]: 
Added certificates -> request attribute Valve
20:22:34,554 DEBUG [EmbeddedCatalinaServiceSX] 
Context.lifecycleEvent, event=org
.apache.catalina.LifecycleEvent[source=StandardEngine
[MainEngine].StandardHost[localhost].StandardContext
[/Test]]


----------------------------------------------------------------------

Comment By: Timothy Braun (timothybraun)
Date: 2002-06-03 08:29

Message:
Logged In: YES 
user_id=144033

I found this same error to be true under certain cirumstances.

When using WindowsXP to create the war file, the path to 
web.xml is in lowercase. ex. /web-inf/web.xml. After some 
debugging I have come to determine that when creating and 
packaged file on windowsXP, if the name is in ALL uppercase 
windows will report it as ALL lowercase. ex. When looking at 
the directory to be packaged into the war, it contained a 
directory named "WEB-INF". This was also confirmed under 
a command prompt. After successfully packaging the file 
with 'jar -cvf output.war .' it was reported as "web-inf". Now if I 
changed the directory name to "WEB-INf" and used the 
same process, it was reported as "WEB-INf". 

  I still have not been able to fix the problem, so any help 
would be greatly appreciated.  The temporary fix that I am 
currently using is to move everything to a linux server when I 
wish to package them. This is to tedious to continue.

----------------------------------------------------------------------

Comment By: Scott M Stark (starksm)
Date: 2002-06-01 14:42

Message:
Logged In: YES 
user_id=175228

Attach an example ear or war that illustrates this because 
the testsuite webapps deploy fine.

11:47:26,031 INFO  [EmbeddedCatalinaServiceSX] deploy, 
ctxPath=/jbosstest, warUrl=njar:file:/G:/JBossReleases/jboss-
3.0.0_tomcat-4.0.3/server/default/tmp/deploy
/D/usr/JBoss3.0/jboss-all/testsuite/output/lib/jbosstest-
web.ear/77.jbosstest-web.ear^/jbosstest-web.war
11:47:29,265 INFO  [Engine] WebappLoader[/jbosstest]: 
Deploying class repositori
es to work directory G:\JBossReleases\jboss-3.0.0_tomcat-
4.0.3\catalina\work\loc
alhost\jbosstest
11:47:29,546 INFO  [Engine] WebappLoader[/jbosstest]: 
Deploy JAR /WEB-INF/lib/jb
osstest-web-util.jar to D:\Documents and 
ettings\starksm\Local Settings\Temp\ne
sted-27285.war\WEB-INF\lib\jbosstest-web-util.jar
11:47:29,640 INFO  [Engine] WebappLoader[/jbosstest]: 
Deploy JAR /WEB-INF/lib/soap-2_2.jar to D:\Documents 
and Settings\starksm\Local Settings\Temp\nested-
27285.war\WEB-INF\lib\soap-2_2.jar
11:47:29,656 INFO  [Engine] StandardManager[/jbosstest]: 
Seeding random number generator class 
java.security.SecureRandom
11:47:29,656 INFO  [Engine] StandardManager[/jbosstest]: 
Seeding of random number generator has been completed
11:47:30,687 INFO  [Engine] ContextConfig[/jbosstest]: 
Added certificates -> request attribute Valve
11:47:31,734 INFO  [Engine] ContextConfig[/jbosstest]: 
Configured an authenticator for method BASIC
11:47:32,375 INFO  [EmbeddedCatalinaServiceSX] Using 
Java2 parent classloader delegation: true


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=563360&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to