Patches item #481803, was opened at 2001-11-14 11:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=481803&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Ignacio Coloma (alu1344)
Assigned to: Nobody/Anonymous (nobody)
Summary: run.jar/run.bat improvements

Initial Comment:
Modifications for run.bat/run.jar. What comes included:

1.- Support for tools.jar 'a la' Tomcat: you should 
define a JAVA_HOME environment variable that points to 
your java instalation directory. It checks if 
tools.jar is where it should. If not, it doesn't let 
you start JBoss.
2.- Moved all the JAXP env variables into run.jar, 
cleaning the bat file.
3.- Documented into run.bat a bit what's happening.
4.- Included commented lines to start jboss in debug 
mode (JPDA), both by socket and by shared memory. 
There are docs out there about how to connect to an 
already started app. 

Extra work neccesary:

1.- remove lib/jaxp.jar and lib/crimson.jar. This 
crimson library (1.1.1) is old and reported to have 
bugs (not many, anyway). Current version is 1.1.3. 
Bugs were corrected for 1.1.2.
2.- add lib/xerces.jar

I prefer Xerces over crimson. Anyway, it's easy to 
change the patch to keep using crimson.

I have not included an equivalent shell script, but 
should be obvious. The shell script has the extra 
advantage that they can guess the JAVA_HOME directory.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=481803&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to