Tomcat autostart on Linux

2002-10-25 Thread neal
Anyone know how to make Tomcat automatically startup when Linux is rebooted? As you can probably tell I'm not a Linux expert. :( Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help

RE: Tomcat autostart on Linux

2002-10-25 Thread neal
Cool thanks! :) Neal -Original Message- From: Kwok Peng Tuck [mailto:pengtuck;makmal.com] Sent: Friday, October 25, 2002 1:47 AM To: Tomcat Users List Subject: Re: Tomcat autostart on Linux Or you could take the rpm script and configure for you tomcat location. make sure add

Servlet error occurs - servlet not available until tomcat restarted

2002-10-25 Thread neal
! Is there some setting that I need to set or something that I need to do, to get my Servlets NOT to do this? Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

DBCP - connection pool exhausted

2002-10-27 Thread neal
details for DBCP (I replaced the sensitive data with 'x'). Please let me know if anyone knows why I might be having this error. Thanks! Neal Context path= docBase= debug=10 Resource name=jdbc/x auth=Container type=javax.sql.DataSource / ResourceParams name=jdbc/x

RE: DBCP - connection pool exhausted

2002-10-27 Thread neal
. Please tell me if that's incorrect. Thanks. Neal -Original Message- From: p22 [mailto:p22;hotmail.com] Sent: Sunday, October 27, 2002 6:56 PM To: Tomcat Users List Subject: Re: DBCP - connection pool exhausted 1. make sure that you have closed all the resultset, stmt

DBCP Woes!

2002-10-28 Thread neal
to receiving the connection pool exhausted error, I recieve this error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Might this mean there is something else, other than simple release of Connections happening here? Any ideas what this might mean? Thanks. Neal

RE: DBCP Woes!

2002-10-28 Thread neal
it a thorough read tonight and see if I can get this thing to behave any better, per the suggestions in the doc. Thanks. Neal -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Monday, October 28, 2002 3:48 PM To: Tomcat Users List Subject: Re: DBCP Woes

RE: DBCP Woes!

2002-10-28 Thread neal
release) to deplete my pool (in this case 100), this shouldn't have exhausted my pool shoult it have? Thanks. Neal -Original Message- From: Dan Lipofsky [mailto:danlip;nuserve.com] Sent: Monday, October 28, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: Re: DBCP Woes! Are you releasing

RE: DBCP Woes!

2002-10-29 Thread neal
still get this message (along with a failure) from time to time. Does anyone know why? javax.naming.NameNotFoundException: Name jdbc is not bound in this Context This is a different message than I was getting when I was having problems with the DBCP pool being exhausted. Thanks! Neal

RE: DBCP Woes!

2002-10-29 Thread neal
don't even know where this class is defined or called!!! :( Neal Still having DBCP problems. I ensured that all my connections, statements, and resulset objects are being properly released when using DBCP for connection pooling. I've enabled recoverAbandoned. It seems that yes I did have some

RE: DBCP Woes!

2002-10-29 Thread neal
I considered poolman but it doesn't look like its supported or even available from the website to download anymore. Is this the case? I have heard good things about it. Don't suppose you understand this JDBC conext binding error, do you? Thanks. Neal -Original Message- From: Mike

RE: DBCP Woes!

2002-10-29 Thread neal
there successfully using DBCP? I don't know if it matters but I'm using 4.0.4 and had to install all the classes myself. It didn't come with Tomcat as it curently does in 4.1. Neal -Original Message- From: Mike Jackson [mailto:mjackson;cdi-hq.com] Sent: Tuesday, October 29, 2002 3:44 PM

RE: DBCP Woes!

2002-10-29 Thread neal
connections directly through JDBC, without the use of DBCP, no problem. Please let me know if you can think of anything Thanks! Neal Context path= docBase= debug=5 Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=dbcp_ suffix=.log timestamp

RE: DBCP Woes!

2002-10-29 Thread neal
the web.xml and then its avail for reference. BUT, why was it working before (and why is it still working on my laptop) with out the web.xml reference, and with these exact context paths? So confusing. :( Neal -Original Message- From: neal [mailto:nealcabage;yahoo.com] Sent: Tuesday

RE: DBCP Woes!

2002-10-29 Thread neal
Thanks for the poolman links. Well, I'm invested in DBCP already so I'll give it another day to explain itself to me. ;-) It not by then, I think I'll dive into Poolman. Thanks. Neal -Original Message- From: Mike Jackson [mailto:mjackson;cdi-hq.com] Sent: Tuesday, October 29, 2002 4

