VMware Cloud Community
alagammal
Contributor
Contributor

In server , hard deployement Changes have done in login.jsp file.

Hi ,

In server , mean path E:\beasa-installer\server-4.5.2\hq-engine\hq-server\webapps\ROOT\WEB-INF\jsp\login.jsp have kept a line called Systom.out.println("test");
But is not working . "test" output is not coming in server.log file . Hyperic Server Restart also done . Any problem with hard deployment changes ?
0 Kudos
1 Reply
admin
Immortal
Immortal

This is because jsp's are precompiled, so changes don't get picked up.

I'm working myself on how best to workaround this. Will let you know if I figure anything out.

Part of the reason this is done is because Hyperic ships only with a JRE, not a JDK, so there is not a compiler around to compile the .java file created from the jsp.
0 Kudos