RE: Problem with Tomcat - Red Hat 7

2001-02-25 Thread niv the tool
i also have prb. running tomcat 4 on redhat 7 i get these error ( BTW tomcat 3.2 works fine ) Exception in thread "main" java.lang.IllegalArgumentException: addRepositoryInternal: java.lang.NullPointerException at

Re: Problem with Tomcat - Red Hat 7

2001-02-25 Thread Nauman Rafique
ubject: RE: Problem with Tomcat - Red Hat 7 i also have prb. running tomcat 4 on redhat 7 i get these error ( BTW tomcat 3.2 works fine ) Exception in thread "main" java.lang.IllegalArgumentException: addRepositoryInternal: java.lang.

RE: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Saurabh Shukla
hii Vanbiervliet, you can try setting up the PATH variable in your .bashrc if you are using bash. or in the file tomcat.sh ,you can set up the PATH. do echo $PATH to check if your path is proper. Are you able to start tomcat if you do not use the X ? (i do not think the problem is coz' of

RE: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Vanbiervliet Matthew
the path is now ok (why ? No idea). But tomcat doesn't want to start... hii Vanbiervliet, you can try setting up the PATH variable in your .bashrc if you are using bash. or in the file tomcat.sh ,you can set up the PATH. do echo $PATH to check if your path is proper. Are you able

Re: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Jan Labanowski
On Thu, 22 Feb 2001, Vanbiervliet Matthew wrote: You may want to look at: http://www.ccl.net/cca/software/UNIX/apache/index.shtml Redhat7.0 puts Apache in different dirs than Redhat 6.2 Jan Hello everybody, I have some problems with the Tomcat install with Red Hat 7. Firstly, the path

RE: Problem with Tomcat - Red Hat 7

2001-02-22 Thread GOMEZ Henri
To: [EMAIL PROTECTED] Cc: Jan Labanowski Subject: Re: Problem with Tomcat - Red Hat 7 On Thu, 22 Feb 2001, Vanbiervliet Matthew wrote: You may want to look at: http://www.ccl.net/cca/software/UNIX/apache/index.shtml Redhat7.0 puts Apache in different dirs than Redhat 6.2 Jan Hello everybody

RE: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Adam Fowler
Hi, Some of the paths have changed between RH 6.x and 7.x. The JDK should be installed in /usr/java/jdk1.3 (as is the default Sun's chooses) What you need to do to make tomcat see java is append java's path into tomcat.sh:- export PATH=$PATH:/usr/java/jdk1.3/bin:/usr/java/jdk1.3/jre/bin export