Bug 74344 - [proposal] tomcat41ctl: support for passing parameters to java vm
Summary: [proposal] tomcat41ctl: support for passing parameters to java vm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 23:50 UTC by freebsd
Modified: 2006-02-07 08:58 UTC (History)
1 user (show)

See Also:


Attachments
www.jakarta-tomcat4.diff (7.37 KB, patch)
2004-11-24 23:50 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2004-11-24 23:50:29 UTC
	
	tomcat41ctl is a FreeBSD port specific tool for controlling tomcat daemon
	but instead of tomcat standards scripts files, actually there are no way to pass to jvm
	some parameters... but sometimes, you need to do that!
	so the proposal patch enable tomcat41ctl for reading a "configuration file" that contains
	parameters to java vm

How-To-Repeat: 	
	be patient and 
	install java
	install tomcat
	;)
Comment 1 mais 2004-11-25 01:01:41 UTC
Sorry but the patch in the PR is fully buggued ;)
You can get patches fixed here:
	http://www.simplerezo.com/FreeBSD/jakarta-tomcat/

How to apply? After getting an up-to-date ports tree, do that:

  cd /usr/ports
  fetch
http://www.simplerezo.com/FreeBSD/jakarta-tomcat/www.jakarta-tomcat4.patc=
h
  patch < www.jakarta-tomcat4.patch
  fetch
http://www.simplerezo.com/FreeBSD/jakarta-tomcat/www.jakarta-tomcat41.pat=
ch
  patch < www.jakarta-tomcat41.patch


--
Cl=E9ment Moulin
SimpleRezo - Simplifiez-vous le r=E9seau !
Web: http://www.simplerezo.com/
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2004-11-25 04:02:55 UTC
State Changed
From-To: open->feedback

Any Tomcat 4.1 user out there to test and review the submited patch? 


Comment 3 Herve Quiroz freebsd_committer freebsd_triage 2004-11-25 04:02:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-java

Over to the Java community for review and feedback.
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2006-01-26 03:20:55 UTC
Responsible Changed
From-To: freebsd-java->lawrance

Handle it.
Comment 5 Sam Lawrance freebsd_committer freebsd_triage 2006-02-07 08:58:21 UTC
State Changed
From-To: feedback->closed

tomcatctl has been removed.  

An rc script was committed to tomcat 4, 4.1, 5, and 5.5 
which allows passing JVM arguments via rc.conf variables. 

Update your tomcat ports, read UPDATING, and refer to the 
head of the rc scripts for details.   

Thanks for your submission!