| 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
|
|
|
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.
|
 |
 |
|
|
subject: How to deploy my class file on websphere
|
|
|