FIGURED IT OUT!!!!!

for anyone who installs a Linux version of Tomcat4 and can't configure it. 
Check this directory and set the environmental settings for tomcat.

/etc/tomcat4/conf/tomcat4.conf

Set all your settings there and you should be able to start tomcat without 
any errors. It was a simple config thing......  just an FYI.

verg.




On Wed, 27 Mar 2002, Lawrence, Gareth wrote:

> Opps :-(
> 
> .... cont ...
> 
> #!/bin/bash
>     JAVA_HOME=/usr/java/jdk1.3.1
>     JAKARTA_HOME=/opt/jakarta
>     ANT_HOME=$JAKARTA_HOME/jakarta-ant
>     TOMCAT_HOME=$JAKARTA_HOME/build/tomcat
>     PATH=$JAVA_HOME/bin:$PATH
> 
>     export JAVA_HOME JAKARTA_HOME ANT_HOME PATH TOMCAT_HOME
> 
> I think :-)
> 
> *After this is installed you should test jdk:
> (use javac and java from the command line to make sure java is working)
> 
> *Following this you'll need to install Ant (have you done this??)
> 
> *And then you need to sh build.sh dist 
> 
> And then you can go sh startup.sh :-)))
> 
> Hope this helps :-)
> 
> G.
> 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to