aspose file tools
The moose likes Performance and the fly likes Tomcat to WebSphere performance hit Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Tomcat to WebSphere performance hit" Watch "Tomcat to WebSphere performance hit" New topic
Author

Tomcat to WebSphere performance hit

Steve Wood
Ranch Hand

Joined: Jan 08, 2003
Posts: 137
Hi guys,

An open question:

We're having problem with our application when it's moved from Tomcat to WebSphere (Oracle database for both) - any ideas?

I realise this is very hazy, but are there any common things that occur with this type of transition (i.e. moving from Tomcat to Websphere)?

Cheers,

Steve
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

You couldn't even pin down what kind of problems?

Anyway it's worth noting that Websphere would likely require more memory than Tomcat, given that it has all those extra features. This may or may not have anything to do with those problems.
Steve Wood
Ranch Hand

Joined: Jan 08, 2003
Posts: 137
Hi Paul,

No, we did find that a particular method was getting a hammering, but it's nothing specific to the web application server - basically an iteration. So, the method is nothing special, except that on WebSphere it's taking an awful lot longer to process.

I think the whole application is lagging, but because this one does a lot of work, it's showing the problem.

Essentially, we use a lot of iterations of Lists and that seems a bit slow.

Cheers,

Steve
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat to WebSphere performance hit
 
Similar Threads
Need Information about Migrating from Tomcat 3.1 to Websphere 5.0
Migration
Convert web application from Tomcat from Websphere
How to call EJB deployed on websphere from JSP running on Tomcat?
WSDL problems in websphere 6.0