Hi
Im new to Open KM developments. I checkout the project from the svn (openKM 5.1) and complied the project using eclipse and maven plug-in. I use jboss-4.2.3.GA and it is up and running on that server (I build the war file and deploy it on the jboss-4.2.3.GA). I want to create alias to target/OpenKM folder so that i can debug the application Using eclipse IDE. But when i create the alias by adding context element to the server.xml file in '/home/lasith/Desktop/GWT/jboss-4.2.3.GA/server/default/deploy/jboss-web.deployer' it couldn't take the data-source (I create a mysql data source). Context element which I used is as below.
Thank you in advance
Waruna
Im new to Open KM developments. I checkout the project from the svn (openKM 5.1) and complied the project using eclipse and maven plug-in. I use jboss-4.2.3.GA and it is up and running on that server (I build the war file and deploy it on the jboss-4.2.3.GA). I want to create alias to target/OpenKM folder so that i can debug the application Using eclipse IDE. But when i create the alias by adding context element to the server.xml file in '/home/lasith/Desktop/GWT/jboss-4.2.3.GA/server/default/deploy/jboss-web.deployer' it couldn't take the data-source (I create a mysql data source). Context element which I used is as below.
Code: Select all
Could you please tel me how to create a alias to the target/OpenKM correctly. My requirement is to debug the openKM application using eclipse IDE by adding debug points to the java code. <Context path="/OpenKM" docBase="/home/waruna/Workspaces/openkm/target/OpenKM" debug="0" reloadable="true" override="true" >
</Context>
Thank you in advance
Waruna