RE: DBCP Woes!

2002-10-29 Thread neal
reasons why that would have been working 10 hours ago, but isn't now? I didn't even alter the server.xml file until *after* this became an issue. Thanks. Neal -Original Message- From: micael [mailto:caraunltd;harbornet.com] Sent: Tuesday, October 29, 2002 5:09 PM To: Tomcat Users List

RE: DBCP Woes! Ahaa!

2002-10-29 Thread neal
be nested within the same host? But to have different urls resolve the only way I know to do it, is via a seperate host node, per domain: Host name=hotel.us appBase=webapps/hotel Context path= docBase= debug=5/ /Host Any thoughts? Thanks everyone for your help Neal

RE: DBCP Woes! Ahaa!

2002-10-30 Thread neal
Thanks for all the info. Yeah, I'm using 4.0.4 so I guess that resources link won't work. Too bad. I will take a look at the default context though. That sounds like it fits my scenario perfectly. Thanks! Neal -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org

RE: DBCP Woes! Ahaa!

2002-10-30 Thread neal
connections? Thanks Neal -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Tuesday, October 29, 2002 10:16 PM To: Tomcat Users List Subject: RE: DBCP Woes! Ahaa! On Tue, 29 Oct 2002, neal wrote: Date: Tue, 29 Oct 2002 18:48:20 -0800 From: neal [EMAIL PROTECTED

Tomcat standalone - traffic logs???

2002-10-30 Thread neal
the information, and to do so cleanly so that the info can be consumer by Webalizer? Thanks! Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Tomcat standalone - traffic logs???

2002-10-30 Thread neal
Excellent! Thanks! :) -Original Message- From: Luc Santeramo [mailto:luc.santeramo;univ-avignon.fr] Sent: Wednesday, October 30, 2002 2:22 AM To: Tomcat Users List Subject: Re: Tomcat standalone - traffic logs??? At 03:14 30/10/2002 -0800, you wrote: I'm using Tomcat Standalone and

RE: Tomcat standalone - traffic logs???

2002-10-30 Thread neal
directory=C:/logdir/ prefix=access_log. suffix=.txt pattern=common/ Hope it helps -reynir -Original Message- From: neal [mailto:nealcabage;yahoo.com] Sent: 30. október 2002 11:15 To: Tomcat Users List Subject: Tomcat standalone - traffic logs??? I'm using Tomcat

session data across subdomains

2002-11-02 Thread neal
? And, is there a work around such as using the non-cookie session? Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Half the logging in tomcat-4.1.12

2002-11-04 Thread neal
Was your debug setting for the Host in your server.xml file affected during the upgrade? -Original Message- From: Michael Delamere [mailto:mdelamere;morelogs.de] Sent: Monday, November 04, 2002 1:28 AM To: [EMAIL PROTECTED] Subject: Half the logging in tomcat-4.1.12 Hi, I recently

RE: Half the logging in tomcat-4.1.12

2002-11-04 Thread neal
what happened to your logs but it was a thought. Good luck Neal -Original Message- From: Michael [mailto:home;michael-delamere.de] Sent: Monday, November 04, 2002 2:05 AM To: 'Tomcat Users List' Subject: RE: Half the logging in tomcat-4.1.12 I don´t know to be honest. What would

Logging UserAgent (browser)

2002-11-05 Thread neal
Is it possible to instruct Tomcat to log the HTTP UserAgent (Aka which browser), in the access logs? Thanks! Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Logging User-Agent

2002-11-05 Thread neal
=org.apache.tomcat.logging.AccessLogInterceptor logFile=logs/AccessLog format='%h %l %u %t %r %s %b %{User-Agent}'/ Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Logging UserAgent (browser)

