Re: Tomcat Source

2001-04-27 Thread Fergus Gallagher
Use GNU tar, not the one supplied with Solaris. At 07:27 27/04/2001 -0400, you wrote: I'm getting a directory checksum error un-tarring the jakarta-tomcat-3.2.1 source tarball. Has anybody else run into this? Thanks - Tod Details: --- Solaris8 gunzip v1.2.4 jakarta-tomcat-3.2.1-src.tar.gz

Re: Tomcat Source

2001-04-27 Thread Tod Thomas
Worked - thanks! Fergus Gallagher wrote: Use GNU tar, not the one supplied with Solaris. At 07:27 27/04/2001 -0400, you wrote: I'm getting a directory checksum error un-tarring the jakarta-tomcat-3.2.1 source tarball. Has anybody else run into this? Thanks - Tod Details: ---

Re: Tomcat Source

2001-04-27 Thread Jon Stevens
on 4/27/01 4:27 AM, Tod Thomas [EMAIL PROTECTED] wrote: I'm getting a directory checksum error un-tarring the jakarta-tomcat-3.2.1 source tarball. Has anybody else run into this? Thanks - Tod Details: --- Solaris8 gunzip v1.2.4 jakarta-tomcat-3.2.1-src.tar.gz Use GNU tar. -jon

Need Help

2001-04-27 Thread Arun Kumar
Hi, I am working on Tomcat Version 3.2.1 every thing is working fine except when i refresh my html page which in root_directory/sub_Directory/ Browser is displaying every thing correct, but throwing following error on Server. 2001-04-26 12:49:11 - PoolTcpConnector: Starting

Re: Need Help

2001-04-27 Thread Jon Stevens
on 4/26/01 12:33 AM, Arun Kumar [EMAIL PROTECTED] wrote: Hi, I am working on Tomcat Version 3.2.1 every thing is working fine except when i refresh my html page which in Thank you for spending all that time and effort ignoring the documentation that tells you not to send HTML email and to

Re: Help !

2001-04-27 Thread Jon Stevens
on 4/27/01 4:55 AM, Bruno Crapart [EMAIL PROTECTED] wrote: What does it mean ? java.io.IOException: The filename, directory name, or volume label syntax is incorrect at java.io.Win32FileSystem.canonicalize(Native Method) at java.io.File.getCanonicalPath(File.java:437)

Wanting to write the JNLP support code for the Jakarta project

2001-04-27 Thread Mauro Marinilli
Hello Everybody, I am a serious Java developer with many years of working experience on Java. I am currently working with JNLP, the new remote launching protocol developed at Sun, that currently reached version 1.0.1 early access. Said briefly the protocol allows applications to be launched via

Re: Wanting to write the JNLP support code for the Jakarta project

2001-04-27 Thread Jon Stevens
on 4/27/01 1:09 PM, Mauro Marinilli [EMAIL PROTECTED] wrote: Hello Everybody, I am a serious Java developer with many years of working experience on Java. I am currently working with JNLP, the new remote launching protocol developed at Sun, that currently reached version 1.0.1 early

bug report handling

2001-04-27 Thread Daniel F. Savarese
Please ignore the who part of my previous email as has been kindly pointed out to me I should have just used the view bug activity option. However, the spurious changing of bug status part of my email holds. Can just anyone change a bug's status? If so, that's a problem that we need to fix.

Help (was: RE: Controlling email misuse)

2001-04-27 Thread Danny Angus
Help us please ! the James-user list is being swamped with the same message over and over. Who is the moderator? -Original Message- From: Charles Benett [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 10:20 AM To: Jakarta Subject: Controlling email misuse How do we get

Re: bug report handling

2001-04-27 Thread Jon Stevens
on 4/27/01 2:22 PM, Daniel F. Savarese [EMAIL PROTECTED] wrote: Apologies to all affected by my rather hasty reactions. daniel I would rather you be hasty than to simply ignore the issue tracker. :-) -jon - To

Re: [Bug 1346] Changed - substitue gives strange result

2001-04-27 Thread Jon Stevens
on 4/27/01 1:25 PM, Daniel F. Savarese [EMAIL PROTECTED] wrote: Who changed the status of this bug (the one at the end of this message) to VERIFIED? The original reporter did: [EMAIL PROTECTED]bug_statusRESOLVEDVERIFIED2001-04-25 14:28:48

Re: [Bug 1346] Changed - substitue gives strange result

2001-04-27 Thread Daniel F. Savarese
Sorry for hitting three lists, but it's the only way to root out the culprit. Who changed the status of this bug (the one at the end of this message) to VERIFIED? Why weren't any comments added? Unless someone points out the capturing parentheses in the expression (all appear to be

Specifying a class loader to a Webapp.

2001-04-27 Thread Paul Teasdale
Hi Everybody, I am trying to figure out how to have servlets within a Webapp (context) use a specified class loader under Tomcat Version 4.0 Beta... Currently, the tomcat default classloader used within my servlet is a URLClassLoader whose codebase is a list of jar:jndi//WEB-INF/lib/ ...!/