[Tomcat 6.0.10] Failed to install Tomcat6 service.

2007-03-02 Thread LiuYan 刘研
When I try to install tomcat 6.0.10, I got the following error: - Failed to install Tomcat6 service. Check your settings and permissions Ignore and continue anyway (not recommended)? - My environment: -- OS: Windows XP SP2 -- JDK: JDK1.6.0 with

Re: [Tomcat 6.0.10] Failed to install Tomcat6 service.

2007-03-02 Thread Li
Your tomcat will be installed properly even windows service creation is failed. You can run service.bat to create service ... On 3/2/07, LiuYan 刘研 [EMAIL PROTECTED] wrote: When I try to install tomcat 6.0.10, I got the following error: - Failed to install Tomcat6

Session and URL encoding of tilde

2007-03-02 Thread Daniele Varacca
Hi there, my problem is as follows: I am under LINUX. When I use explicitly the symbol ~ in the URL, tomcat keeps track correctly of the session. When the tilde is encoded as %7e tomcat forgets the session. And I cannot avoid this, as the sendRedirect method encodes the tilde by default. Any

Re: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
Hi, I tried this as well and get the same error message. jsvc error: Invalid option -server jsvc error: Cannot parse command line arguments This is a serious shows-stopper for me because I need to run a web app which only works in server mode. :o( cheers, Pete Original-Nachricht

Re: [Tomcat 6.0.10] Failed to install Tomcat6 service.

2007-03-02 Thread Mark Thomas
LiuYan 刘研 wrote: -- Tomcat 5.5.20 had been installed before. -- Tomcat 5.5.20 is installed to C:\Tomcat 5.5 -- I'm trying to install Tomcat 6.0.10 to C:\Tomcat 6.0 The way the installer works you can only have one 5.x install at any one time. Given that essentially the same code is used for

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Pid
can you post the current version of your config then? [EMAIL PROTECTED] wrote: Hi, I tried this as well and get the same error message. jsvc error: Invalid option -server jsvc error: Cannot parse command line arguments This is a serious shows-stopper for me because I need to run a web app

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
By config you still mean the shell script, right? It looks like this. I have removed the -server parameter from the CATALINA_OPTS variable since the script won't execute properly with it. -Pete JAVA_HOME1=/usr/local/jdk1.5.0_06 CATALINA_HOME=/usr/local/jakarta-tomcat-5.5.9

Re: [OT]Tools for translation management

2007-03-02 Thread David Delbecq
Thanks for informations, this seems an interesting tool. En l'instant précis du 28/02/07 17:05, Christopher Schultz s'exprimait en ces termes: David, David Delbecq wrote: Do anybody have suggestions on how to manage resource bundles translation? I just recently had to do the same thing.

Re: Loader component nested in Context

2007-03-02 Thread Eric Guinois
Ok, just found the solution. When adding Loader component intot context descriptor, the default value for useSystemClassLoaderAsParent is true and cause a ClassNotFound error. To fix I added useSystemClassLoaderAsParent=false on my Loader component. Context path=/app

Http Connector Redirect - Not working with Portforwarding on hosted solution

2007-03-02 Thread Mike Grandmaison
Hi, I am trying to get the user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint to work. I have it working on my development machine. The problem is when I move the code over to the stagging server it does not work. My stagging server differs

RE: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: RE: AW: AW: Cannot run JVM in server mode with JSVC This is a serious shows-stopper for me because I need to run a web app which only works in server mode. :o( Can you elaborate on that? From an application perspective, there

Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the extras. When I follow the instructions about how to do this, the build fails. I an using Java 6 and get the following errors when I to the ant

Re: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
That's what I thought too. It's a bit complicated and the people at Alfresco have messed up a bit with the hibernate api so their application constantly crashes when it runs on a VM in client mode. See this http://forums.alfresco.com/viewtopic.php?t=5441 or this:

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 will not compile under Windows with the current Java I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the extras. ??? Other than the

IIS Experience Anyone?

2007-03-02 Thread Scott Danforth
Hi, I'm still looking for anyone who has experience with the IIS plugin (ISAPI_redirect.dll). So far, nobody will admit to it. :-( (I understand. I don't want to use IIS either, but a customer is requiring it) -- Scott.

RE: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: RE: RE: AW: AW: Cannot run JVM in server mode with JSVC That's what I thought too. It's a bit complicated and the people at Alfresco have messed up a bit with the hibernate api so their application constantly crashes when it

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Pid
Caldarale, Charles R wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: RE: AW: AW: Cannot run JVM in server mode with JSVC This is a serious shows-stopper for me because I need to run a web app which only works in server mode. :o( Can you elaborate on that? From an

Re: IIS Experience Anyone?

2007-03-02 Thread Jost Richstein
I admit: we are using it for several customers. To make it short: there is no reason to be scared. Do you have any special problems? Scott Danforth schrieb: Hi, I'm still looking for anyone who has experience with the IIS plugin (ISAPI_redirect.dll). So far, nobody will admit to it. :-(

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
I was getting a class not found error. java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory The class related to logging and in Tomcat 6, it appears that logging has changed and the log4j stuff is not in the basic package From the Tomcat docs

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 will not compile under Windows with the current Java I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java With the advent of Tomcat's NIO connector, the APR one is probably superfluous, so you don't need that either. I do not understand this comment. What does this

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java With the advent of Tomcat's NIO connector, the APR one is probably superfluous, so you don't need that either. I do not

RE: how to setup multiple CATALINA_BASE

2007-03-02 Thread Rao Manekar
hi guys I have implemented what I learned. With simple tomcat installation, it works like charm! I have my two websites working with two different IPs. Did I say IPs... it is not IP dependent :-) For future reference to other people like me here is what I did in my test environment: 1.

Re: IIS Experience Anyone?

2007-03-02 Thread Jost Richstein
Puhh...that's why I asked him for any special problems:-) Mikolaj Rydzewski schrieb: Jost Richstein wrote: I admit: we are using it for several customers. To make it short: there is no reason to be scared. Do you have any special problems? Consider the following scenario (my case once...):

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Peter . Neu
Ok. So theoratically speaking. What I need to do is just exchange the jar files. But I don't know if any of the features in Alfresoc will break. I would need to test everything for which I don't have the time. So please, how do I get jsvc to start the jvm in server mode? As far as I know the

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java I am not sure if Tomcat will start without it Tomcat runs fine without APR - just delete or rename the .dll file if you want to experiment with the NIO connector. -

log4j, fileappender, owner, group, and umask

2007-03-02 Thread stevethames
I am using tomcat as a servlet server used by a mod_perl application running under apache. I have setup log4j and log4perl to that both tomcat and the Perl app can use the same log files. This all works fine. The problem I'm having is when tomcat creates the log file. Does anyone know how to

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java I am not sure if Tomcat will start without it Tomcat runs fine without APR - just delete or rename the .dll file if you want to

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Rémy Maucherat
On 3/2/07, Ron Wheeler [EMAIL PROTECTED] wrote: The build could be eliminated if the binary distribution contained the extras but it does not. I assume that when everyone using log4j has the same problem, it will. This is not going to happen. It is quite evident the compilation fails when

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Rémy Maucherat wrote: On 3/2/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: No, I was just pointing out that the only platform-dependent code associated with Tomcat is the APR connector (tcnative-1.dll). The performance advantages of using that connector have been largely eliminated by

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Rémy Maucherat wrote: On 3/2/07, Ron Wheeler [EMAIL PROTECTED] wrote: The build could be eliminated if the binary distribution contained the extras but it does not. I assume that when everyone using log4j has the same problem, it will. This is not going to happen. It is quite evident the

JSVC - update java

2007-03-02 Thread Jean-Sebastien Pilon
Hello, I would like to know if I need to recompile JSVC if I update the jvm. Current version of the JVM is 5.0_u6 and the new one will be 5.0_u10 TIA NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
From: Rémy Maucherat [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java Do you have evidence which shows this ? Try to not present your personal opinion as an established fact. The key word above was largely. It's adequate for our needs,

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Hassan Schroeder
On 3/2/07, Ron Wheeler [EMAIL PROTECTED] wrote: Am I correct in assuming that everyone is going to have the same problem with logging. It's not clear to me what problem you're trying to solve. I'm running TC 6.0.9 out of the box with Java 6 and log4j for my apps, no probs. If Spring wants

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java I really need to get the logging issue resolved so I can get back to testing. The Spring crowd seems pretty settled on log4j as their primary logging vehicle and I

Writing My Own Connector

2007-03-02 Thread Peter Kennard
I want to write my own protocol handler which I can configure as a connector. I want it to do something along the lines of AJP - packet hits in, servlet hits out. Connector port=x protocol=com.mydom.mypackage.MyProtocolHandler / A - should I be posting this to a dev list? B - I want

RE: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: AW: AW: Cannot run JVM in server mode with JSVC So please, how do I get jsvc to start the jvm in server mode? Well, you could change your JAVA_HOME/jre/lib/[arch]/jvm.cfg file to put the -server entry first; that will make it

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Rémy Maucherat
On 3/2/07, Ron Wheeler [EMAIL PROTECTED] wrote: How soon will Tomcat support the current Java version? Is it a big problem to include the extras, if the current Java is not supported? At the moment, Tomcat 6 is developed and builds on Java 5, and runs on Java 5 and 6. I'd like to understand

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Hassan Schroeder wrote: On 3/2/07, Ron Wheeler [EMAIL PROTECTED] wrote: Am I correct in assuming that everyone is going to have the same problem with logging. It's not clear to me what problem you're trying to solve. I'm running TC 6.0.9 out of the box with Java 6 and log4j for my apps, no

Re: log4j, fileappender, owner, group, and umask

2007-03-02 Thread Daniel Stephens
I would think if your using Tomcat as the Servlet container, The file itself would be owned by the account running Tomcat. Is this not the case? On 3/2/07, stevethames [EMAIL PROTECTED] wrote: I am using tomcat as a servlet server used by a mod_perl application running under apache. I have

Re: Tomcat Persistent Session Issues

2007-03-02 Thread Daniel Stephens
Where is this class com.formos.toolkit.data.IPersis located? Is it in the WEB-INF/classes directory? or in a JAR? I guess I would want to first make sure the webapp classloaded loaded it up first. On 3/1/07, ddigmann [EMAIL PROTECTED] wrote: A note before I start: I have found quite a few

Re: [OT] log4j, fileappender, owner, group, and umask

2007-03-02 Thread stevethames
Hi Dan. Thanks for responding. Yes, that's true, the file is owned by the tomcat user. My mod_perl stuff runs under apache (the httpd user) and I have some Perl daemons that run as root. In Perl, using log4perl, I can set the owner, group, and umask of the log file for file creation. I have a

Multiple physical processors

2007-03-02 Thread David Kerber
It's a simple question, so I hope it's a simple answer: Running TC 5.5.15, with a single webapp, will Tomcat take advantage of multiple physical processors if they exist? Tks! Dave - To start a new topic, e-mail:

RE: Multiple physical processors

2007-03-02 Thread Caldarale, Charles R
From: David Kerber [mailto:[EMAIL PROTECTED] Subject: Multiple physical processors Running TC 5.5.15, with a single webapp, will Tomcat take advantage of multiple physical processors if they exist? Yes, if there are concurrent requests to be processed. The degree of concurrency is

Re: Multiple physical processors

2007-03-02 Thread Tim Funk
Yes (as long as the JVM knows how to split the load of multiple threads across multiple processors) -Tim David Kerber wrote: It's a simple question, so I hope it's a simple answer: Running TC 5.5.15, with a single webapp, will Tomcat take advantage of multiple physical processors if they

Re: IIS Experience Anyone?

2007-03-02 Thread Scott Danforth
Hi! Yes, I have problems. The filter shows up correctly in IIS, and it executes fine up to the point where it needs to talk to Tomcat. Then nothing further on that page request appears in the log, and The specified module could not be found is returned as the result of the page request. My

RE: IIS Experience Anyone?

2007-03-02 Thread Nelson, Tracy M.
| From: Scott Danforth [mailto:[EMAIL PROTECTED] | Sent: Friday, 02 March, 2007 14:16 | | If you've tried to use ISAPI_redirect.dll v 1.2.20 (successfully, or | not), could you reply with a few words? For example, what Windows OS and | IIS versions we're you using? This was a few years ago, but

Re: Writing My Own Connector

2007-03-02 Thread David Delbecq
Peter Kennard a écrit : I want to write my own protocol handler which I can configure as a connector. I want it to do something along the lines of AJP - packet hits in, servlet hits out. B - I want a good reference on what class I need to subclass, how to use it and what are considered

Re: Writing My Own Connector

2007-03-02 Thread Peter Kennard
I think the existing connectors in tomcat source could be the only existing documentation :) Not a good sign for them being officially supported. Has anyone here made one? What I would like to do is take an AJP connector, redo it's insides to parse another format and then pass the requests

mod_jk 1.2.21, apxs, and apache 2.0.54

2007-03-02 Thread mike spisak
Hi All, been trolling, lurking, searching, on this and other items all week.. long story short, i need the JkUnMount capability from mod_jk - i have mod_jk 1.2.6 (I need a newer version). so, here we go: running: apache 2.0.54, tomcat 5 - i downloaded and unzipped mod_jk 1.2.21 - tried

Re: Writing My Own Connector

2007-03-02 Thread Hassan Schroeder
On 3/2/07, Peter Kennard [EMAIL PROTECTED] wrote: What I would like to do is take an AJP connector, redo it's insides to parse another format and then pass the requests off to servlets. Seems to me that looking at the differences in source between two connectors (e.g. AJP and HTTP) would be

Re: mod_jk 1.2.21, apxs, and apache 2.0.54

2007-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, mike spisak wrote: long story short, i need the JkUnMount capability from mod_jk - i have mod_jk 1.2.6 (I need a newer version). so, here we go: running: apache 2.0.54, tomcat 5 - i downloaded and unzipped mod_jk 1.2.21 - tried to compile

What is the proper location for custom realm and principle classes?

2007-03-02 Thread Page, Steve C.
All- I have this working, but I want to make sure I am following best practices. I created customer realm and principle classes. If I left the classes in WEB-INF/classes, I received a ClassNotFoundException on the realm class. If I put the classes in common/classes, I received a

Re: Writing My Own Connector

2007-03-02 Thread Peter Kennard
would definately be someting to do. one has to wade through a lot of stuff to get to that point :) I have to find out where what defines a connector is, how it is installed and configured ... So what people are saying is get the source and build it as step #1 ?? At 16:38 3/2/2007, you wrote:

does Tomcat6 ship with NIO-based connector?

2007-03-02 Thread Nikita Tovstoles
Hi, Tomcat6 docs refer to NIO-based connector but it isn't listed among HTTP Connectors (in Docs). Does it ship with one? Or is the idea that users would take Grizzly from Glassfish? thanks -nikita - To start a new topic,

RE: does Tomcat6 ship with NIO-based connector?

2007-03-02 Thread Caldarale, Charles R
From: Nikita Tovstoles [mailto:[EMAIL PROTECTED] Subject: does Tomcat6 ship with NIO-based connector? Tomcat6 docs refer to NIO-based connector but it isn't listed among HTTP Connectors (in Docs). Does it ship with one? Read the docs again.

Re: IIS Experience Anyone?

2007-03-02 Thread Scott Danforth
It's XP version 2002. IIS is in Settings -- Control Panel/Administrative Tools Thanks for the feeback. I guess it's a limitation of my IIS version. -- Scott. Nelson, Tracy M. wrote: | From: Scott Danforth [mailto:[EMAIL PROTECTED] | Sent: Friday, 02 March, 2007 14:16 | | If you've tried

SPNEGO

2007-03-02 Thread Guido Schoepp
Hi, did anybody successfully bind a SPNEGO auth to a webapp? If so, which libraries are you using? Or are you using SPNEGO with an Apache in front of Tomcat? Guido - To start a new topic, e-mail: users@tomcat.apache.org To

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Caldarale, Charles R
From: Page, Steve C. [mailto:[EMAIL PROTECTED] Subject: What is the proper location for custom realm and principle classes? The doc is pretty clear for both 5.5 and 6.0. Since you're dealing with principals, the closest model is the JAAS Realm. If I left the classes in WEB-INF/classes, I

RE: SPNEGO

2007-03-02 Thread Caldarale, Charles R
From: Guido Schoepp [mailto:[EMAIL PROTECTED] Subject: SPNEGO did anybody successfully bind a SPNEGO auth to a webapp? The krb5 extension to jCIFS might satisfy your needs: http://jcifs.samba.org/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Page, Steve C.
Chuck- Thanks so much. I read that doc some time ago, but I couldn't find it again (what a dope). I also read right past the put it in server/lib part. I'll try moving the principal class to common and see if that works. Thanks, Steve Steve Page Contract Systems Analyst/Developer BFDP

Re: SPNEGO

2007-03-02 Thread Guido Schoepp
Caldarale, Charles R schrieb: The krb5 extension to jCIFS might satisfy your needs: http://jcifs.samba.org/ Thanks, haven't seen that before. I discovered http://dev.taglab.com/sites/taglab-public/support/spnego.html But I'd like to know if anybody's using such a tool. Guido

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Caldarale, Charles R
From: Page, Steve C. [mailto:[EMAIL PROTECTED] Subject: RE: What is the proper location for custom realm and principle classes? I'll try moving the principal class to common and see if that works. That worked for me in 5.5, but not 6.0. For the newer version, I really did have to

Re: mod_jk 1.2.21, apxs, and apache 2.0.54

2007-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, mike spisak wrote: Christopher Schultz wrote: Hmm... if you have Apache2 installed, you ought to have apxs2 somewhere. That's what i figured too.. i did not install apache2 myself, it came on a virtual dedicated server that i purchased

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Page, Steve C.
Chuck- It's working on 5.5. I'm running this on an AS/400, so the startup command is very different. Could you send me the startup command from from .bat file? Thanks, Steve Steve Page Contract Systems Analyst/Developer BFDP Information Technology (317) 818-8685 [EMAIL PROTECTED]

RE: What is the proper location for custom realm and principle classes?

2007-03-02 Thread Caldarale, Charles R
From: Page, Steve C. [mailto:[EMAIL PROTECTED] Subject: RE: What is the proper location for custom realm and principle classes? It's working on 5.5. I'm running this on an AS/400, so the startup command is very different. Could you send me the startup command from from .bat file? Sorry,

Re: mod_jk 1.2.21, apxs, and apache 2.0.54

2007-03-02 Thread mike spisak
Hi Chris, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, mike spisak wrote: Christopher Schultz wrote: Hmm... if you have Apache2 installed, you ought to have apxs2 somewhere. That's what i figured too.. i did not install apache2 myself, it

Re: AW: AW: Cannot run JVM in server mode with JSVC

2007-03-02 Thread Bill Barker
The correct syntax is '-jvm server' (assuming that you are using Sun's JVM). The last error you posted from trying this was because you forgot to escape the CR at the end (no '\' at the end of the line). As a result, the shell took the next argument line as the next command line. To get a

Problem with context path /webapps

2007-03-02 Thread Mike c
Hi, I am trying to migrate some of our applications currently deployed on Tomcat 4.1 to Tomcat 5.5 and I cannot get any applications that have a context path that starts with /webapps to work. I am getting a 404 error on all these contexts. Does 5.5 not allow a context paths to start webapps?

Re: Writing My Own Connector

2007-03-02 Thread Bill Barker
Peter Kennard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] would definately be someting to do. one has to wade through a lot of stuff to get to that point :) I have to find out where what defines a connector is, how it is installed and configured ... Well, the first thing

Re: Writing My Own Connector

2007-03-02 Thread Peter Kennard
Thanks very much! The big hope is all the socket connection and thread pool management wheel re-inventing etc is done and I can do it mostly high level except for the interpreting of the input protocol byte streams. Have it do somehing like:

Using getImplementationVersion() to read MANIFEST.MF

2007-03-02 Thread Paul A. Hoadley
Hello, I'm using Tomcat 5.5.20, JVM 1.5 on Linux, though I can replicate the problem using 5.5.9, JVM 1.4 on FreeBSD. Ultimately what I want to do is quite simple: display a build number in the footer of some JSP pages. I'm using Ant's 'buildnumber' task to increment the build number at