Unable to run ServiceMix server from Eclipse IDE
------------------------------------------------

                 Key: SM-731
                 URL: https://issues.apache.org/activemq/browse/SM-731
             Project: ServiceMix
          Issue Type: Bug
          Components: tooling
         Environment: MAC OS X
Eclipse 3.2
WTP 1.5.1
            Reporter: Eduardo de Vera


I was unable to run the ServiceMix server by default since the virtual machine 
parameters were using the windows notation of directories. According to the 
servicemix30.serverdef.xml file found under the 
com.logicblaze.jst.server.servicemix.core_0.1.0/servers plugin directory the 
Virtual Machine Parameters are:
<vmParameters>
-Xms128m
-Dclassworlds.conf=${serverRootDirectory}\conf\servicemix.conf
-Xmx512m
-Djava.endorsed.dirs=${serverRootDirectory}\lib\endorsed
-Dservicemix.home=${serverRootDirectory}
</vmParameters>

changing the windows style backslash to a normal slash (\ to /) on the 
configuration makes the service mix server work on Unix type Operating Systems 
(I have tried it on both, my Mac OS X and my SuSe Linux).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to