RE: Where is wrapper.properties in Tomcat 4.0.1?

2002-01-29 Thread Anton Brazhnyk

Hi,

 -Original Message-
 From: Tom Bednarz [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 23, 2002 5:12 PM
 To: Tomcat Users List
 Subject: RE: Where is wrapper.properties in Tomcat 4.0.1?
 
 
 Hi Anton,
 
 No parameter does not work but tomcat /? works. I guess it must 
 be argc  1 
 to get the usage displayed.
 
 Do you know where I can get the sources for the Win32 service code. I am 
 currently writing a library which allows a generic way to implement java 
 programs as Win32 System Services. It seems that TOMCAT uses something 
 similar. It could save me some time if I could look at those sources. (It 
 must be a mixture of Java and C / C++ in conjunction with JNI)
 

I've found a link at tomcat-dev
(JavaService - http://www.alexandriasc.com/software/JavaService/index.html)

 
 Thomas
 

Anton.

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Where is wrapper.properties in Tomcat 4.0.1?

2002-01-24 Thread Anton Brazhnyk

Hi Tom,

 -Original Message-
 From: Tom Bednarz [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 23, 2002 5:12 PM
 To: Tomcat Users List
 Subject: RE: Where is wrapper.properties in Tomcat 4.0.1?
 
 
 Hi Anton,
 
 No parameter does not work but tomcat /? works. I guess it must 
 be argc  1 
 to get the usage displayed.

Oops, sorry, to lazy to check :)

 
 Do you know where I can get the sources for the Win32 service code. I am 
 currently writing a library which allows a generic way to implement java 
 programs as Win32 System Services. It seems that TOMCAT uses something 
 similar. It could save me some time if I could look at those sources. (It 
 must be a mixture of Java and C / C++ in conjunction with JNI)
 

Since Tomcat is open source I suggest you search in CVS at
http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/
There is folder
http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/service/src/native/windows/
but it looks like empty, so maybe it resides in Tomcat 3.2 or 3.3 repository.
I think you could try to get answers at tomcat-dev.
BTW, could you post the results of your search?

 Thanks for your input!
 
 Thomas
 

Anton.

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]