apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e RE : apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e/re2 Sebastien Jourdain 2007-05-30T22:49:08+02:00 With Libresource 2.2 we don't need anymore ant execution for the libresource configuration, everything is done in libresourceConfig.properties.

]]> RE : apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e/re Romain KEIRSEBILCK 2007-05-30T19:22:03+02:00 configure.sh script. Does its named has been changed for LibreSource 2.2?]]> RE : apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e/45e5cf40c0a8001e01f4110aa7d372be Sebastien Jourdain 2006-08-25T17:14:51+02:00 ls-config.properties file you should set the right machine name: www.myLibreSourceServer.com (you don't need to specify the port)

And call configure.sh in case of installer package or ant deploy in case of source distribution]]> RE : apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e/45d3a0efc0a8001e01812091199776cb Eric Leclercq 2006-08-25T16:54:59+02:00 http://machinename:9000/....

Do you have any idea ?

Regards ERIC]]> RE : apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e/44c77abbc0a8001e019cce2f507307f7 Sebastien Jourdain 2006-08-25T12:02:06+02:00 JONAS_ROOT/conf/server.xml for tomcat configuration.

Sample configuration:

Apache

<VirtualHost *>
   ServerAdmin jourdain@artenum.com
   ServerName www.myLibreSourceServer.com
   ErrorLog error_log
   CustomLog access_log combined
   ProxyPass / http://ls-local-ip:9000/
   ProxyPassReverse / http://ls-local-ip:9000/
</VirtualHost>

JOnAs / Tomcat

<Connector port="9000"
           maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
           enableLookups="false" redirectPort="9043" acceptCount="100"
           debug="0" connectionTimeout="20000"
           disableUploadTimeout="true"
           proxyName="www.myLibreSourceServer.com"
           proxyPort="80"
/>
]]>
apache/jonas/LibreSource http://dev.libresource.org/home/community/forum/44bf0238c0a8001e016565fc3924db4e/44bf024bc0a8001e00f86cd0bd710b62 Eric Leclercq 2006-08-25T11:52:51+02:00 Some users would like to access to LibreSource without using the port 9000 (problems with local administrators).

Is it possible to relay requests from Apache to Libresource/Jonas/Tomcat as we can do in a traditional installation of Apache/TOMCAT ?

Regards ERIC]]>