DO NOT REPLY [Bug 30786] - windows service.bat install script omits tools.jar from classpath - server cannot compile JSPs

2004-08-21 Thread bugzilla
gzilla/show_bug.cgi?id=30786 windows service.bat install script omits tools.jar from classpath - server cannot compile JSPs [EMAIL PROTECTED] changed: What|Removed |Added Stat

DO NOT REPLY [Bug 30786] New: - windows service.bat install script omits tools.jar from classpath - server cannot compile JSPs

2004-08-21 Thread bugzilla
gzilla/show_bug.cgi?id=30786 windows service.bat install script omits tools.jar from classpath - server cannot compile JSPs Summary: windows service.bat install script omits tools.jar from classpath - server cannot compile JSPs Product: Tomcat 5 V

DO NOT REPLY [Bug 24784] - Conflicting tools.jar with Java 1.4.0

2003-11-23 Thread bugzilla
gzilla/show_bug.cgi?id=24784 Conflicting tools.jar with Java 1.4.0 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 24784] New: - Conflicting tools.jar with Java 1.4.0

2003-11-18 Thread bugzilla
gzilla/show_bug.cgi?id=24784 Conflicting tools.jar with Java 1.4.0 Summary: Conflicting tools.jar with Java 1.4.0 Product: Tomcat 4 Version: 4.0.4 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Pr

cvs commit: jakarta-tomcat-connectors/lib commons-logging-api.jar commons-logging.jar mx4j.jar mx4j-tools.jar

2002-06-07 Thread costin
costin 2002/06/07 14:29:18 Modified:lib commons-logging-api.jar commons-logging.jar mx4j.jar mx4j-tools.jar Log: Update with a build from CVS. To reproduce use today's date, I'll update the build as soon as a release is made. T

cvs commit: jakarta-tomcat-connectors/lib mx4j-tools.jar

2002-06-06 Thread costin
costin 2002/06/06 20:43:43 Modified:lib mx4j-tools.jar Log: Add the tools ( needed to test and play ) Revision ChangesPath 1.2 +741 -660 jakarta-tomcat-connectors/lib/mx4j-tools.jar <> -- To unsubscribe, e-mail: <mailto:[EMAIL

cvs commit: jakarta-tomcat-connectors/lib mx4j.jar mx4j-tools.jar

2002-06-05 Thread costin
costin 2002/06/05 14:29:44 Added: lib mx4j.jar mx4j-tools.jar Log: Add the binary version of mx4j, for easy compilation. I really hate requiring people to download/install dozens of packages. If jmx.jar is defined ( as in 4.x build.xml ) it'll be used, so it

Re: tools.jar, javac and JDK 1.4b2

2001-10-03 Thread Craig R. McClanahan
On Thu, 4 Oct 2001, Deacon Marcus wrote: > Date: Thu, 4 Oct 2001 03:43:35 +0200 > From: Deacon Marcus <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: tools.jar, javac and JDK 1.4b2 > > Hi, > Are there any actions taken to convi

tools.jar, javac and JDK 1.4b2

2001-10-03 Thread Deacon Marcus
Hi, Are there any actions taken to convince Sun to leave tools.jar and javac as they were in JDK 1.4b1 and before? JDK 1.4 is still beta 2, so it's not too late for that, right? Greetings, deacon Marcus ~ HELP STARVING JAVA PROGRAMMER: If you need cheap and reliable JSP hosting, p

RE: Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-30 Thread Szegedi, Attila
You should run jspc with -webinc switch. It will generate an XML fragment that you should add to your web.xml file (either by copy/paste or by including it as an entity); It will look like this: com.mycompany.foo.myjsppage com.mycompany.foo.myjsppage /com/mycompany/foo/

Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-29 Thread Eric Wong
I do not want to ship tools.jar with our product, so I precompiled jsp's using jspc. I am able to precompile my jsp's using the following: set TOMCAT_HOME=where I installed Tomcat. set JSP_HOME=where I keep my JSP's. set JSP_TEMP=where I put the java fil

Re: Tools.jar

2001-01-24 Thread Matthew Dornquast
RE>another option is Jikes. Dare I say, better? I think most would agree. -Matthew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Tools.jar

2001-01-24 Thread Sam Ruby
Glenn Twiggs wrote: > > I don't think that tools.jar is needed for "normal activity". > We redistribute Tomcat with the JRE and don't have any issues. > If you need tools.jar to compile JSPs, try pre-compiling them > and distributing the resulting .class files

RE: Tools.jar

2001-01-24 Thread Twiggs, Glenn
Title: Tools.jar Eitan,   I don't think that tools.jar is needed for "normal activity". We redistribute Tomcat with the JRE and don't have any issues. If you need tools.jar to compile JSPs, try pre-compiling them and distributing the resulting .class files with your produc

Re: Tools.jar

2001-01-23 Thread Michael Rimov
At 06:50 PM 1/23/2001 +0200, you wrote: >I have a license issue > >1. Sun JDK's license is for non commercial or production use >2. For Production and commercial use they give the JRE >3. Tools.jar is a part of the JDK and is missing from the JRE >4. Tomcat needs To

Tools.jar

2001-01-23 Thread eitan golan (Kamoon IL)
Title: Tools.jar Hello there boys and Girls I have a license issue 1. Sun JDK's license is for non commercial or production use 2. For Production and commercial use they give the JRE 3. Tools.jar is a part of the JDK and is missing from the JRE 4. Tomcat needs Tools.jar for it