Bugs item #593319, was opened at 2002-08-09 17:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=593319&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Jeff Miner (jeff_miner)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBuilder WAR in WinXP/Win2K

Initial Comment:
I created a WAR file in JBuilder6E using jdk1.4 and 
deployed to Jboss 3.0.0 with no problems.  The app 
uses JSPs and Java beans, but no EJBs.

Passed the WAR file to two colleagues, one running 
WinXP and the other Win2K.  In both cases they 
could deploy the WAR and access any JSPs that did 
not use classes from within the WAR, but on trying to 
run any JSP that used classes from inside the WAR, 
they would get an 'Unable to find package' error 
(naming the first imported package from the WAR).  
We double-checked that, in fact, the classes are 
actually in the WAR file and indeed they are.

Both were running JBoss 3.0.0 with jdk1.3, but both 
changed to jdk1.4 and experienced the identical error.

We were struck by the fact that the same pathnames 
inside the WAR sometimes appeared in uppercase 
and sometimes in lowercase when opened in WinZip, 
but could not determine if this was an issue.  Notably 
the 'web.xml' file was in 'web-inf' while nearly all 
others showed as 'WEB-INF' - nonetheless, the WAR 
deployed and JSPs within it could be accessed, so I 
doubt this is the issue.

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

Comment By: Scott M Stark (starksm)
Date: 2002-08-09 17:42

Message:
Logged In: YES 
user_id=175228

Provide an example war.

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

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


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to