• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Application Access from jboss-5.1.0 GA

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I deployed ear file in jboss-5.1.0 successfully, and trying to access my application with below url:
http://ipaddress:8080/ee (ee is contextroot), with this url accessing application. But from here not displaying other pages like http://ipaddress:8080/ee/InternalLogin.jsp showing 404 not found /ee/InternalLogin.jsp
But checked my ear (in this war is having jsp pages, these also deployed correctly).
How i can access the other jsp's, is there anything need to change?
Please help me to resolve this........

Regards
Jagan
Thankyou.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also posted in the JBoss forum at:
https://community.jboss.org/message/759053
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic