Re: Need installation of Tomcat jakarta-tomcat-5.0.12 on Windows 98 - How to proceed?

2003-12-03 Thread Jeanfrancois Arcand
Very easy:

send mail to [EMAIL PROTECTED] ;-)

-- Jeanfrancois

Anamika . wrote:

 

-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Need installation of Tomcat jakarta-tomcat-5.0.12 on Windows 98 - How to proceed?

2003-12-02 Thread Anamika .
  

-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

DO NOT REPLY [Bug 23582] - Cannot build Tomcat 5.0.12 because jakarta-commons/daemon does not exist

2003-10-06 Thread bugzilla
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=23582.
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=23582

Cannot build Tomcat 5.0.12 because jakarta-commons/daemon does not exist

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2003-10-06 09:01 ---
That folder is chackout as needed, unless you have part of the sources already
there.
Anyway, don't file a bug about this, the requirement for the daemon source will
be removed shortly.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23582] New: - Cannot build Tomcat 5.0.12 because jakarta-commons/daemon does not exist

2003-10-02 Thread bugzilla
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=23582.
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=23582

Cannot build Tomcat 5.0.12 because jakarta-commons/daemon does not exist

   Summary: Cannot build Tomcat 5.0.12 because jakarta-
commons/daemon does not exist
   Product: Tomcat 5
   Version: 5.0.12
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Critical
  Priority: Other
 Component: Unknown
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When trying to install Tomcat with methods from
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/building.html installations
fails with:

build-commons-daemon:
 [echo] == Building: commons-daemon

BUILD FAILED
/server/install/jakarta-tomcat-5.0.12-src/src/jakarta-tomcat-5/build.xml:482:
Basedir /server/install/jakarta-tomcat-5.0.12-src/src/jakarta-commons/daemon
does not exist

Total time: 6 seconds


I found http://www.mail-archive.com/[EMAIL PROTECTED]/msg45445.html
confirming this bug, but i cannot admit it's firewall-only bug. Server on which
i'm installing it is not behind firewall.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
Title: RE: Tomcat 5.0.12





Remy,


The service installed by the installer doesn't start. I think it is because it is missing the java.endorsed.dirs, catalina.base, catalina.home and the java.io.tmpdir parameters. See the attached diff. I can't build the installer so haven't tested this.

Ok. Rather than changing the syntax of adding a service maybe the installer could also add a template to the registry or a file (Like the wsdd of a web service) and tomcatw.exe could bring up a GUI to add a new service from the template.

To add a second Apache service is like this:
apache -k install -n Apache2_2 -f %APACHE2_HOME%\conf\httpd2.conf


To add a second Tomcat service is like this:
tomcatw.exe //IS//Tomcat5 --DisplayName Apache Tomcat --Description Apache Tomcat 5.1.12 Server - http://jakarta.apache.org/tomcat/ --Install C:\Tomcat\Home\bin\tomcat.exe --ImagePath C:\Tomcat\Home\bin\bootstrap.jar --StartupClass org.apache.catalina.startup.Bootstrap;main;start --ShutdownClass org.apache.catalina.startup.Bootstrap;main;stop --Java auto --JavaOptions -server#-Xms512m#-Xmx512m#-Xrs#-Djava.endorsed.dirs=C:\Tomcat\Home\bin;C:\T

omcat\Home\common\endorsed#-Dcatalina.base=C:\Tomcat\BaseServer1#-Dcatali
na.home=C:\Tomcat\Home#-Djava.io.tmpdir=C:\Tomcat\BaseServer1\temp
--Startup manual --StdOutputFile C:\Tomcat\BaseServer1\logs\jvm.stdout
--StdErrorFile C:\Tomcat\BaseServer1\logs\jvm.stderr --Arguments -config C:\Tomcat\BaseServer1\conf\server.xml


