• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat not running

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am facing some problem while running my tom cat. it saying access denied i don't know why.even i had set all my classpath, java_home path, Catalina_home path but still its saying access denied. even i increase memmory though command line but still not happening.

Here is how i set my autoexec.bat file

SET PATH=d:\jdk1.4\j2sdk1.4.2\bin;%PATH%
SET JAVA_HOME=d:\jdk1.4\j2sdk1.4.2
SET CATALINA_HOME=C:\Program Files\Apache Software Foundation\Tomcat 5.0
SET CLASSPATH=%CATALINA_HOME%\common\lib\servlet.jar;d:\jdk1.4\j2sdk1.4.2\lib;%PATH%
set classpath=.;C:\Program Files\Apache Software Foundation\Tomcat 5.0\server\lib\catalina.jar;
set classpath=.;C:\Program Files\Apache Software Foundation\Tomcat 5.0\lib\jasper-runtime.jar;
set classpath=.;C:\Program Files\Apache Software Foundation\Tomcat 5.0\lib\jasper-compiler.jar;

error out put -:

Using CATALINA_BASE: C:\Program Files\Apache Software Foundation\Tomcat 5.0
Using CATALINA_HOME: C:\Program Files\Apache Software Foundation\Tomcat 5.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Software Foundation\Tomcat 5.0\te
mp
Using JAVA_HOME: d:\jdk1.4\j2sdk1.4.2
Access is denied.

please help me out

Regards
Rajvinder
 
Ranch Hand
Posts: 2596
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Firewall problem?
Access restrictions on a system?

- Manish
reply
    Bookmark Topic Watch Topic
  • New Topic