You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vince Ulfig <vu...@hotmail.com> on 2000/11/30 00:26:21 UTC

Tomcat as service wrapper files missing

Hi,

I want Apache and Tomcat to start automatically as a service
on my NT machine when the machine boots, or when I log in.

I'm following the instructions on this page:
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html

This page refers to these files, that I cannot find:
  a.. Locate the wrapper.properties template file in your Tomcat conf directory. 
  b.. Update the wrapper.tomcat_home property to point at your tomcat home. 
  c.. Update the wrapper.java_home property to point at your Java home. 
I'm attempting to use Apache and Tomcat with another software
that refers to this wrapper files.

I installed this version of tomcat:
apache_1_3_14_win32_r2.exe
from the URL:
http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/

The install exe was encased in this zip file on the above URL:
jakarta-tomcat.zip

Why did my installation not install the wrapper files, and
how do I find them?

Thanks!

Tomcat-mysql configuration

Posted by Sameer <sk...@srijansoft.com>.
Hi everybody,

following is the code sample of a jsp file working in (Windows NT + SQLServer + Java Web Server) environment

......
String url = "jdbc:odbc:testdsn";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con = DriverManager.getConnection(url, "", "");
.......

what changes are necessary in the above code to make it work in (Linux + mysql + Tomcat) environment.
Please help,

Thanks in anticipation
Sameer