2002-11-06 Thread neal
to explicitly define a format)? If so, what would the association be there? I failed to find this information in the tomcat manual. :( Thanks. Neal -Original Message- From: Tim Funk [mailto:funkman;joedog.org] Sent: Wednesday, November 06, 2002 4:14 AM To: Tomcat Users List Subject: Re: Logging

RE: Logging UserAgent (browser)

2002-11-06 Thread neal
Really?!?!?! yeah I'm using 4.0.4 so I guess it should have worked. :-\ I restarted my server and looked for the most recent entries in the log. Do I need to delete the existing log? Or something else to restart it? Thanks. Neal -Original Message- From: Shapira, Yoav

RE: Logging UserAgent (browser)

2002-11-06 Thread neal
formats (combined and common) compare to the logging patterns used in Apache? Thanks. Neal -Original Message- From: Shapira, Yoav [mailto:Yoav.Shapira;mpi.com] Sent: Wednesday, November 06, 2002 10:48 AM To: Tomcat Users List Subject: RE: Logging UserAgent (browser) Hi, What version

Access log - single file, or multi day files

2002-11-06 Thread neal
that app a lot easier. I don't know. Does anyone have any opinion in this regard? Also, how do you have it write to a single file? Is there some timestamp attribute I can set? I didn't see one? Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

RE: Access log - single file, or multi day files

2002-11-06 Thread neal
Nah. I'm doing this all with Tomcat Standalone. No Apache. I was new to all of this at the time I made that decision and didn't realize Tomcat with Apache was the default config. Thanks though. :) Neal -Original Message- From: Tim Funk [mailto:funkman;joedog.org] Sent: Wednesday

RE: apache/tomcat performance

2002-11-07 Thread neal
. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: apache/tomcat performance

2002-11-07 Thread neal
Cool thanks. Good info to know. I agree - fast enough is good enough for me right now. And, in fact I chose to go with Tomcat standalone on the project I am just about to launch. Nonetheless, I just wanted to know the basis for the argument to go the Apache route. Thanks for the info. Neal

sending SMS messages

2002-11-08 Thread neal
this? Or, is it possible to install J2ME on a webserver, as a compliment to JDK? Thanks. Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: sending SMS messages

2002-11-08 Thread neal
Really? That simple huh? Cool! Thanks. Neal -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Friday, November 08, 2002 12:12 PM To: 'Tomcat Users List' Subject: RE: sending SMS messages That's exactly how it works for me, as well. Alternatives might be something

RE: sending SMS messages

2002-11-08 Thread neal
Kickass - it works! :) for anyone using cingular out there ... the format for a msg to cingular is: 1[your 10 digit phone number]@mobile.mycingular.com ..and there's a 160 char limit on the messages. Cheers. Neal -Original Message- From: micael [mailto:caraunltd;harbornet.com] Sent

Session Cookie

2002-11-13 Thread neal
to simultaneously (a) expire after 10 minutes, and (b) terminate when browser is closed? Thanks! Neal -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Session Cookie

2002-11-14 Thread neal
Hmm ... interesting workaround. Yeah, I suppose that would work. Thanks for the tip. :) So I take it this is confirmation though that I am correct? That you can't have a cookie that *both* expires by a certain time and will expire when the browser is terminated? Thanks. Neal -Original

tomcat redirects to default page

2002-11-18 Thread neal
? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: tomcat redirects to default page

2002-11-18 Thread neal
expectation. Any thoughts? Thanks! Neal -Original Message- From: Carsten Ziegert [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:40 AM To: Tomcat Users List Subject: Re: tomcat redirects to default page Neal, I suppose index.jsp *is* the default page. Welcome pages

Tomcat + Search Engines

2002-11-18 Thread neal
/index.jsp) is going to knock me down a few pegs on some of the search engines. a. Is this true? b. Is there a way around it or do I have to submit my url at www.myurl.com/index.jsp, rather than www.myurl.com? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

auto-redirect to default page - undesired

2002-11-18 Thread neal
the difference here may be to forward the user versus redirecting them. Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: auto-redirect to default page - undesired

