aspose file tools
The moose likes Websphere and the fly likes How to deploy my class file on websphere 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 » Products » Websphere
Reply Bookmark "How to deploy my class file on websphere" Watch "How to deploy my class file on websphere" New topic
Author

How to deploy my class file on websphere

abhijitg ga
Greenhorn

Joined: Mar 01, 2012
Posts: 9
Hi All,

I am new to websphere. Our product has the ear file deployed somewhere in WAS. I was to put some debug print statements in java file to understand the control flow.

Which folder should I put the compiled class file so that when I restart the App server my class file would be picked up instead of the one in the ear file.

-
Abhijit
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

You don't do that. Regenerate the EAR file with the new version of your class in it and install the EAR in the usual way.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to deploy my class file on websphere
 
Similar Threads
migrating from Jboss4.0 to websphere 6.0
EAR deployment problem Weblogic Migration... additional resources needed on classpath
Property file in EAR
Deploying Ear in tomcat
Log4j problem in Websphere