On 26/03/2007, at 1:36 PM, Hassan Schroeder wrote:
On 3/25/07, David Harrison <[EMAIL PROTECTED]> wrote:
>> export JAVA_HOME=/usr
No the JAVA_HOME directive is correct for OSX.
??? The article shows this line in the example startup script
export JAVA_HOME=/System/Librar
On 26/03/2007, at 10:30 AM, Hassan Schroeder wrote:
On 3/25/07, dimitryous r. <[EMAIL PROTECTED]> wrote:
My start_tomcat contain the following code:
export JAVA_HOME=/usr
Well, right off the bat that line is useless :-) It needs to point
to your
installation of Java. Fix that and make
On 23/03/2007, at 8:49 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David Harrison wrote:
I wish to map different Apache urls across to specific Tomcat
contexts,
for example:
http://app1.example.com/ to TOMCAT/app1.
http://app2.example.com/ to TOMCAT
Hi,
I am a little lost when it comes to linking Tomcat to Apache in
circumstances where the urls to not map directly across to each other.
For example I have a Tomcat server with the following applications
deployed:
TOMCAT/app1
TOMCAT/app2
I wish to map different Apache urls across to spec