• 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

How to setup tomcat on windows xp pro

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
When i'm running tomcat on windowds xp pro i'm geeting error message by saying "Windows cannot find '-Dsun.io.useCanonCaches=false'."
I'm using jdk 1.4 and tomcat 4.1.
SET JAVA_HOME = C:\jdk1.4
SET TOMCAT = C:\tomcat
SET PATH = %JAVA_HOME%\BIN;%TOMCAT_HOME%\bin;%PATH%
Thanks in advance
Mike
 
Ranch Hand
Posts: 541
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ummm, that looks to me like a problem with your shortcut to start it.
my shortcut looks like this:

post yours
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
These are the environment entries you need:

JAVA_HOME | c:\jdk1.4
CATALINA_HOME | c:\tomcat

remove your TOMCAT variable.
remove JAVA_HOME and TOMCAT_HOME from your PATH (not needed)
 
Your mind is under my control .... your will is now mine .... read this tiny ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic