Plus the jars you added are automatically added by tomcat's own
> internal classloader. No need to explicitly declare them anyway.
>
> 2. Check you logs for what happened during startup up to the moment of your
> request. That should help a lot in determining what happened.
>
>
ss u need to write localhost*:*8080 and not localhost*/*8080(See
> the : and / , and if its typo then may be some other problem)
>
> Ravi.
> On Sun, Aug 3, 2008 at 4:21 PM, Nadun Herath <[EMAIL PROTECTED]>
> wrote:
>
> > Thanks a lot Alessandro
> >
e of the ports specified in conf/server.xml are being used.
> You can check this by running
>
> netstat -na | grep
>
> if nothing comes up then the port is free.
>
> --
> Signed,
> Alessandro Ferrucci
>
>
> On Sun, Aug 3, 2008 at 10:07 AM, Nadun Herath <[EMAIL
I am a newbie to tomcat. I installed it ubuntu
added the following line to bashrc file
export
CLASSPATH=/usr/local/tomcat/common/lib/jsp-api.jar:/usr/local/tomcat/common/lib/servlet-api.jar
When I run startup.sh it runs ok. Giving this message
Using CATALINA_BASE: /usr/local/tomcat
Using CA