Fresh install problems

2009-01-25 Thread Shaolin
Hi Guys I downloaded Tomcat 6.0.18 and JDK 6 Update 11 - Installed the JDK followed by tomcat, specified JRE path (C:\Program Files\Java\jdk1.6.0_11\jre). The problem is it doesnt start. Here are the log errors: [2009-01-25 03:00:28] [info] Procrun (2.0.4.0) started [2009-01-25 03:00:28] [info] R

Re: Fresh install problems

2009-01-25 Thread Shaolin
I dont know about that but you do need to specify JRE dir so that cant be part of the package. On 25/01/2009, michel wrote: > OK, here is a stupid question, but isn't he JDK included in Tomcat? > > > > - Original Message ----- > From: "Shaolin" > To: &

Re: Fresh install problems

2009-01-25 Thread Shaolin
>> >> ----- Original Message - From: "Shaolin" >> To: >> Sent: Sunday, January 25, 2009 9:15 AM >> Subject: Fresh install problems >> >> >>> Hi Guys >>> I downloaded Tomcat 6.0.18 and JDK 6 Update 11 - Installed the JDK >

Re: Fresh install problems

2009-01-25 Thread Shaolin
64 bit On 25/01/2009, Len Popp wrote: > Are you using the 32-bit or 64-bit version of the JRE? > -- > Len > > On Sun, Jan 25, 2009 at 09:47, Shaolin wrote: >> Ok - So what do I have to do then ? Im really lost, Ive tried every >> possible way I know and nothing work

Re: Fresh install problems

2009-01-25 Thread Shaolin
name > tomcat5.exe -> tomcat6.exe, tomcat5w.exe -> tomcat6w.exe.) > -- > Len > > > > On Sun, Jan 25, 2009 at 09:58, Shaolin wrote: >> 64 bit >> >> On 25/01/2009, Len Popp wrote: >>> Are you using the 32-bit or 64-bit version of the JRE? >>&g

package javax.servlet does not exist import javax.servlet.* ;

2009-02-02 Thread Shaolin
Hi Guys The servlet jars cannot be found. I checked the tomcat lib dir and it was present and it looks like its something to do with the classpath. How can I change/update it so that it will work ? Im on a windows

Re: package javax.servlet does not exist import javax.servlet.* ;

2009-02-02 Thread Shaolin
. 2009/2/2 Caldarale, Charles R > > From: Shaolin [mailto:shaolinfin...@gmail.com] > > Subject: package javax.servlet does not exist import javax.servlet.* ; > > > > The servlet jars cannot be found. I checked the tomcat lib > > dir and it was present and it look

Re: package javax.servlet does not exist import javax.servlet.* ;

2009-02-02 Thread Shaolin
do I do that ? 2009/2/2 Caldarale, Charles R > > From: Shaolin [mailto:shaolinfin...@gmail.com] > > Subject: Re: package javax.servlet does not exist import > > javax.servlet.* ; > > > > 1. Im using 6.0.18 64 bit with windows xp 64 and Java SDK SE > > 6 u

Re: package javax.servlet does not exist import javax.servlet.* ;

2009-02-02 Thread Shaolin
It worked, but how comes I have to use classpath now and not when I used to do it before ? is there any way of overcoming this ? Typing up CPs' in command line takes too much time. 2009/2/2 Caldarale, Charles R > > From: Shaolin [mailto:shaolinfin...@gmail.com] > > Sub