• 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

Did any body face this problem??

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I'm using JBuilder9 with Sysbase EA Server5.0
When i run my application i get HTTP 404 - File not found error.
Earlier i ran my application with Tomcat in JBuilder and it worked fine.

Do I need to give different contextpath for EA Server? I tired whatever i could. Can anybody help?

Thanks
Dimple
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will need to properly deploy your application to your server which may require more than just copying in the war file or webapp directory.
As I don't know that particular server I can't tell what those steps may be.
Remember that JBuilder does the required setup of Tomcat automagically when you tell it to weblaunch. Maybe it has an OTA for your server as well (or maybe there's one available elsewhere).
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic