You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/19 22:24:39 UTC

DO NOT REPLY [Bug 3729] - sun/tools/javac/Main not found while running Tomcat 4 as a service on Windows 2000

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3729>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3729

sun/tools/javac/Main not found while running Tomcat 4 as a service on Windows 2000

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From remm@apache.org  2001-09-19 13:24 -------
The Service deployment will ignore JAVA_HOME and CATALINA_HOME, and instead use 
what is in the Windows registry. My own installation with JDK 1.4 works fine.

You probably do not have the JDK or JRE properly installed, or you may have 
moved it around.

To solve the problem, copy tools.jar to the common/lib folder of Tomcat 4. It 
is copied during installation, as a workaround for many limitations on various 
Windows platforms.

You can also use 'regedt32' and edit 
key 'HKLM/SYSTEM/CurrentControlSet/Services/Apache Tomcat' to do further tweaks 
to the service installation.