I installed "AlfrescoEnterprise-2.1.1-Setup" and "JBoss 4.0.1" version in my system. How can I work with both softwares. What is required setup or packages. Please send related documents.
I have unzipped them and after that I followed all the steps mentioned in the above url.
I have added the MySql JDBC drivers from the link mentioned in the above url and copied at \jboss\server\default\lib .
Since I am using JBoss 4.2.0 ,hence I followed some additional steps(as mentioned in the same url) to :- 1. Disable the JSF bundled with JBoss . 2. Change the Hibernate byte code.
I am facing a problem while editing the JBoss bin/run.bat or run.sh file wherein the JAVA_OPTS line: -XX:MaxPermSize=128m
-server must be added . In the file there are many JAVA_OPTS ,so I am a bit confused as to wheteher I need to add it to all
the JAVA_OPTS(which I did) or at a single location . and do I need to set any Environment variables to achieve the same ?