Re: [opencms-dev] Changing code of opencms

lists at rueth.info lists at rueth.info
Wed Jan 12 07:58:02 CET 2005


How come that you have a "ROOT" in the path? In my Tomcat installation,
the code is placed in the folder /webapps/opencms/WEB-INF/classes.
Maybe you just used the wrong web application...

Make also sure to remove the opencms.jar file from the
/webapps/opencms/WEB-INF/lib directory when you use the classes
directly. Other alternative: create a jar file from the compiled source
and replace the opencms.jar.

REgards
Ulrich

asawari pujari <asawari_bhalchandra at yahoo.com> schrieb am 12.01.2005,
07:45:03:
> 
> Hello all,
> 
> I have built the opencms source (using ant).I have also put the compiled source code of opencms intoTomcat/webapps/ROOT/WEB-INF/classes > directory.
> 
> But now when i make my changes(i have just tried to put in "System.out.println("welcome")")
> in the CmsLoginNew Class in the worplace folder of the source distribution.As far  my knowledge goes is is the Class that is accessed > by the Login template.
> I compile the code..it compiles...no problem.
> 
> I restart tomcat and enter the username and password and click "Login".The workplace is opened up.
> But the strin "welcome"is not isplayed on the tomcat console.
> Why is this so.?
> How do i make changes to the code in that case!..



More information about the opencms-dev mailing list