Dave.


 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 22, 2003 1:21 PM
 To: Tomcat Developers List
 Subject: Re: Tomcat 5.0.12
 
 Oxley, David wrote:
 
  Wo, hang on there Remy. I'm sorry, I really didn't mean to cause
 offence.
 
  Point 1, Ok, fair enough, I'm a twat. But I did ask the question! When
 is
  mod_jk2 going to replace mod_jk anyway?
 
 I don't know. It is not critical IMO, as mod_jk works fine.
 
  On point 2. I downloaded the zip. I have just downloaded the exe to see
 what
  shortcuts you are talking about and Ok, a nice screen to configure the
  service. I did read the documentation. I also had to look in a readme
 file
  in cvs Jakarta-commons/daemon to find out how procrun is run (which
 doesn't
  even mention the //ES// parameter), but if you're telling me that adding
 a
  service in the set up I described is user friendly then I have to
 disagree.
  That's not to say, I don't think it's heading in the right direction,
  because I think it is. But it took 5 minutes to get TC5 up and running
 with
  jk_nt_service and about 2 hours to sort it out with procrun.
 
 If you want the do-it-yourself experience, then use the .zip. Setting
 up Tomcat with the service is meant to be done through the installer, so
 the user experience is decent.
 
 Besides, the wrapper tool is external to Tomcat. If you want to use the
 old JavaService or jk_nt_service, then you can.
 
  And I think maybe I worded it a bit harshly. We will be moving onto TC5
 as
  soon as its final (which we didn't do for TC4.0!).
 
  I was going to look at writing some code tonight so that the Apache HTTP
  Service Monitor picks up and controls TC5 services and also look at how
  procrun (because it is mainly there) can be improved.
 
 Personally, I like the current syntax. Unlike you, I think it is
 complete, and rather intuitive. -1 to change it.
 
 Remy
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 This e-mail has been scanned for all viruses by Star Internet. The
 service is powered by MessageLabs. For more information on a proactive
 anti-virus service working around the clock, around the globe, visit:
 http://www.star.net.uk
 









This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:

http://www.star.net.uk


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
Sorry. The Patch didn't attach. Here it is:
Index: tomcat.nsi
===
RCS file: /home/cvspublic/jakarta-tomcat-5/tomcat.nsi,v
retrieving revision 1.34
diff -u -r1.34 tomcat.nsi
--- tomcat.nsi  16 Jun 2003 21:15:40 -  1.34
+++ tomcat.nsi  22 Sep 2003 13:15:33 -
@@ -130,7 +130,7 @@
 
   Call configure
 
-  ExecWait '$INSTDIR\bin\tomcatw.exe //IS//Tomcat5 --DisplayName Apache
Tomcat --Description Apache Tomcat @VERSION@ Server -
http://jakarta.apache.org/tomcat/;  --Install $INSTDIR\bin\tomcat.exe
--ImagePath $INSTDIR\bin\bootstrap.jar --StartupClass
org.apache.catalina.startup.Bootstrap;main;start --ShutdownClass
org.apache.catalina.startup.Bootstrap;main;stop --Java java --JavaOptions
-Xrs --Startup manual'
+  ExecWait '$INSTDIR\bin\tomcatw.exe //IS//Tomcat5 --DisplayName Apache
Tomcat --Description Apache Tomcat @VERSION@ Server -
http://jakarta.apache.org/tomcat/;  --Install $INSTDIR\bin\tomcat.exe
--ImagePath $INSTDIR\bin\bootstrap.jar --StartupClass
org.apache.catalina.startup.Bootstrap;main;start --ShutdownClass
org.apache.catalina.startup.Bootstrap;main;stop --Java java --JavaOptions
-Xrs#-Djava.endorsed.dirs=$INSTDIR\bin;$INSTDIR\common\endorsed#-Dcatalina
.base=$INSTDIR#-Dcatalina.home=$INSTDIR#-Djava.io.tmpdir=$INSTDIR\temp
--Startup manual'
 
 SectionEnd


-Original Message-
From: Oxley, David [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 22, 2003 2:04 PM
To: 'Tomcat Developers List'
Subject: RE: Tomcat 5.0.12

Remy, 
The service installed by the installer doesn't start. I think it is because
it is missing the java.endorsed.dirs, catalina.base, catalina.home and the
java.io.tmpdir parameters. See the attached diff. I can't build the
installer so haven't tested this.
Ok. Rather than changing the syntax of adding a service maybe the installer
could also add a template to the registry or a file (Like the wsdd of a web
service) and tomcatw.exe could bring up a GUI to add a new service from the
template.
To add a second Apache service is like this: 
apache -k install -n Apache2_2 -f %APACHE2_HOME%\conf\httpd2.conf 
To add a second Tomcat service is like this: 
tomcatw.exe //IS//Tomcat5 --DisplayName Apache Tomcat --Description
Apache Tomcat 5.1.12 Server - http://jakarta.apache.org/tomcat/  --Install
C:\Tomcat\Home\bin\tomcat.exe --ImagePath
C:\Tomcat\Home\bin\bootstrap.jar --StartupClass
org.apache.catalina.startup.Bootstrap;main;start --ShutdownClass
org.apache.catalina.startup.Bootstrap;main;stop --Java auto --JavaOptions
-server#-Xms512m#-Xmx512m#-Xrs#-Djava.endorsed.dirs=C:\Tomcat\Home\bin;C:\T
omcat\Home\common\endorsed#-Dcatalina.base=C:\Tomcat\BaseServer1#-Dcatali

na.home=C:\Tomcat\Home#-Djava.io.tmpdir=C:\Tomcat\BaseServer1\temp 
--Startup manual --StdOutputFile C:\Tomcat\BaseServer1\logs\jvm.stdout 
--StdErrorFile C:\Tomcat\BaseServer1\logs\jvm.stderr --Arguments -config
C:\Tomcat\BaseServer1\conf\server.xml 
Dave. 
 -Original Message- 
 From: Remy Maucherat [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 22, 2003 1:21 PM 
 To: Tomcat Developers List 
 Subject: Re: Tomcat 5.0.12 
 
 Oxley, David wrote: 
 
  Wo, hang on there Remy. I'm sorry, I really didn't mean to cause 
 offence. 
  
  Point 1, Ok, fair enough, I'm a twat. But I did ask the question! When 
 is 
  mod_jk2 going to replace mod_jk anyway? 
 
 I don't know. It is not critical IMO, as mod_jk works fine. 
 
  On point 2. I downloaded the zip. I have just downloaded the exe to see 
 what 
  shortcuts you are talking about and Ok, a nice screen to configure the 
  service. I did read the documentation. I also had to look in a readme 
 file 
  in cvs Jakarta-commons/daemon to find out how procrun is run (which 
 doesn't 
  even mention the //ES// parameter), but if you're telling me that adding

 a 
  service in the set up I described is user friendly then I have to 
 disagree. 
  That's not to say, I don't think it's heading in the right direction, 
  because I think it is. But it took 5 minutes to get TC5 up and running 
 with 
  jk_nt_service and about 2 hours to sort it out with procrun. 
 
 If you want the do-it-yourself experience, then use the .zip. Setting 
 up Tomcat with the service is meant to be done through the installer, so 
 the user experience is decent. 
 
 Besides, the wrapper tool is external to Tomcat. If you want to use the 
 old JavaService or jk_nt_service, then you can. 
 
  And I think maybe I worded it a bit harshly. We will be moving onto TC5 
 as 
  soon as its final (which we didn't do for TC4.0!). 
  
  I was going to look at writing some code tonight so that the Apache HTTP

  Service Monitor picks up and controls TC5 services and also look at how 
  procrun (because it is mainly there) can be improved. 
 
 Personally, I like the current syntax. Unlike you, I think it is 
 complete, and rather intuitive. -1 to change it. 
 
 Remy

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
Ok. Yup. Didn't see that. Just found that my problem was that I had run an
early alpha and it left some 'Tomcat5' registry junk around which stopped
the service being installed properly.

Dave.

 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 22, 2003 2:27 PM
 To: Tomcat Developers List
 Subject: Re: Tomcat 5.0.12
 
 Oxley, David wrote:
 
  Remy,
 
  The service installed by the installer doesn't start. I think it is
  because it is missing the java.endorsed.dirs, catalina.base,
  catalina.home and the java.io.tmpdir parameters. See the attached diff.
  I can't build the installer so haven't tested this.
 
 Both endorsed and catalina.home are correctly set after installation. I
 have no idea what you're doing or what you have hacked, but you're
 clearly not using this the way it's intended.
 
 Obviously, -1 for your patch (of course, you didn't notice the //US
 thing in the -post section).
 
 Remy
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 This e-mail has been scanned for all viruses by Star Internet. The
 service is powered by MessageLabs. For more information on a proactive
 anti-virus service working around the clock, around the globe, visit:
 http://www.star.net.uk
 



This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk


Re: Tomcat 5.0.12

2003-09-22 Thread Remy Maucherat
Oxley, David wrote:
Ok. Yup. Didn't see that. Just found that my problem was that I had run an
early alpha and it left some 'Tomcat5' registry junk around which stopped
the service being installed properly.
No problem. What kind of bad configuration prevents the update of the 
service ?

Remy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
I think an early version of procrun left the registry key of Tomcat5 in the
'Process Runner 1.0' key but the service had been deleted. So when
installing Tomcat5 from the exe it failed to create the Tomcat5 service
completely. i.e. a configuration that will never happen now.

Dave.

 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 22, 2003 4:05 PM
 To: Tomcat Developers List
 Subject: Re: Tomcat 5.0.12
 
 Oxley, David wrote:
  Ok. Yup. Didn't see that. Just found that my problem was that I had run
 an
  early alpha and it left some 'Tomcat5' registry junk around which
 stopped
  the service being installed properly.
 
 No problem. What kind of bad configuration prevents the update of the
 service ?
 
 Remy
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 This e-mail has been scanned for all viruses by Star Internet. The
 service is powered by MessageLabs. For more information on a proactive
 anti-virus service working around the clock, around the globe, visit:
 http://www.star.net.uk
 



This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk


[ANN] Apache Tomcat 5.0.12 Beta released

2003-09-22 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 
5.0.12 Beta.

Tomcat 5.0 contains many enhancements over Tomcat 4.1, including:
* Performance optimizations and reduced garbage collection
* Refactored application deployer, with an optional standalone deployer 
allowing validation and compilation of a web application before putting 
it in production
* Complete server monitoring using JMX and the manager web application
* Scalability and reliability enhancements
* Improved Taglibs handling, including advanced pooling and tag plugins
* Improved platform integration, with native Windows and Unix wrappers
* Embedding of Tomcat using JMX
* Enhanced Security Manager support
* Integrated session clustering
* Expanded documentation

Apache Tomcat 5.0.12 is a beta release, and contains the following known 
issues:
* Possible crash of the Windows .exe wrapper when attempting to view its 
console (which can be done by double clicking on the tray icon). This 
will be addressed in the next release.

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi
The Apache Tomcat Team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]