1

I'm tired by compiling and redeploying .ear file on web logic. could you please let me know how to do hot deployment. I'm using weblogice 10 as application server and ATG framework. my .ear file is withing ATG not in weblogic. I tried by changing the java file, compiled and merged updated .class file with .jar file and copied .jar file in .ear file but it is not reflected.

home
  • 12,468
  • 5
  • 46
  • 54
Alex
  • 11
  • 3

1 Answers1

0

You should run your server via runDynamoOnWeblogic.bat which located in ATG_DIR\home\bin and use -run-in-place key when call this bat file. But you should reslove issue with autobuilding in your IDE. For example I config my eclipse so that eclipse compile java classes after editing and put it directly to the ATG_DIR\My_module\classes.jar directory.

note: classes.jar should be exploded archive.

Hope this help you.

Oleksandr
  • 2,346
  • 4
  • 22
  • 34