Chan Chee Siong wrote:
> Hi all
> 
>    Anyone knows if an ear file can be deployed
> (without any changes) in both JBoss/Tomcat and
> JBoss/Jetty environment?
> 
>    I have deployed an ear file and run it successfully
> in JBoss 2.4.6/Tomcat 4.0.3 but when I deployed to
> Jboss/Jetty environment, I have the following
> problems:
> 
>    (1)  When I typed http://localhost:8080 as URL in
> the browser, it will redirect to http://jsp/login.jsp
> for Jboss/Jetty. The page is being redirected to
 > http://localhost:8080/jsp/login.jsp correctly for my
 > JBoss/Tomcat settings.
 >

Do you really mean

http://jsp/login.jsp

or

http://localhost/jsp/login.jsp

?

Can you mail me the war/ear that is causing the problem - and the source 
code if possible....

>    (2)  After I have manually type the full address
> and login to the system, I observed that my style
> sheets and images are not displayed correctly.
> 

can you expand - are they displayed at all etc..

>    Are there any other settings for Jetty I must
> configure so that my application will run similarly in
> both JBoss/Tomcat and JBoss/Jetty environments ?
> 

Provided that your app is staying within the spec (and Tomcat is too) 
the two containers should behave identically. You should not have to 
reconfigure anything....

I'm on it,

Send me whatever you can,


Jules

>    Thanks in advance.
> 
> Cheers
> Chee Siong
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> 
> _______________________________________________________________
> 
> Sponsored by:
> ThinkGeek at http://www.ThinkGeek.com/
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user




_______________________________________________________________

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

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

Reply via email to