ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Back to topics

Discuss Installation and Maintenance

Moderator: Matt Rajkowski

404 error when installing on Linux

You need to be logged in to post messages

This question is answered

404 error when installing on Linux

6/16/2011 5:18 AM EDT
Default user photo

By Axel dv

Hi there,

I'm trying to install ConcourseSuite. I followed the HowTo steps. Tomcat 6.0.20 is running. The default Tomcat page shows up.
I copied crm.war into /var/lib/tomcat6/webapps and visited 192.168.0.100:8080/crm/

I notice that a folder "crm" is created in the webapps dir but the browser displays a 404 error "Status HTTP 404 -"
What am I making wrong??

Thks a lot.

1. 6/16/2011 6:01 AM EDT
Default user photo

By Axel dv

I'm trying to start the crm application from the Tomcat's admin manager. It fails with errors:

16 juin 2011 11:32:38 org.apache.catalina.core.StandardContext listenerStart
GRAVE: Exception lors de l'envoi de l'�v�nement contexte initialis� (context initialized) � l'instance de classe d'�coute (listener) com.concursive.crm.web.listeners.ContextListener
java.security.AccessControlException: access denied (java.util.PropertyPermission net.sf.ehcache.skipUpdateCheck write)

2. 6/16/2011 6:11 AM EDT
This reply is marked as the answer
1 person found this helpful.
Default user photo

By Axel dv

Ok it's working now. I had to add:
grant codeBase "file:/var/lib/tomcat6/webapps/crm/-"
permission java.security.AllPermission;
};
into 50local.policy

3. 6/16/2011 6:12 AM EDT
Default user photo

By Axel dv

Axel d. wrote:
Ok it's working now. I had to add:
grant codeBase "file:/var/lib/tomcat6/webapps/crm/-"
permission java.security.AllPermission;
};
into 50local.policy


3 results found