• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

tomcat vs websphere

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
We have developed jsp+servlet system and tested under tomcat. It is working fine and we deployed the same application to Websphere and found that it is not working as under tomcat. We done even get error messages and there is no error log generated.
What could be the problem?
please help
Thanks and regards
Muthuvel C.
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you checked up the trace file and the application specific log files. There should be some error messages. Could you please see them over again and put them up if you get anything.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I tried the same thing.
I have a EAR file build using JBOSS+TOMCAT server stack.
When I trid to deploy the same EAR file in WebSphere 4.
I got the DeploymentDescrptorException in Web.xml file.
It took the EJBModule and when it comes to WebModule(WAR file).
It is giving the above Exception.I checked out my Web.xml file it is fine follows the standards.
I used Application Assembly Tool do all the thing.
Can any one help in this regard.
I think your problem is also same, these Server will follow thier own deployment descriptor files in addtion to spec's proposed XML's
Bye
Venkat
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic