This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes how to update a class file 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 » JBoss
Reply Bookmark "how to update a class file " Watch "how to update a class file " New topic
Author

how to update a class file

Maya Pillai
Ranch Hand

Joined: Jul 17, 2008
Posts: 60
Hi,

I have created a ear file and deployed it in Jboss.Is it possible to change/update a class file inside the ear file.Is there any option like that or do I have to create ear file again?

Thanks
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8146
    
  52

Do you mean you want to replace the .class file? If your application is already deployed and you want to replace the .class file, you can do that but the changes will not be reflected unless you redeploy the application.


[My Blog] [JavaRanch Journal]
 
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 update a class file
 
Similar Threads
ear task issue
RAD 7.0 Version -- Please Help
Updating a class file inside a EJB Project or a WAR file inside an EAR
J2EE ClassLoading and ClassCastExceptions
Jboss class loader isolation problem with spring