Scott Ferguson wrote (2009-06-02 07:23):
> On Jun 1, 2009, at 9:48 PM, Mattias Jiderhamn wrote:
>
>   
>> Sitting here trying to upgrade the dev environment to Resin 4.0 with
>> minimal changes to configuration and startup scripts.
>> On Windows I'm up and running after a strange problem with a simple
>> solution (deleting a default directory so that Resin would accept the
>> explicit document-directory).
>> On Linux however I'm still struggling. I think the heart of the  
>> problem
>> is that Resin for some reason does not accept me trying to point out  
>> our
>> old resin.conf file.
>>
>> [2009/06/02 06:33:08.066] resin.home = /u/resin/resin/
>> [2009/06/02 06:33:08.066] resin.root = /u/dna/exder.server.root
>> [2009/06/02 06:33:08.066] resin.conf = null
>>
>> The arguments when starting Resin are
>>  -conf /u/dna/exder.server.root/conf/resin.conf -server-root
>> /u/dna/exder.server.root
>> and I also tried
>>  -conf /u/dna/exder.server.root/conf/resin.conf -root-directory
>> /u/dna/exder.server.root
>>
>> Would anyone care to spare my time by telling me what I'm doing wrong
>> here...?
>>     
>
> That's odd.  What does the -verbose show as the command line passed to  
> the Resin instance?  Also, do you see the same with "start" as with  
> non-start
Actually, without "start" seems to work fine. -verbose command is then:
/usr/java/jdk1.5.0_11/bin/java \
-Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
-Djava.system.class.loader=com.caucho.loader.SystemClassLoader \
-Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl \
-Djava.awt.headless=true \
-Dresin.home=/u/resin/resin/ \
-Xss1m \
-Xmn256M \
-Xms512M \
-Xmx1024M \
-XX:MaxPermSize=128M \
-d64 \
-server \
com.caucho.server.resin.Resin \
--root-directory \
/u/dna/exder.server.root \
-conf \
/u/dna/exder.server.root/conf/resin.conf \
-socketwait \
51562 \
-verbose \
-server-root \
/u/dna/exder.server.root

With "start" the command is
/usr/java/jdk1.5.0_11/bin/java \
-Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
-Djava.system.class.loader=com.caucho.loader.SystemClassLoader \
-Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl \
-Djava.awt.headless=true \
-Dresin.home=/u/resin/resin/ \
-Xss1m \
-Xmn256M \
-Xms512M \
-Xmx1024M \
-XX:MaxPermSize=128M \
-Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
-Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl \
-Djava.awt.headless=true \
-Dresin.home=/u/resin/resin/ \
-Dresin.root=/u/dna/exder.server.root \
-Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
-Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl \
-Djava.awt.headless=true \
-Dresin.home=/u/resin/resin/ \
-Dresin.root=/u/dna/exder.server.root \
-d64 \
-server \
com.caucho.server.resin.Resin \
--root-directory \
/u/dna/exder.server.root \
-conf \
/u/dna/exder.server.root/conf/resin.conf \
-socketwait \
51666 \
-verbose \
-server-root \
/u/dna/exder.server.root \
start \
--log-directory \
/u/dna/exder.server.root/log


/Mattias

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to