• 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

Problem running a war file

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guys,
I am having a strange problem . I have a worked in a project in which we used
JBoss 3.2.5 during development . Now ,we have the war file deployed into another Tomcat Server(5.0.17). When the server is started all the pages are showing "No Page found..." .No exception is there,I have checked the logs folder,there is no exception . In JBoss the same war file working fine,but in Tomcat it is not .Any clue ?
Regards,
Ayan
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like the applications were never deployed.
Did you look at the application listing screen in the Tomcat Manager app to see if they were? It may show them as being deployed but unable to start.
If that's the case there should be something in the Tomcat logs.
 
Ayan Dutta
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
In the Tomacat manager screen the project name is displayed .
I am explaining the problem again.
Say the welcome page is welcome.jsp.Inside welcome.jsp there are 3 iframes,say frame1,frame2,frame3.frame1 loads a.jsp,frame2 loads b.jsp and frame3 loads c.jsp.
Now what is happening after deployment ,the page welcome.jsp is coming with three iframes.But inside the iframes none of jsps are working .Three of the frames showing "page not found....".Where as, when I am deploying the same war file in JBoss it is working fine.
Regards,
Ayan.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are the three pages dependent on another resource that might need to be configured (such as a database connection)?

You'll have to give us more information if we are to help you.
It's rare that pages will blow up in Tomcat without something being logged.
What are you using for urls in the frameset?
 
reply
    Bookmark Topic Watch Topic
  • New Topic