[ANSWERED] Redeploying Custom Process Advisor in Tomcat
I have successfully created a custom process advisor. I am having a problem redeploying changes to the custom advisor code. I have made changes from the original advisor, but after I follow the steps below to redeploy. My coding changes are not reflected.
Are these the correct steps to redeploy a custom process advisor in TOMCAT application server?
1. Use the server reset command from the internal tools menu option.
2. shutdown Tomcat.
3. rebuild all for my update site.
4. start up tomcat.
5. verify the process advisor loaded via the Provision Status.
Is there something else I should be doing?
Are these the correct steps to redeploy a custom process advisor in TOMCAT application server?
1. Use the server reset command from the internal tools menu option.
2. shutdown Tomcat.
3. rebuild all for my update site.
4. start up tomcat.
5. verify the process advisor loaded via the Provision Status.
Is there something else I should be doing?
5 answers
Before starting up tomcat remove cached content located at tomcat/work/Catalina/... .
I have successfully created a custom process advisor. I am having a problem redeploying changes to the custom advisor code. I have made changes from the original advisor, but after I follow the steps below to redeploy. My coding changes are not reflected.
Are these the correct steps to redeploy a custom process advisor in TOMCAT application server?
1. Use the server reset command from the internal tools menu option.
2. shutdown Tomcat.
3. rebuild all for my update site.
4. start up tomcat.
5. verify the process advisor loaded via the Provision Status.
Is there something else I should be doing?
Do I remove the whole directory structure below tomcat/work/Catalina/... ?
Before starting up tomcat remove cached content located at tomcat/work/Catalina/... .
I have successfully created a custom process advisor. I am having a problem redeploying changes to the custom advisor code. I have made changes from the original advisor, but after I follow the steps below to redeploy. My coding changes are not reflected.
Are these the correct steps to redeploy a custom process advisor in TOMCAT application server?
1. Use the server reset command from the internal tools menu option.
2. shutdown Tomcat.
3. rebuild all for my update site.
4. start up tomcat.
5. verify the process advisor loaded via the Provision Status.
Is there something else I should be doing?
You can remove 'work/' directory.
Do I remove the whole directory structure below tomcat/work/Catalina/... ?
Before starting up tomcat remove cached content located at tomcat/work/Catalina/... .
I have successfully created a custom process advisor. I am having a problem redeploying changes to the custom advisor code. I have made changes from the original advisor, but after I follow the steps below to redeploy. My coding changes are not reflected.
Are these the correct steps to redeploy a custom process advisor in TOMCAT application server?
1. Use the server reset command from the internal tools menu option.
2. shutdown Tomcat.
3. rebuild all for my update site.
4. start up tomcat.
5. verify the process advisor loaded via the Provision Status.
Is there something else I should be doing?