Re: Absolutely clueless newbie and installation of Resin-3.0.19
Mattias J <[email protected]> Sun, 09 Jul 2006 11:10:04 +0200
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------020003090703090908080105 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Matej Cepl skrev: > On Sat 8. July 2006 02:25, Mattias J wrote: > >> To set the "external" port, use for example: >> <http server-id="" host="*" port="80"/> >> >> (Not sure whether the default port when the tag is missing is >> 80 or 8080. Have you tried them in your browser?) >> > > Doesn't help. However, while trying to install resin (from > http://www.caucho.com/download/resin-3.0.19-src.tar.gz) on my > own computer to check out how is it supposed to work, I found > couple of rather disturbing things: > > 1) According to the > http://www.caucho.com/resin-3.0/install/install.xtp compilation > should be just ./configure;make;sudo -u root make install. ... Java is made up by bytecode that is run in a JVM and Resin starts using Perl, which is an interpreted language. There is therefore no need to compile Resin at all. Just unpack and start. You could optionally compile it to get JNI features, like performance enhancements and SSL (https) support. In that case you still do not need the source dist - which contains the sources of the Java classes - just run ./configure; make; make install in the binary dist. If you have problems, try getting the binary distribution to run "out of the box" before you try to compile JNI or modify any settings. --------------020003090703090908080105 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Matej Cepl skrev: <blockquote cite="[email protected]" type="cite"> <pre wrap="">On Sat 8. July 2006 02:25, Mattias J wrote: </pre> <blockquote type="cite"> <pre wrap="">To set the "external" port, use for example: <http server-id="" host="*" port="80"/> (Not sure whether the default port when the tag is missing is 80 or 8080. Have you tried them in your browser?) </pre> </blockquote> <pre wrap=""><!----> Doesn't help. However, while trying to install resin (from <a class="moz-txt-link-freetext" href="http://www.caucho.com/download/resin-3.0.19-src.tar.gz">http://www.caucho.com/download/resin-3.0.19-src.tar.gz</a>) on my own computer to check out how is it supposed to work, I found couple of rather disturbing things: 1) According to the <a class="moz-txt-link-freetext" href="http://www.caucho.com/resin-3.0/install/install.xtp">http://www.caucho.com/resin-3.0/install/install.xtp</a> compilation should be just ./configure;make;sudo -u root make install. ...</pre> </blockquote> Java is made up by bytecode that is run in a JVM and Resin starts using Perl, which is an interpreted language. There is therefore no need to compile Resin at all. Just unpack and start.<br> You could optionally compile it to get JNI features, like performance enhancements and SSL (https) support. In that case you still do not need the source dist - which contains the sources of the Java classes - just run ./configure; make; make install in the binary dist.<br> <br> If you have problems, try getting the binary distribution to run "out of the box" before you try to compile JNI or modify any settings.<br> </body> </html> --------------020003090703090908080105--