• 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

Migrating Tomcat 5

 
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'm migrating from jboss 3.2.1 to 3.2.6 and the tomcat 4 changes to 5....
This works perfectly before but now don't is there anything that must be done?


the data_error.jsp


When i comment the forward the page goes blank(obviously) but when he does the forward he dont show my page but the error... that the user can't see...and when i put a wrong page in the forward he says page not found(obviously)...
Is there anything that must be changed?
i put the <error-page> in the web.xml and works ok.. but some errors are custom so i cant use this tag for all 500 error..
plz anyone has ideas about this...???

Thanks!!
 
Dalmo Costa
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi again i take isErrorPage="true" from the data_error.jsp and works...
Anyone know why?
reply
    Bookmark Topic Watch Topic
  • New Topic