2002-11-18 Thread neal
the request using RequestDispatcher.forward(/path_to_somewhere to what ever place you want, then remove the welcome-files from web.xml, if you don't want that functionality. I think that might work for you. Hope it helps [EMAIL PROTECTED] -Original Message- From: neal [mailto:[EMAIL PROTECTED

RE: auto-redirect to default page - undesired

2002-11-18 Thread neal
worked (e.g. , /*, *, */, etc). Thanks. Neal -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:54 PM To: Tomcat Users List Subject: RE: auto-redirect to default page - undesired You could map a servlet or jsp to the path / that dispatches

RE: auto-redirect to default page - undesired

2002-11-18 Thread neal
! 2. base apparently isn't supported by Netscape 4.7 so even if the above was working, this still would not apparently be an option for some of the older but still supported browsers. :( Any other thoughts? I'm not to keen on this 'feature'. Thanks. Neal -Original Message- From: Craig R

Response.ContentType - not always setting contentType in Header

2002-11-26 Thread neal
that is any different from the other pages. In the XsLTs I specify output as HTML on all the pages. Very confusing. Any thoughts as to why this might happen or how to correct it? I think it may be causing me search engine indexing problems. Thanks. Neal attachment: winmail.dat-- To unsubscribe, e

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread neal
then, I guess the only really difference that I'm seeing so far is that they read from the request header. but I can't imagine that this would make a difference. :( Thanks. Neal -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 11:27 AM

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread neal
and thus should not affect the output. In fact, the status code is 200 (not 302 in the case of a redirect). So then, I guess the only really difference that I'm seeing so far is that they read from the request header. but I can't imagine that this would make a difference. :( Thanks. Neal

RE: Response.ContentType - not always setting contentType in Header

2002-11-27 Thread neal
. Well, the real reason I am worried about this is that I heard a rumor that this could affect search engine crawling - that is may prevent some engines from crawling the content. Does anyone know if this is true? Thanks. Neal -Original Message- From: David Tildesley [mailto:[EMAIL

SEO and servlets

2002-12-04 Thread neal
with Google and other major engines? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: SEO and servlets

2002-12-06 Thread neal
it ... but I'm beginning to think perhaps not. :( Anyway, thanks for your thoughts. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 6:55 PM To: Tomcat Users List Subject: Re: SEO and servlets On Wed, 4 Dec 2002, neal wrote

RE: SEO and servlets

2002-12-07 Thread neal
Those are both very good points I hadn't considered - thank you! :) Neal -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 6:35 PM To: Tomcat Users List Subject: RE: SEO and servlets On Fri, 6 Dec 2002, Cox, Charlie wrote: Date

anyone recieve this email?

2002-08-18 Thread neal
Can anyone hear me? Is anyone recieving this email? Please respond. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat - IP binding for multiple web apps

2002-08-18 Thread neal
in the docs how to bing a single IP to Tomcat either DO I need to usa Appche (via Warp) to do this or something? Note: I am currently running standalone Tomcat 4.0.3, on Win2k, profesisonal. Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: Tomcat - IP binding for multiple web apps

2002-08-18 Thread neal
! :) Neal -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 12:43 PM To: 'Tomcat Users List' Subject: RE: Tomcat - IP binding for multiple web apps Modify your Http/1.1 Connector and add an address attribute to specify which IP address to listen

RE: ?? Tomcat and System.out ??

2002-08-19 Thread neal
a framework like Struts? THanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

mySql - Connector/J - connection pooling?

2002-08-19 Thread neal
their own? use a framework like Struts? THanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat and connection pooling

2002-08-21 Thread neal
. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

startup/shutdown Tomcat on Linux

2002-08-25 Thread neal
to start/restart/shutdown tomcat. Thanks in advance! Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

multiple discreet web apps

2002-08-25 Thread neal
confused me more ... if anyone would be kind enough to explain this to me, I would greatly appreciate it. :) Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: startup/shutdown Tomcat on Linux

2002-08-25 Thread neal
, CATALINA_HOME, CATALINA_TMPDIR, JAVA_HOME) and control is returned to the shell ... but Tomcat still isn't returning any pages to my browser. It was working fine before I restarted the server. :-\ Any thoughts? Thanks. Neal -Original Message- From: Randall R Schulz [mailto:[EMAIL PROTECTED

Tomcat log in linux

2002-08-26 Thread neal
and the logs look relatively empty. Thanks. NEal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Servlet output returned as a file

2002-08-26 Thread neal
What did you set the Content-type as? It should be test to html/text. If it is set to a type not supported by your browser it may ask you to save it as a file. Neal -Original Message- From: Nehemia Litterat [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 12:03 AM To: [EMAIL

Can't restart Linux

2002-08-26 Thread neal
to the server.xml file and restarted the server. Since then I've removed those additional nodes, rebooted, and again attempted to to start Tomcat. Still no luck. Any thoughts? Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Can't restart Linux

2002-08-26 Thread neal
sits there indefinitely with the message in the status bar opening page ... and the url). Neal -Original Message- From: Jacob Vennervald Madsen [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:01 AM To: Tomcat Users List Subject: RE: Can't restart Linux In the server.xml

RE: Can't restart Linux

2002-08-26 Thread neal
Actually, I found another file that contained all the system err out info - logs/catalina.out. I was able to resolve the problem with this debug info. Thanks for the tip! :) Neal -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:24 AM To: Tomcat

RE: Can't restart Linux

2002-08-26 Thread neal
. That and discoving the catalina.out file. :) Cheers. Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:57 AM To: 'Tomcat Users List' Subject: RE: Can't restart Linux Please give us more information. Be specific. What URL is not giving

creating virtual hosts - HOW TO?

2002-08-26 Thread neal
specifying the Context node. grrr Any thoughts? Thanks! Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread neal
Jacob, Cool thanks! I just had to play with those settings but in principal you're right on the money! Here's what finally worked: Host name=www.hotel.us appbase=webapps/hotel debug=10 Context path= docBase= debug=10 / /Host Cheers! Neal -Original

env variable keeps resetting on restart of server

2002-08-26 Thread neal
Does anyone know why my JAVA_HOME environment variable won't keep when I restart the server (Linux)? Here's how I set it (note I set TOMCAT_HOME the same way and it hasn't been a problem): JAVA_HOME=/usr/java/j2sdk1.4.0_01; export JAVA_HOME Thanks. Neal -- To unsubscribe, e-mail: mailto

RE: env variable keeps resetting on restart of server

2002-08-26 Thread neal
Thanks John, I did not realize this. I'll make this change. :) Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 11:32 AM To: 'Tomcat Users List' Subject: RE: env variable keeps resetting on restart of server If you are setting

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread neal
Aah. Good catch. Yeah, you're right ... that's what its doing. Alright. I will definitely change that. Cheers. Neal -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 12:45 PM To: Tomcat Users List Cc: Jacob Kjome Subject: RE

RE: creating virtual hosts - HOW TO?

2002-08-26 Thread neal
to www.hotel.us/index.html. I would prefer that it simply show www.hotel.us and figure out which page to display behind the scenes. Does anyone know how to configure that? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: creating virtual hosts - HOW TO?

2002-08-27 Thread neal
. Is there something else you were referring to that I'm not aware of? Thanks. Neal -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:37 PM To: Tomcat Users List Subject: RE: creating virtual hosts - HOW TO? Look at struts. At 02:32 PM 8/26/2002 -0700

Connector/J - which version to use (2 or 3 beta)?

2002-08-28 Thread neal
be other important new features to consider. Does anyone have any recommendations? FYI - I'm woriking with Tomcat 4.0.3 and will be doing conn pooling via JNDI on tomcat. Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat JDNI Conn Pooling

2002-08-28 Thread neal
, in your $JAVA_HOME/jre/lib/ext or anywhere else, so dont. Umm ... what collections and pool jarfiles? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Setting up connection pooling via JNDI

2002-08-28 Thread neal
(or is it) with Tomcat4??!?!?! Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Poolmam vs. Tomcat's JNDI (DBCP, Pool)

2002-08-28 Thread neal
Do you guys prefer Tomcat JNDI over PoolMan? It is looking like (from the multiple installs and the significant configuration details) that Poolman is a lot easier to setup and use that Tomcat's JNDI option. Anyone have an opinion? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
Nope. I read somewhere that its bundled with v4.1. I'm using 4.0.4. So, I guess I have to download DBCP, collections, and pool and place them into my common/lib dir (???). Neal -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:19 PM

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
referenced email, I read that these were added back into version 4.1 ... apparently there's something else (Tyrex??) being used in the version of Tomcat I have installed. If there's something I'm missing then please ... spell it out for me! Neal -Original Message- From: micael [mailto:[EMAIL

RE: Setting up connection pooling via JNDI

2002-08-28 Thread neal
Yeah, I just downloaded the jars and I think I'll give this a shot. Thanks. Neal -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 10:29 PM To: 'Tomcat Users List' Subject: RE: Setting up connection pooling via JNDI Just drop the pool

DBCP - slow to starup

2002-08-29 Thread neal
before the first page is returned. Is this typical? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Are you successfully using DataSources with MySQL?

2002-08-29 Thread neal
that's not blank (must have a pwd)? If you'd like I can email you my server.xml and web.xml files for reference. Email me directly if you'd like to take a look. BTW, I'm using 4.0.3, not 4.0.4 but I presume its the same ball of wax. Cheers. Neal -Original Message- From: [EMAIL PROTECTED

OT - Jdk1.4 XML support

2002-08-29 Thread neal
, or are you guys still subbing out with Xerces or something else (and is Xalan sufficient or are you overriding it for XsLT)? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DBCP: optimum settings

2002-08-30 Thread neal
would be optimum with this config, off hand? Just trying to get a basic idea. Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: OT - Jdk1.4 XML support

2002-08-30 Thread neal
Cool. That answers that question, I suppose. ;-) Neal -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:11 PM To: Tomcat Users List Subject: Re: OT - Jdk1.4 XML support On Thu, 29 Aug 2002, neal wrote: Date: Thu, 29 Aug

RE: OT - Jdk1.4 XML support

2002-08-30 Thread neal
Thanks. One last question about this ... do you know if XSLTC (translets) were bundled? I'm not seeing it in the 1.4 API, but apparently its part of Xalan2, which I believe was the version that would have been bundled with JDK1.4 Thanks. Neal -Original Message- From: Craig R

global.jsa

2002-09-03 Thread neal
, populate, and cache a few objects upon startup of the application. If Tomcat does not provide a global.jsa...does anyone know how otherwise to achieve the goal? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: global.jsa

2002-09-03 Thread neal
Thanks. No global.jsa, eeh? The web.xml is a good way to go if you have flat variables that you want placed into the application object ... but can you instantiate objects there? Can you specify scope of those objects or will it presume application scope? THanks. Neal -Original Message

RE: global.jsa

2002-09-03 Thread neal
it. Do you know the syntax of the top of your head for specifying an onStartup servlet in the web.xml file? Thanks for your help. Neal -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 2:14 AM To: 'Tomcat Users List' Subject: RE

RE: global.jsa - Struts

2002-09-04 Thread neal
an onStartup servlet in the web.xml file? Thanks for your help. Neal -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 2:14 AM To: 'Tomcat Users List' Subject: RE: global.jsa Why don't you just declare the object you want to use as having

RE: global.jsa - Struts

2002-09-04 Thread neal
to determine which JSP to show and which class to use to process any data coming from that JSP...and maybe this data is mapped into an XML or props file. This is pretty much what you're doing too? Neal -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September

SSL

2002-09-04 Thread neal
there. Since I've never done this before I thought I'd double check with the experts before escalating the argument. That said, you can apply the SSL directly to Tomcat, right? :) Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: global.jsa

2002-09-04 Thread neal
Actually, I just checked p 43 ... its talking about the init() and detroy methods() of a servlet. You sure that was 2nd edition? :) Neal -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 12:23 PM To: Tomcat Users List Subject: RE: global.jsa

RE: SSL

2002-09-05 Thread neal
. BTW - I have root access as this is my own dedicated server. :) Thanks. Neal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 5:42 AM To: 'Tomcat Users List' Subject: RE: SSL Yes, you can use SSL directly with Tomcat. The HOWTO

SSL - cannot find /root/.keystore

2002-09-06 Thread neal
and exists in my java/j2sdk/bin directory. Perhaps these files are suppose to go at the root or something? But none of these generated files are of type *.keystore. Also, is there an attribute for the SSL connector where you can specify location of these docs? Thanks. Neal -- To unsubscribe, e

RE: SSL - cannot find /root/.keystore

2002-09-06 Thread neal
Actually, I just did a more thorough read of the docs and found the answer. It's still not working ... but I found the answer to the two questions. :) -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 1:46 PM To: Tomcat Users List Subject: SSL

Tomcat standalone Versus Apache

2002-09-06 Thread neal
? Security? Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat standalone Versus Apache

2002-09-06 Thread neal
standalone in production is foolish, right? Thanks. Neal -Original Message- From: Randy Secrist [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 2:44 PM To: Tomcat Users List Subject: Re: Tomcat standalone Versus Apache I have heard reports, (although never seen actual numbers

  1   2   3   >