Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Andrew Watters
Thanks for your help, unfortunately in this case the manager app isn't there and the default 404 page which I know shows the version number isn't returned because the running application interecepts and shows its own page. Mike Fowler wrote: Andrew Watters wrote: I have full access

Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Andrew Watters
the permission of the sender. If you received this message in error, please notify me immediately so that I can correct and delete the original email. Thank you. :: -Original Message- :: From: Andrew Watters [mailto:[EMAIL PROTECTED] :: Sent: Thursday, June 24, 2004 1:42 PM :: To: [EMAIL

Re: How do I find out which version of tomcat is installed?

2004-06-24 Thread Andrew Watters
what you're looking for. /EC -Original Message- From: Andrew Watters [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 2:42 PM To: [EMAIL PROTECTED] Subject: How do I find out which version of tomcat is installed? I have full access to the tomcat directory but I can't find the version

Servlet Exception of forward method

2004-06-08 Thread Andrew Roszko
line534/line /frame /trace /exception Has anyone ever seen this sort of thing before? Thanks a million!! Andrew Andrew Roszko Software Developer CubeRoute Inc. Toronto, Ontario - To unsubscribe, e-mail: [EMAIL

Jk2 URI mapping: global virtual host and jkstatus mappings coexist?

2004-05-20 Thread Clute, Andrew
I have a forward facing HTTPD server that forwards certain requests via mod_proxy to my Tomcat box that has it's own version HTTPD and jk2 running. I actually have two instances of Jboss/Tomcat running on this machine, bound to different IP's Every request that is incoming to to the Jboss HTTPD

Mod_jk2/unix socket/multiple Tomcat instances: Do I need more than one socket file?

2004-05-18 Thread Clute, Andrew
I am attempting to set up on one box with two separate Tomcat instances, one for dev, and one for stage, all using Unix Sockets. In configuring this, I am wondering if I need to specify a separate socket file for each Tomcat instance, or can they share the same one? Is there a better performance

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-16 Thread Andrew Clute
/httpd/modules cd ../../build cd jk2/ cd apache2/ cp *.so /etc/httpd/modules/ On Friday 14 May 2004 16:43, Chong Yu Meng wrote: Hi Andrew ! Clute, Andrew wrote: If it is channelUnix, I just now need to figure out this crazy 'undefined symbols: apr_md5_final' error. I wrote a document for compiling

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
.3 = /usr/lib/libk5crypto.so.3 (0x0025a000) libz.so.1 = /usr/lib/libz.so.1 (0x0027c000) Or something similar. Do you see this ? Regards, pascal chong Andrew Clute wrote: I originally used the RPM's I found somewhere, but I didn't see the libjkjni.so in it, so I built from source then. On May 14

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) We are so close! Should I try the '--with-apr-util=DIR' option? Only problem with that is I don't have the apr-util source installed, and can't seem to get it installed due to RPM dependencies Thanks! -Andrew On May 15, 2004, at 10:54 AM

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
/usr/sbin/apxs exist -- as I have used it to do the second statement you talked about. Although I am not sure how running apxs against mod_jk2.so will change libjkjni.so -Andrew On May 15, 2004, at 1:00 PM, Chong Yu Meng wrote: Hmm... you have another problem : no apxs given Can you check

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
On May 15, 2004, at 1:50 PM, Chong Yu Meng wrote: Andrew Clute wrote: /usr/sbin/apxs exist -- as I have used it to do the second statement you talked about. Although I am not sure how running apxs against mod_jk2.so will change libjkjni.so Err, it won't. Just reminding you that you have to run

Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
We currently have a Windows2000 Apache box that forwards all requests to a RedHat EL3 box running JBoss3.2.3(Tomcat). This works great most of the times -- however we do get sporadic 500 errors on the Apache box (like the Tomcat box doesn't fulfill the requests), and a refresh of the page fixes

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
that file. -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 10:43 AM To: Tomcat Users List Subject: Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol? Hi Andrew ! Clute, Andrew wrote: If it is channelUnix, I just now

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
Yep, did that as well. Any idea what is causing the issue? -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:32 AM To: Tomcat Users List Subject: Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol? Hi Andrew ! Oops ! I

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
references, or because at runtime that library cannot be found? -Andrew -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:43 AM To: Tomcat Users List Subject: Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol? Hi Andrew, See

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Andrew Clute
I originally used the RPM's I found somewhere, but I didn't see the libjkjni.so in it, so I built from source then. On May 14, 2004, at 11:35 PM, Chong Yu Meng wrote: Are you using mod_jk2 binaries (RPM packages) or source ? Clute, Andrew wrote: Yeah, I have the file: [EMAIL PROTECTED] /]# find

HOW TO - Include a directory as a context at startup

2004-04-15 Thread andrew mercer
the tomcat documentation/FAQ and archives and as yet have not found how to do the same in tomcat. Can anyone assist? Thanks Andrew -- Andrew Mercer, Sundayta Ltd. http://www.sundayta.com iDocSys for Document Management. VisibleResults for Fundraising. Development and Hosting of Web Applications

RE: Unexpected tomcat 4.1.27-30 shutdown problem

2004-04-12 Thread Nocera, Andrew A (Andy), ALABS
Hi, Would an exeception in the code cause tomcat to stop? Andy ---tail catalina.out Stopping service Tomcat-Standalone [INFO] Http11Protocol - -Stoping http11 protocol on 8099 Catalina:type=ThreadPool,name=http8099 -tail localhost_log.2004-04-12.txt 2004-04-12 16:45:00

FYI: Extra jar files under server/lib are bad!

2004-04-12 Thread Nocera, Andrew A (Andy), ALABS
Hi, I installed a jar file under server/lib to resolve a problem and spent the last few days trying to figure out why it did not work. Apparently, renaming the old jar file to 'xservlets-cgi.jar' is not good enough. beware! Andy

FW: Os X

2004-04-11 Thread Andrew Robinson
Hi all, I'm new to this list...Has anyone sucessfully installed tomcat on an OS X machine, I can't seem to get it to work. Thanks, Andrew

RE: FW: Os X

2004-04-11 Thread Andrew Robinson
/javax/servlet/http/ HttpSessionAttruteListener.java:71: class HttpSessionAttributeListener is public, should be declared in a file named HttpSessionAttributeListener.java Any ideas? Thanks, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Hassan

RE: FW: Os X

2004-04-11 Thread Andrew Robinson
I wasn't sure if the binary would work with OS X...I've had bad luck with *nix binaries and os X. I'll give it a try and see if it works. Thanks, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Hassan Schroeder Sent: Sunday, April 11, 2004 3

RE: Os X

2004-04-11 Thread Andrew Robinson
. What do I need t ochange? Thanks, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Sandy McArthur Sent: Sunday, April 11, 2004 3:51 PM To: Tomcat Users List

RE: Os X

2004-04-11 Thread Andrew Robinson
I figured out that it was a conflict with port 8080. I switched the port in the server.xml and now it is working very wellNow to learn more about jsp and servletsThanks for all your help Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf

RE: RE: RE: Os X

2004-04-11 Thread Andrew Robinson
It was working...I had to restart the machine and now I can't get to the tomcat mainpage that was loading...the one with the links...nothing comesup when I go to the server at the port # I was using...I restarted tomcat but I don't know what else to do Any suggestions, Andrew -Original

Install Help Please

2004-04-10 Thread Andrew Robinson
suggestions? Thanks, Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Unexpected tomcat 4.1.27-30 shutdown problem

2004-04-09 Thread Nocera, Andrew A (Andy), ALABS
Hi, I am running tomcat 4.1.27/29/30 on a Solaris 5.7 or 5.8 and it shutsdown for no apparent reason. Sometimes it can go for hours without a problem, othetimes it stops much sooner. There is no obvious error, just a shutdown. The same code built on another Solaris box and/or HPUX runs

RE: JK2 connector built and installed but is there something wron g?

2004-04-07 Thread Hamilton, Andrew
try doing this [uri:/jsp-examples/*] worker=ajp13:localhost:8009 There is no examples structure. You can also try servlets-examples. Drew -Original Message- From: Kevin Struckhoff [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 7:22 PM To: [EMAIL PROTECTED] Subject: JK2

[OT] how to save a form field to client

2004-04-07 Thread Longley, Andrew
? Thanks! Andrew Longley Senior Developer MindFlow Technologies, Inc. (972) 930-9988 x139 http://www.mindflow.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-06 Thread Hamilton, Andrew
/modules/mod_jk2.so: undefined symbol: apr_socket_send -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 3:20 PM To: Tomcat Users List Subject: RE: Building jk2-2.0.4 on rh9 having some problems Ok. If you type file mod_jk2.so what does

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-06 Thread Hamilton, Andrew
for all the suggestions. -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 8:02 AM To: Tomcat Users List Subject: RE: Building jk2-2.0.4 on rh9 having some problems Ahh, that's different than No such file. Are you trying to use the apr stuff

RE: Apache 2 Tomcat 5 connector location and configuration

2004-04-05 Thread Hamilton, Andrew
Compile the jk2 source yourself. Binaries available for linux do not seem to work for most folks. The source is easy to compile. Drew -Original Message- From: Myles Moutoux [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:08 AM To: Tomcat Users List Subject: Re: Apache 2

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Hamilton, Andrew
Your running into pathing problems. Your using /usr/lib/httpd/modules and /etc/httpd/modules. apache wants to use /etc/httpd/modules. Copy your mod_jk2.so there. Drew -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:46 AM To: 'Tomcat

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Hamilton, Andrew
Apache should be able to traverse a SYM link shouldn't it? RP -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:50 AM To: Tomcat Users List Subject: RE: Building jk2-2.0.4 on rh9 having some problems Your running into pathing problems. Your

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Hamilton, Andrew
Thanks for your help -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:22 AM To: Tomcat Users List Subject: RE: Building jk2-2.0.4 on rh9 having some problems Should. I guess let's start at the beginning...Does the module exist in /etc/httpd

RE: REPOST: Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9

2004-04-05 Thread Hamilton, Andrew
I'm not sure of this, so don't quote me, but I was attempting to do this on Linux only to find out that it didn't work on Linux. It may be the same on the Sun boxes though I have not attempted this. I ended up using channelSocket and starting Tomcat during the apache start up process. It works

RE: REPOST: Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9

2004-04-05 Thread Hamilton, Andrew
to see if I get the same error. The fact that the variable is called jvm_dll_path concerns me so it may only work on windows but lets hope not. Ta Matt -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED] Sent: 05 April 2004 20:38 To: Tomcat Users List Subject: RE: REPOST

RE: Building jk2-2.0.4 on rh9 having some problems

2004-04-05 Thread Hamilton, Andrew
Rp -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:26 AM To: Tomcat Users List Subject: RE: Building jk2-2.0.4 on rh9 having some problems Ok. Do you have any other modules in there and is apache loading them? -Original Message

RE: Tomcat4 performance issue when manually removing compiledjsps in work folder

2004-03-30 Thread Bodycombe, Andrew
Could your jsp source files have been modified In the future? -Original Message- From: Duncan Krebs To: Tomcat Users List Sent: 26/03/2004 09:39 Subject: Re: Tomcat4 performance issue when manually removing compiledjsps in work folder Peter, I'm getting closer. I installed the latest

RE: Does my webapp directory have to live under the webapps folde r?

2004-03-30 Thread Hamilton, Andrew
Yep, Context path=/context docBase=/path/to/doc/base debug=0 reloadable=true /Context Try that. Regards, Drew -Original Message- From: Chad Woolley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 2:40 PM To: [EMAIL PROTECTED]

RE: new apache to tomcat connector for linux

2004-03-26 Thread Hamilton, Andrew
Mark, I use apache2, Tomcat 5 and JK2. It is far better for you to compile the JK2 connector yourself. It is a lot easier to do than you might think. Make sure you configure your apache2 for DSO and it is extremely simple to set it all up. Drew -Original Message- From: Mark Nye

RE: Getting Context Parameters from server.xml

2004-03-25 Thread Bodycombe, Andrew
I think you want to use getServletContext().getInitParameter(companyName); There is a difference between a servlet init parameter (defined in web.xml) and a servlet context init parameter (defined in the context.xml or server.xml file) -Original Message- From: Jon Wingfield To: Tomcat

What are you using for Failover Notification? (mod_jk)

2004-03-23 Thread Clute, Andrew
either scripts, or some other component. I would love to get some pointers on what is available in the market. A search didn't seem to turn up much. Thanks! -Andrew

RE: HttpSession Replication in Tomcat Cluster not working with EJ B's!

2004-03-22 Thread Bodycombe, Andrew
Think of a stateful session bean as an extension of the client. By storing the remote reference inside your session, you are attempting to persist your Client extension across 2 different clients (2 different tomcat instances). I don't think this is a sensible idea, and I'm not sure it's even

RE: Disable Coyote Connector at runtime?

2004-03-22 Thread Clute, Andrew
the pause(), stop(), destroy() methods of org.apache.coyote.tomcat5.CoyoteConnector. Yoav Shapira Millennium Research Informatics -Original Message- From: Andrew Clute [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:37 PM To: [EMAIL PROTECTED] Subject: Disable Coyote Connector

Disable Coyote Connector at runtime?

2004-03-19 Thread Andrew Clute
was hoping that there was someway to turn off the AJP13 connector at runtime, short of having to restart the server. Thoughts? Thanks -Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Keystore help OT?

2004-03-18 Thread Hamilton Andrew
Anyone know how to get a private key out of a keystore? I may have screwed up, maybe not. I created a keystore and a cert request using the keys in the keystore. I got my new certificate but now I need my private key out of the keystore to match my new certificate. I don't know how to tell

RE: Keystore help OT? -- SOLVED!!

2004-03-18 Thread Hamilton Andrew
The solution to this is scary so if anyone is interested email me off-line. -Original Message- From: Hamilton Andrew [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:01 AM To: Tomcat Users List Subject: Keystore help OT? Anyone know how to get a private key out of a keystore

RE: Keystore help OT?

2004-03-18 Thread Hamilton Andrew
:50 PM To: 'Tomcat Users List' Subject: RE: Keystore help OT? You just import the reply into the keystore (using the same alias) and the keystore combines them for you. Have a look at the keytool docs that come with the JDK for further info. Mark -Original Message- From: Hamilton Andrew

Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
loop. err=2 [Tue Mar 16 13:34:32 2004] [jk_ajp_common.c (1318)]: Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. Failed errno = 61 Thanks for any help! -Andrew

RE: Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
I should also mention we are on Apache 2.0.47 -Andrew -Original Message- From: Clute, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 4:24 PM To: [EMAIL PROTECTED] Subject: Sporadic connection loss between Tomcat and Apache though mod_jk Ever since upgrading the box

RE: Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
actually use, or increase the number of tomcat threads to something more in line with apache. -Andrew -Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 5:18 PM To: Tomcat Users List Subject: Re: Sporadic connection loss between Tomcat

Manager app security concerns

2004-03-09 Thread Andrew Watters
? Is the username and password securely transmitted? Are there any back doors or bugs with the manager app that would allow it to be taken over? If there are any problems is there a way to improve the security of the manager? Thanks in advance for any help. Andrew

Re: Manager app security concerns

2004-03-09 Thread Andrew Watters
their medication :) -Original Message- From: Andrew Watters [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 11:32 To: Tomcat Users List Subject: Manager app security concerns I'm using the manager app to deploy web apps. I'm interfacing to it using deployer ant tasks. My support team have raised

Creating a database realm in eclipse with tomcat

2004-03-09 Thread Andrew Gilpin
the steps i would have to do to implement this or of another way of doing it? Many Thanks Andrew Gilpin

Running seperate apps with shared components - the best way forward

2004-03-01 Thread Andrew Waters
for maintenance and upgrades etc. BUT as they do share non-java files as described above, is this the right approach? Should we leave things as they are or is there a better way to organise them as separate tomcat contexts?? Thanks for any pointers. Andrew Waters

Re: Running seperate apps with shared components - the best way forward

2004-03-01 Thread Andrew Waters
] On Behalf Of Andrew Waters Sent: Monday, March 01, 2004 12:54 PM To: [EMAIL PROTECTED] Subject: Running seperate apps with shared components - the best way forward Hi, We have a 'suite' of applications that are all deployed under one context in Tomcat. They are related applications, and share some

Re: Deploying to ROOT problem

2004-02-27 Thread Andrew Watters
a new tomcat install and try again. Thanks you for your reply; I'm still playing with this and I'll let you know if I make any further progress. Andrew Justin Johnson wrote: I just did the same thing, though with more success. In build.xml, I set app.path to /, and app.name to ROOT

RE: Help tomcat problem with memory

2004-02-27 Thread Hamilton Andrew
So what's your problem? Are you using Linux? Did you know that Linux shows threads as processes using ps? Are you running out of memory? A little more information would be helpful. Regards, Drew -Original Message- From: software [mailto:[EMAIL PROTECTED] Sent: Friday, February 27,

Deploying to ROOT problem

2004-02-26 Thread Andrew Watters
is there. Does anybody know how to deploy to root using the deployer please? Any help or advice would be greatly appreciated. Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Réf. : read it immediately

2004-02-25 Thread Bodycombe, Andrew
Without wanting to cause too much alarm, that is the kind of message that could potentially contain a virus. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 25 February 2004 10:59 To: Tomcat Users List Subject: Réf. : read it immediately the attached file is

RE: Relative links do not work with controller servlet.

2004-02-23 Thread Bodycombe, Andrew
The BASE tag may help you here (or html:base if you are using struts) -Original Message- From: Juergen Weber [mailto:[EMAIL PROTECTED] Sent: 22 February 2004 00:20 To: [EMAIL PROTECTED] Subject: Relative links do not work with controller servlet. I want to run all requests through a

RE: tomcat certificate

2004-02-23 Thread Bodycombe, Andrew
It's in the documentation: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html -Original Message- From: secam secam [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 10:00 To: [EMAIL PROTECTED] Subject: tomcat certificate hello, I'm a new user of tomcat. Can tomcat

RE: Touble with context container

2004-02-23 Thread Bodycombe, Andrew
What is in your H:\Tomcat\WEB-INF\web.xml file? -Original Message- From: Didier Croutz [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 14:22 To: [EMAIL PROTECTED] Subject: Touble with context container Hello, I'm starting with Tomcat and I've got a configuration

RE: Touble with context container

2004-02-23 Thread Bodycombe, Andrew
: Didier Croutz [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 16:12 To: Bodycombe, Andrew Subject: RE: Touble with context container Hi, First thanks for your response. I have no H:\Tomcat\WEB-INF\web.xml file but C:\Program Files\Tomcat 5.0\conf\server.xml. Regards. A 14:42 23/02/2004 +

RE: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Bodycombe, Andrew
I don't know if this would work because I've never tried it, but you could try overriding the default servlet in each of your webapps (just copy the servlet and servlet-mapping from the TOMCAT_HOME/conf/web.xml) Then you can control the 'listings' parameter in each individual web application,

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Hamilton Andrew
I tend to agree with the certifications are BS argument. I have several certifications and they don't really help me do my job. Unfortunately, in the climate we are in these days, the fact that there are certifications lead us down the road to being forced into acquiring them. When faced with

RE: Tomcat 5 and IIS 5

2004-02-16 Thread Krell, Andrew
, and on the Jakarta site itself (though some of the documentation can be a little spotty and outdated). The Jakarta Connector Documentation is found at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html Good luck Andrew -Original Message- From: Allistair Crossley [mailto:[EMAIL

RE: Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-13 Thread Krell, Andrew
Andrew -Original Message- From: Phil Cox [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:46 AM To: 'Tomcat Users List' Subject: RE: Problems getting Tomcat 5.0.18 to work with IIS 5 I am trying to get this running as well. Does Tomcat and IIS have to be installed on the same

RE: Servlet thread safety in Tomcat

2004-02-11 Thread Bodycombe, Andrew
You could try jmeter http://jakarta.apache.org/jmeter/index.html -Original Message- From: kwirirai [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 17:32 To: Tomcat Users List Subject: Re: Servlet thread safety in Tomcat Thanks to All for your help ! :-) Sofar it seems to be working

RE: Logging of JK2 ISAPI connector

2004-02-10 Thread Krell, Andrew
loggers, but I never had much success with changing the .win32 logger. If you figure that out, let me know. Andrew -Original Message- From: Michael Sudkamp [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 6:13 AM To: 'Tomcat Users List' Subject: Logging of JK2 ISAPI connector

RE: Weird Problems

2004-02-10 Thread Bodycombe, Andrew
I think the problem with your listener is that you assume the number of active sessions will be 0 when the server starts up. Tomcat may persist (passivate) sessions when the server is shut down. These sessions will be re-activated the next time the server starts up. If you reduce your session

RE: IIS + Tomcat + Beans

2004-02-10 Thread Krell, Andrew
server.xml setup and your tomcat version, but I would also recommend creating a web.xml file. -Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Krell, Andrew
This is the link to the Jakarta FAQ that answers the question which connector should I use? http://jakarta.apache.org/tomcat/faq/connectors.html#vs Good luck -Andrew -Original Message- From: Pete Stokes [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 3:06 PM To: Tomcat Users

RE: need help adding classpath to Tomcat 5.0.18 NT Service

2004-02-06 Thread Bodycombe, Andrew
If you moved engine.jar from the shared/lib folder to the common/lib folder, would that remove the need to explicitly set the classpath? -Original Message- From: Robert Ensinger [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 16:49 To: 'Tomcat Users List' Subject: RE: need help adding

RE: failure notice

2004-02-05 Thread Hamilton Andrew
Yep. Tons. -Original Message- From: Kannan Sundararajan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 9:34 AM To: 'Tomcat Users List' Subject: RE: failure notice I am getting lot of messages like this. Any one experiencing the same? -Original Message- From:

RE: an question occured during using tomcat5.0

2004-02-03 Thread Bodycombe, Andrew
Tomcat does not expose it's JNDI resources to the outside world. Therefore you cannot access any Tomcat Data Sources from an application outside tomcat. -Original Message- From: asd [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 09:41 To: [EMAIL PROTECTED] Subject: an question occured

RE: Reg HTTP status 404 on Tomcat 5.0.16

2004-02-03 Thread Bodycombe, Andrew
You have mapped your servlet to the /sampleapp URL, so to access your servlet, you need to use the following URL: http://localhost:8080/sampleapp/sampleapp I suggest changing your servlet-mapping as follows: servlet-mapping servlet-nameHelloServlet/servlet-name

Average memory usage under 5.0.16 (jsvc)

2004-02-03 Thread Andrew Davidoff
. Is this normal? Thanks, Andrew Davidoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Making tomcat know index.jsp has changed...

2004-02-03 Thread Andrew Davidoff
make Tomcat 5.0.16 recognize it? I have also tried using ?pre_compile and restarting tomcat numerous times. Moving web.xml out of the way seems like it's the wrong thing to do since nothing new is being created in its place, but perhaps that's correct? Thanks, Andrew Davidoff

RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Bodycombe, Andrew
This indicates your server.xml is invalid. -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:07 To: [EMAIL PROTECTED] Subject: Please help Console Problem in tomcat 5.0.16 have my own directory as sampleapp which has the necessary structure

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Hamilton Andrew
Yoav, Thanks for the efforts in keeping the list clean. But I have a question. You said below that this particular user is not a member. How about anyone from leds.com domain? The reply would lead me to believe that the Administrator catches the email bound for someone else in that domain.

RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomc at/4.1.29 URGENT

2004-02-02 Thread Hamilton Andrew
Yeah, I tried as well. They didn't bounce but I also got no response back. Drew -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:32 PM To: 'Tomcat Users List' Subject: RE: AUTO 'Getty=001-016-162'Error in JDBC conn / Apache Tomcat/4.1.29

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Hamilton Andrew
I have RH AS and I use Tomcat5, mod_jk2, and apache2 and they all work fine. I use the uri's you say don't work, ie [uri:/servlets-examples/*] works just fine for me. You are free to do what you like as far as switching to a different framework. I see several people are trying to help you and it

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
If you read a bit further down: When traversing a graph, an object may be encountered that does not support the Serializable interface. In this case the NotSerializableException will be thrown and will identify the class of the non-serializable object. If you want session serialization, you will

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
and not User? Cheers, hope this is clearer, ADC -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:46 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions continued.. If you read a bit further down: When traversing a graph

Tomcat Permissions vs Windows Mapped Network Drive

2004-01-30 Thread Longley, Andrew
a security permission within Tomcat. If this is the case, I'd appreciate a pointer to how to do this. Also open to better ways to do this, besides putting document attachments uploaded by the user in the database. I read about jCIFS and am considering using it. Any thoughts? Thanks much. Andrew

RE: Really DUMB question...

2004-01-29 Thread Hamilton Andrew
I have Outlook 2000 and use the rules wizard to find the word tomcat in the recipients address. You can also add the [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] to your contacts and then you can use the recipient address from your contacts. That usually works fairly well. Regards, Drew

Installing JK2 on a non-default web site.

2004-01-29 Thread Krell, Andrew
than one website in IIS. If anyone knows anything about IIS 4 and the isapi_redirector2.dll under these circumstance, I'd really appreciate you help. Thank you in for your time. Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: jk_nt_service.exe

2004-01-28 Thread Krell, Andrew
to get the full list of commands. You can do a internet search to find common JVM options to include. But if you don't know what you are doing, it really is easier to just get the binary installer and check the NT Service option during the install process. Regards Andrew -Original Message

RE: Are there problems/issues running tomcat with dual Xeon proce ssors and Redhat?

2004-01-28 Thread Hamilton Andrew
I run it on Dual Xeons and Redhat. No problems. -Original Message- From: tom ly [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 2:58 PM To: [EMAIL PROTECTED] Subject: Are there problems/issues running tomcat with dual Xeon processors and Redhat? My company might have dual

RE: Are there problems/issues running tomcat with dual Xeon proce ssors and Redhat?

2004-01-28 Thread Hamilton Andrew
for your application ? Pete. Hamilton Andrew wrote: I run it on Dual Xeons and Redhat. No problems. -Original Message- From: tom ly [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 2:58 PM To: [EMAIL PROTECTED] Subject: Are there problems/issues running tomcat

RE: tomcat5 in-process (more info for you guys)

2004-01-27 Thread Hamilton Andrew
-Original Message- From: Hamilton Andrew [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 19:30 To: Tomcat Users List Subject: RE: tomcat5 in-process (more info for you guys) I'm attempting this on a Linux machine and I keep getting this: INFO: APR not loaded, disabling jni components

RE: tomcat5 in-process (more info for you guys)

2004-01-27 Thread Hamilton Andrew
:) -Original Message- From: Hamilton Andrew [mailto:[EMAIL PROTECTED] Sent: 27 January 2004 15:33 To: Tomcat Users List Subject: RE: tomcat5 in-process (more info for you guys) Thanks, Yiannis. I'll stop waisting my time trying to figure out why it won't work. I was beginning to think I was too

NT4 IIS4 Tomcat 4.1.29 JK2 inetinfo.exe Access Violation upon t omcat request

2004-01-26 Thread Krell, Andrew
We use IIS4 running on NT4.0 for our intranet, and want to add servlet capability to our setup. As such, I set up a test machine with tomcat. I then reinstalled NT4, the option pack, and service pack 6a so that I would have a clean machine to demonstrated the process. I followed the exact

RE: Special URL servlet request.

2004-01-23 Thread Bodycombe, Andrew
In web.xml: web-app servlet servlet-namedigfidl/servlet-name servlet-classse.two4hr.servlet.DLServlet/servlet-class /servlet servlet-mapping servlet-namedigfidl/servlet-name url-pattern/digfidl/url-pattern

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Hamilton Andrew
I'm attempting this on a Linux machine and I keep getting this: INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: no jkjni in java.library.path I followed the install directions and put the jkjni.so file in $APACHE_HOME/modules. Can anyone

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Hamilton Andrew
a reference to this var as I was working on this specific problem. let me know, I have other suggestions - Original Message - From: Hamilton Andrew [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 1:29 PM Subject: RE: tomcat5 in-process (more info for you

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Hamilton Andrew
: Hamilton Andrew [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:33 PM Subject: RE: tomcat5 in-process (more info for you guys) I figured out where to put the jkjni.so file for it to be picked up by the JVM, but now instead of: INFO: APR not loaded

RE: Connecting Tomcat to Apache

2004-01-22 Thread Hamilton Andrew
I use RH AS2.1 and just got finished two days ago doing this very thing. The build was painless once you figure out what you are supposed to build and where. I had the whole thing working in less than a day. I have had some experience with mod_jk, apache 1.3 and tomcat 4, but this was my first

<    1   2   3   4   5   6   7   8   9   >