Page 1 of 1

Compiling login_jsp.java

PostPosted:Wed Aug 04, 2010 9:50 pm
by ilagi
Hi,
I'm trying to make a small change to login_jsp.java and compile it with JDK without having the whole developer environment installed, but I keep getting lots of erros about javax.servlet.jsp does not exists and es.git.openkm.core does not exists, etc.

I took the jsp-api.jar, jboss-j2ee.jar and servlet-api.jar and linked it into CLASSPATH, but no change.

Re: Compiling login_jsp.java

PostPosted:Thu Aug 05, 2010 10:27 am
by jllort
NO NO NO NO.

You must open OpenKM.war, and editing there the loing.jsp file not others in temporary folders.

Re: Compiling login_jsp.java

PostPosted:Thu Aug 05, 2010 6:09 pm
by ilagi
THANKS!!!

You are right, it works by changing it in the OpenKM.war. Easy and simple. Thanks!