CalmDownMonkey
08-29-2010, 02:12 PM
Hi,
I've installed Resin for the first time, according to the instructions here:
http://www.caucho.com/resin/admin/starting-resin-install.xtp
It says in the instructions:
When you installed using the .deb package or when you ran "make install" earlier, the installer created a file named /etc/init.d/resin which contains a standard Unix init.d startup file. This file will start Resin when invoked as:
/etc/init.d/resin start
However, there isn't a file called "resin" inside init.d, so this command doesn't work. I did do all the steps mentioned above, including the ./configure, make, make install. Being new to Linux I'm not entirely sure what went wrong and instructions can still seem a bit cryptic so I'm not even sure where to start looking. I'm running Ubuntu 10, if this matters.
I tried "sudo java -jar /usr/local/resin/lib/resin.jar start" which apparently worked, but whether it worked properly or not is another question because I can't get anything through the browser to verify it's all good.
Any advice?
Thanks
I've installed Resin for the first time, according to the instructions here:
http://www.caucho.com/resin/admin/starting-resin-install.xtp
It says in the instructions:
When you installed using the .deb package or when you ran "make install" earlier, the installer created a file named /etc/init.d/resin which contains a standard Unix init.d startup file. This file will start Resin when invoked as:
/etc/init.d/resin start
However, there isn't a file called "resin" inside init.d, so this command doesn't work. I did do all the steps mentioned above, including the ./configure, make, make install. Being new to Linux I'm not entirely sure what went wrong and instructions can still seem a bit cryptic so I'm not even sure where to start looking. I'm running Ubuntu 10, if this matters.
I tried "sudo java -jar /usr/local/resin/lib/resin.jar start" which apparently worked, but whether it worked properly or not is another question because I can't get anything through the browser to verify it's all good.
Any advice?
Thanks