tomcat 3.2.4

2005-10-11 Thread Steve Souza
7;t moved to the new architecture yet. Many many thanks! Regards, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: NoSuchElementException in DeltaRequest

2005-10-03 Thread Steve Mactaggart
When do we expect 5.0.30 to be release as final? I need to deploy the fix to production and I'm a not able to deploy beta versions. Steve > -Original Message- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Saturday, 10 September 2005 8:41 PM > To: Tomcat Users L

Re: Options to prevent web app from being available if DB not available?

2005-09-26 Thread Steve Dodge
pping initialization if no connectivity. Steve Mike Miller wrote: Hi, I am looking for options to prevent my web application from being available if our database is not available. I've used context listeners in the past, but since you can return a bad return code they don't like the cleanest ap

Re: classloader issue on jboss3.2.2 for tomcat4.1

2005-09-16 Thread Steve Dodge
oader. So, I had to add those same jars into all my wars. On a side note, JBoss 4.0.x does a much better job with this. Steve lio tomcat wrote: Hello world, For some reason, i had to change default conf of my jboss 3.2.2 in order to avoid the use of jboss class loader. It's now set

Re: Two elements problems

2005-09-15 Thread Steve Dodge
hosts this time. Now I have . Thanks Steve. I will try that. Regarding your question to me, I have tried two different approaches. My first approach was to bind an additional IP address to the one NIC I had in the XP box using the Advanced button in TCP/IP setup for the NIC. I struggled th

Re: Virtual Hosts

2005-09-15 Thread Steve Dodge
You probably want to change the appBase. You can control the contexts by creating a context snippet in conf/[Engine name]/[Host name] or add it to META-INF/context.xml in each war. Hope that helps, Steve Durfee, Bernard wrote: Okay, so I created two elements in my server.xml

Re: Two elements problems

2005-09-15 Thread Steve Dodge
ated an index.jsp at the root of l_webapps Restarted tomcat .. now http://littlehost:8081/ servers up content. Good Luck Steve Barnett, Brian W. wrote: netstat -an results (snippet) Proto Local Address Foreign AddressState TCP166.70.163.138:80 0.0.0.0:0

Unable to redirect from Windows 2003 server 64 bit and IIS 6.0 to Tomcat 4.1.31 using JK2 ajp1.3

2005-09-15 Thread Theby, Steve
requests directly to Tomcat via 8080 work. We have the same environment working ok on Windows 2003 server 32 bit. Has anyone got Tomcat, JK2/ajp1.3 OR JK 1.2.14 working with IIS 6.0 under Microsoft 2003 Windows 64 bit? Thanks for your experience and ideas! Steve Environment Installed

Re: Two elements problems

2005-09-14 Thread Steve Dodge
If you do a netstat -ln (cygwin) do you see two network sockets listening on port 80? 166.70.163.138:80 166.70.163.140:80 If not, the problem is at a lower level than tomcat. Steve Barnett, Brian W. wrote: I have two elements defined like this in my server.xml file, each one

Re: workers.properties load balancing

2005-09-10 Thread Steve Dodge
d the worker. Thanks, Steve Rainer Jung wrote: Hi Steve, not a bug in 1.2.6 either: You have used the attribute balance_workers: worker.router.balance_workers=worker1,worker2 Version 1.2.6 only knew about balanced_workers. See the tiny difference? In 1.2.14 you can use either of bot

Re: workers.properties load balancing

2005-09-09 Thread Steve Dodge
Steve Dodge wrote: JK 1.2.14 with Tomcat 5.0.28 and Apache 2.0.52 on Linux RH AS4, Tomcats are installed on different machines. I cannot get a load balancing worker to work. mod_jk forwards request to tomcat just fine as long as I don't try and use a load balancing worker in my worker

Re: JSP on RHEL4 with Apache httpd RPM?

2005-09-09 Thread Steve Dodge
ve a tomcat webapp that serves jsp's such as http://localhost:8080/mywebapp, then you can map jsp requests to that webapp using JkMount /mywebapp/*.jsp Hope that helps, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

NoSuchElementException in DeltaRequest

2005-09-08 Thread Steve Mactaggart
oginCmd.java:111) I believe we are using tomcat 5.0.29 running under Linux. Any ideas on what is causing this one? Steve Mactaggart Best Bets - To unsubscribe, e-mail: [EMAIL PROTECTED] For

workers.properties load balancing

2005-09-08 Thread Steve Dodge
t the load balancer worker into the list, the whole workers configuration is bad. Thanks in advance, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

isapi_redirect dll location

2005-09-03 Thread Steve Ochani
has forgotten everything he learned in school. -Albert Einstein Steve O. http://www.steveo.us New pics: B17G and B24 http://www.steveo.us/B17-B24/ B17G WWII Bomber "Yankee Lady" Flight I took http://www.steveo.us/b17ride SUNY NCC Physical Sciences Dept. Network Admin SUNY NCC MATH/COM

Re: get is not supported

2005-08-24 Thread Steve Ochani
Hi, I'm not sure if this is the answer but You have both parameters for doGet method as HttpServletRequest, the 2nd parameter is supposed to be of type HttpServletResponse -Steve O. On 24 Aug 2005 at 14:17, Christian Stalp wrote: > Hello out there, > I working on a new servlet and

OutOfMemoryError

2005-08-05 Thread Steve Sheerin
From: Steve Sheerin Sent: Thursday, August 04, 2005 2:29 PM To: '[EMAIL PROTECTED]' Subject: OutOfMemoryError I have a new Tomcat based server that is coming up with this error when communicating with the server. Most of the time it works great, but every now and then w

RE: Newbie: Installing Admin on Tomcat

2005-08-03 Thread Steve Delaney
Assuming you are configured to use folder names when you unzip, doing so will essentially create a directory structure that is parallel to the default Tomcat installation (C:\Program Files\Apache Software Foundation\Tomcat 5.5) Just unzip the Admin files into their own, separate directory, then cop

Newbie Virtual Host Question

2005-07-25 Thread Steve Delaney
Help! I'm sure my problem boils down to simple syntax, but I've been wrestling with it for days so its time to ask... I'm running a default installation of Tomcat 5.5.9 on Windows XP purely for development/training purposes. As a matter of principal I like to keep all my data separate from my othe

Re: Apache + Tomcat with Mod_jk

2005-07-08 Thread Steve Ochani
> > > Try here. > > http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32 > / Those are for windows, he is running linux (for the webserver at least). http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/linux/ If you are not running a ppc (powe

Re: Apache2+jk+tomcat5.028+uri utf-8 [NOT] SOLVED

2005-07-01 Thread Steve Chen, Fu-Hsiang
giving same error. The only difference is the hardware but I doubt hardware would cause jk malfunctioning. I attached the post I sent few days back for you reference. Maybe we can discuss more about this later. Regards Steve Here is my post: I have searched every

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Steve Ochani
Hi, As you test, can you load a servlet through apache httpd? Such as http://www.xyz.com/testservlet You should make a simple servlet that just has the doGet method to test. -Steve O. > System: Solaris SunOS 5.9 > Apache: 2.0.52 > Tomcat: 4.1.31 > Mod JK: 1.2.6 > The problem

Re: New user, help!

2005-06-22 Thread Steve
Guru -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff also, and as I understand, for development I do not need to install Apache at all. Tomcat will act as a static web page server.

Re: New user, help!

2005-06-22 Thread Steve
I am a newbie at this stuff also, and as I understand, for development I do not need to install Apache at all. Tomcat will act as a static web page server. I am using eclipse so I dont even want Apache installed. Just redirect everything to localhost:8080 Steve Jon Wingfield wrote: You need

Tomcat Version detection

2005-06-20 Thread Steve Vanspall
uld i look to find the tomcat version? Regards Steve

Re: got an error for a admi-entry

2005-06-20 Thread Steve Ochani
Hi, You don't have the admin rolename defined. On 20 Jun 2005 at 18:17, Christian Stalp wrote: > Hello out there. > I have the really weirdest Tomcat-installation ever!!! > I installed it for a new time on Debian-Linux. With the stable > Debian-Packages! But then I try to make a new entry into

Welcome file list

2005-06-05 Thread Steve Forster
Hi, this is probably a basic question but I could really use a hand. Is there a way to simply read/display www.mydomain.com without redirecting to index.jsp? I found out how to do the opposite in web.xml index.jsp index.html index.htm TIA Steve

Re: tomcat newbie : cant make a simple servlet work

2005-06-04 Thread Steve Ochani
Hi, This servlet worked for me: http://www.matcmp.ncc.edu/~steve/servlets/simpleservlet I used the following inside my web.xml SimpleServlet servlets.SimpleServlet SimpleServlet /servlets/simpleservlet (I compiled it as part of package servlets but

RE: tomcat 5.5.9 does not read context.xml

2005-06-02 Thread Steve Kirk
yes context.xml is fine in META-INF. in fact it is preferred over having it in server.xml. your alternative is to put it in conf/enginename/hostname/yourwebappname.xml (which is in fact what TC will do for you when it unpacks the war). I don't know that you can have the context path name differ

Repeated logging problem on 5.5

2005-06-02 Thread Steve Kirk
I have a double-logging problem, by which I mean that some of my log messages get logged to two logfiles. I have only one logfile configured using java.util.logging, but in some cases, the same log message gets logged to the TC stdout log as well, which I don't want. It's not the end of the

RE: invoking Thread.Sleep() from a servlet instance

2005-06-01 Thread Steve Kirk
I have used Thread.sleep() in a webapp, but not within a servlet as such. I wrote Runnable classes that were started in their own thread of execution when the webapp started up. This worked fine. > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Tuesday 31 May 200

RE: Where is the compatibility package to download?

2005-05-31 Thread Steve Kirk
Main downloads page http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi See links at bottom of 5.5.9 section > -Original Message- > From: Dave Guzda [mailto:[EMAIL PROTECTED] > Sent: Tuesday 31 May 2005 15:42 > To: tomcat-user@jakarta.apache.org > Subject: Where is the compa

RE: Adding content/JSPs on the fly

2005-05-27 Thread Steve Kirk
cific reasons, so I have to decide whether to stop using Java or accept it as good at what it is designed for. And that's an easy choice to make :) > -Original Message- > From: Will Hartung [mailto:[EMAIL PROTECTED] > Sent: Friday 27 May 2005 20:38 > To: Tomcat Users List >

RE: Question: Steve Kirk

2005-05-27 Thread Steve Kirk
what goes around comes around. Most of the real expertise and hard work in TC is provided by the team of volunteers behind the scenes. > -Original Message- > From: Mike Baliel [mailto:[EMAIL PROTECTED] > Sent: Friday 27 May 2005 19:58 > To: Tomcat Users List > Subject: Que

RE: Adding content/JSPs on the fly

2005-05-27 Thread Steve Kirk
It sounds reasonable, but probably isn't tested or "by design", so probably best to just have a go. Re portability, the best advice I can offer is an old chestnut: read the servlet spec. This is particularly relevant in this case. The spec is generally pretty good at telling you you pretty accu

RE: my build "structure"..opinions wanted

2005-05-27 Thread Steve Kirk
most things are possible with a little scripting. > -Original Message- > From: gabor [mailto:[EMAIL PROTECTED] > Sent: Friday 27 May 2005 15:12 > To: Tomcat Users List > Subject: Re: my build "structure"..opinions wanted > > > On Fri, May 27, 200

RE: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Steve Kirk
Servlet runs out of memory while compiling some jsp > > files using fork=true > > > > > > > > Hi, > > > > no the webapp is running whole time without redeployments. > > The jsp pages are quite large, 5000-1 rows and there are > > many of them. >

RE: jspServlet runs out of memory while compiling some jsp files using fork=true

2005-05-27 Thread Steve Kirk
Is the problem caused because you redeploy the whole webapp each time? Could you just deploy only those files that have changed? I can't imagine that this leads to overloading unless the numbers are massive...? > -Original Message- > From: Vesa Varimo [mailto:[EMAIL PROTECTED] > Sent: Fr

RE: my build "structure"..opinions wanted

2005-05-27 Thread Steve Kirk
Don't leave the source on the production server, but it's fine in development. Strictly speaking your source files are inaccessible by web clients if they are under WEB-INF, but better safe than sorry. Why not store the src in another folder altogether - eclipse won't care where it is presumably

RE: Logging into rational database....

2005-05-27 Thread Steve Kirk
I think there is a DBCP logger, but this is for the Java code logging statements, rather than for the access log AFAIK. Can't remember where I read this. Probably on the TC site, try starting here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/index.html > -Original Message- > From:

RE: Error filterStart in org.apache.catalina.core.StandardContext start

2005-05-27 Thread Steve Kirk
Are you by any chance running on a server that has no video card/monitor? A few years ago a colleague mentioned that the headless=true is required in this situation, something to do with whether the AWT classes need to be loaded, my memory is a bit vague on it. You have 4 forward slashes but the

RE: Are we required to move to Tomcat 5.5 in order to move to JDK 1.5

2005-05-27 Thread Steve Kirk
gt; > > And, oops, I'm sorry for spreading the original FUD - > Following this > > thread, I've just tried again to get everything working on > > tc5.0/jdk1.5 and hey-presto, everything ok - guess I must've had TC > > running on jdk1.4 after all... &g

RE: servlet request time out ?!

2005-05-26 Thread Steve Kirk
th the request and based > on my log I can > see the request is being processed but there is no response > after the doPost > method is finished. > > I can still give it try with connectionTimeout="0", but don't > expect it to > help. > > Ross >

RE: servlet request time out ?!

2005-05-26 Thread Steve Kirk
I haven't tested this myself, so I'm only going on what the docs say (5.5): http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html If I've understood correctly, this doc seems to say that the connectionTimeout param doesn't have the effect Angelov is looking for - it sets the max time

RE: Implementing custom session expiration rule

2005-05-26 Thread Steve Kirk
You could implement a filter that checked the time since last visit, and if the session had expired according to your custom rule, invalidate the session and redirect to appropriate page such as login. You'd have to make sure that the "default" session time set in server.xml was longer than the ma

RE: Tomcat/Personal Web Server Problem

2005-05-26 Thread Steve Kirk
gives you the clue that TC is starting and running on the ports that you think it is. What version OS are you on? > -Original Message- > From: Robin Rembish [mailto:[EMAIL PROTECTED] > Sent: Thursday 26 May 2005 15:21 > To: Tomcat Users List > Subject: Re: Tomcat/Personal

RE: Showing Tomcat Icon rather than DOS icon

2005-05-26 Thread Steve Kirk
in, then I think what you are trying to do is what used to be done via a "PIF" file. These no longer exist in more recent versions of windows AFAIK. Sorry, not sure how to do it. > -Original Message- > From: Dakota Jack [mailto:[EMAIL PROTECTED] > Sent: Thursday 26 May 2

RE: Tomcat/Personal Web Server Problem

2005-05-26 Thread Steve Kirk
run JWS myself so am best-guessing based on TC experience. > -Original Message- > From: Robin Rembish [mailto:[EMAIL PROTECTED] > Sent: Thursday 26 May 2005 12:59 > To: Tomcat Users List > Subject: Re: Tomcat/Personal Web Server Problem > > > Steve, > > Th

Logging to two logfiles by classes instantiated by init

2005-05-26 Thread Steve Kirk
I have always used 2 ways of logging. Mainly I use java.util.logging classes, including a custom Formatter that I wrote myself. I do not use log4j. When my webapp first starts, the init() method of my own custom Invoker servlet loads the config for my main logging code is loaded from web.xml us

RE: Context Class with Tomcat 5.5.7

2005-05-26 Thread Steve Kirk
You might not need code/docs to do that, you might be OK just reading the JNDI how-to: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html See also this page. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html If you do need the docs, you could maybe use

RE: [OT] RE: DNS Request distribution and TCP NAT distribution For Tomcat Cluster

2005-05-26 Thread Steve Kirk
> Yup. So anyone using your ISP's DNS servers will get one of > two IPs for > www.microsoft.com at present, out of the however many they > have. Lumpy > load balancing in action :-). Yes true, hadn't thought of it like that. Where a site has more Ips for a host than an ISP has DNS servers, t

RE: Are we required to move to Tomcat 5.5 in order to move to JDK 1.5

2005-05-26 Thread Steve Kirk
> > Small correction -- 5.5 needs the compat package to work on > jdk l.4, not > 5.0 needs it to work on jdk 1.5. I've used TC 5.0 & jdk 1.5 > together no > problem. > > --David > > Steve Kirk wrote: > > >You can run 5.0.28 on jdk1.5 but you nee

RE: Are we required to move to Tomcat 5.5 in order to move to JDK 1.5

2005-05-26 Thread Steve Kirk
I was not looking forward to reconfiguring logging, as it'd always been an area that generated some confusion, but if anything logging is easier on 5.5 than 5.0 IMHO. I had s configured in 5.0, but these are redundant in 5.5, so I have no logging config at all now - I just use the java.util.loggi

RE: JPDA and Tomcat 5.5.9 Service on Windows

2005-05-26 Thread Steve Kirk
I've been running tomcat on windows for 5 years, as a service for 2 years, and I didn't know that screen existed !! What a revelation. :) > -Original Message- > From: Philippe Johan [mailto:[EMAIL PROTECTED] > Sent: Thursday 26 May 2005 08:09 > To: tomcat-user@jakarta.apache.org > Cc:

RE: Are we required to move to Tomcat 5.5 in order to move to JDK 1.5

2005-05-26 Thread Steve Kirk
You can run 5.0.28 on jdk1.5 but you need to add a compatibility package which is available from the tc downloads page. Basically it adds 3 jars to fix issues with xml compatibility with the 1.4 vm. I haven't done it myself (I upgraded both at once) but google some of these words and you can read

RE: [OT] RE: DNS Request distribution and TCP NAT distribution For Tomcat Cluster

2005-05-26 Thread Steve Kirk
Thanks Peter, interesting. Your experience of it sounds similar to other experiences I've had when changing from one ISP to another (there seems to be a cutover time of up to 3 days where some 3rd party ISPs clearly still cached and served the old IP for our domain name). It was because of this

RE: Are we required to move to Tomcat 5.5 in order to move to JDK 1.5

2005-05-26 Thread Steve Kirk
> The main problem which could arise is if tomcat 5.0.x uses a > java class or > method which disappeared on jvm1.5 This would be doc'd in 1.5 release notes, didn't notice anything relevant when I upgraded: http://java.sun.com/j2se/1.5.0/compatibility.html Also, why would the TC team release

RE: Tomcat/Personal Web Server Problem

2005-05-26 Thread Steve Kirk
Looks like TC cannot start. If you have fresh installed it, then hazarding a guess, I'd say it might be because the port might be in use. You can't have 2 servers on the same port. Did you have them configured to run on the same port (8080)? One thing to check is to open a dos window then type

RE: Force Non-SSL

2005-05-26 Thread Steve Kirk
Not dreaming for a second of contradicting Tim ;) but wouldn't this work? Switch on SingleSignOn. Install two hosts on the same engine. First host has non-ssl connector only, second has ssl only. Install main webapp on non-ssl host, without the login code. Install just the login code on a simp

RE: Showing Tomcat Icon rather than DOS icon

2005-05-26 Thread Steve Kirk
Right click, choose properties, click change icon, browse to tc dir, choose tomcat.exe. > -Original Message- > From: Dakota Jack [mailto:[EMAIL PROTECTED] > Sent: Thursday 26 May 2005 08:47 > To: Tomcat Users List > Subject: Showing Tomcat Icon rather than DOS icon > > > How can I write

RE: DNS Request distribution and TCP NAT distribution For Tomcat Cluster

2005-05-25 Thread Steve Kirk
Peter, I agree that > DNS is a very lumpy way of doing load balancing. But your comments interested me. Can I ask how sure you felt of what you say here please: > No standard way afaik. Worse, downstream DNS servers may (often do) > cache the returned IPs for up to a day despite any cache e

RE: Performing an action on form-based login

2005-05-25 Thread Steve Kirk
Not maybe of direct help unless you get really stuck, but my approach was to use TCs sessions, but not its authentication framework. My original reasoning for this was that I wanted login details to be in a RDMS table along with other data. So I coded the login/logout process myself, which was a

RE: Validation Frame work

2005-05-25 Thread Steve Kirk
essage- > From: Bernhard Slominski [mailto:[EMAIL PROTECTED] > Sent: Wednesday 25 May 2005 13:35 > To: 'Tomcat Users List' > Subject: AW: Validation Frame work > > > I agree with Steve, but there is a much simpler possibility > that the JS > validatio

RE: How to create user thread in tomcat

2005-05-25 Thread Steve Kirk
Write your thread class (myThreadClass) as implementing Runnable. Write a class that implements ServletContextListener and config it in web.xml like this: mypackage.MyScListenerClass Now have your ServletContextListener start a new thread using your Runnable

RE: Problem with Tomcat 5.5.9

2005-05-25 Thread Steve Kirk
Have you moved your config files across? conf/web.xml conf/server.xml conf/tomcat-users.xml conf/[engineName]/[hostName]/contextName.xml Do you have the welcome files configured in web.xml (either in conf/ or in the webapp's WEB-INF folder) ? What do they point to for /test/? If a servlet,

RE: log files with servlets ?

2005-05-25 Thread Steve Kirk
For how to set up logging of your Java servlet code on 5.0.28, you need to add a to your conf/server.xml file, inserting it inside your ... or ... tags will probably get you going. To get apache-httpd type logging going, you need a , again insert it within your Engine or Host tags, looks a bit l

RE: Mysterious failures

2005-05-25 Thread Steve Kirk
ding Throwable all to no avail. > > It seems to crash at random, but mostly b/c I am not always aware of > when it crashes. Today, after rebooting, it didn't even > start up, but > then started fine when I called startup.sh > > -Grant > > On May 22, 2005, at 9

RE: redeploy of webapp loses GlobalNamingResource DataSource

2005-05-24 Thread Steve Kirk
>From the look of the stacktrace, which mentions "org.postgresql.Driver.parseURL" as the point where the initial exception was thrown, maybe the URL attribute in your 's or might either contain a wrong value or a typo. This might be leading to a parsing exception, even though the trace doesn't s

RE: Minimal server

2005-05-24 Thread Steve Kirk
, because as long as you don't have too many testers, this saves having to set up a separate test server. > -Original Message- > From: Will Hartung [mailto:[EMAIL PROTECTED] > Sent: Tuesday 24 May 2005 17:38 > To: Tomcat Users List > Subject: Re: Minimal server >

RE: Validation Frame work

2005-05-24 Thread Steve Kirk
David is right, JS and serverside validation perform different roles. To expand on his comment a bit more, remember that the requests that your webapp receives could be sent by any HTTP client, not necessarily by a friendly web browser. If someone were so inclined, they could write their own HTTP

RE: Compiling JSP files

2005-05-24 Thread Steve Kirk
Is there a reason why you can't let TC compile the JSP on demand and read the log output? Works for me. Failing that, I suspect your cmd-line classpath has some errors. What does echo %classpath% produce? And are you sure these are right in your classpath (from your previous post below): C:\to

RE: Minimal server

2005-05-24 Thread Steve Kirk
OK glad someone else said that because I don't get this either but didn't reply because I assumed I must have misunderstood. Dola, apologies in advance if I have got the wrong end of the stick, but are you saying that you want to install an app on many PCs, and the app does not need to interact wi

RE: confused about simple logging

2005-05-23 Thread Steve Kirk
is it not. I have System.out trace > statements in > the constructor after the call to the super ctor as well as > the getPassword > method. And, I see none of my trace in any of the Tomcat log files. > > This is frustrating after 3 days. > > -Original Me

RE: confused about simple logging

2005-05-23 Thread Steve Kirk
19:02 > To: Tomcat Users List > Subject: RE: confused about simple logging > > > > If I write to stdout where does that go? > > System.stdout.println("Where does this get printed to?"); > > I assume C:/tomcat.../log/stdout? > > -Original Message

RE: confused about simple logging

2005-05-23 Thread Steve Kirk
Your confusion possibly arises because there are at least 2 types of logger that you might mean, and 3 main choices for one of those at the moment, although one of those 3 is deprecated and a second is probably becoming less popular. OK I'll take a quick stab and see if this gets you anywhere in

RE: DBCP

2005-05-23 Thread Steve Kirk
DBCP has some config params in the context.xml that will clean up for you if you don't return resources to the pool. It will also test connections for you to make sure they're alive, and close/replace them if not. To config these features, set the params in your 's DBCP tag, for example:

RE: Tomcat For SSL

2005-05-23 Thread Steve Kirk
Get ready for differing opinions on this, it's been asked loads of times before, try searching the archives for more info. My very quick summary would be that you do not need apache httpd to do SSL, and it can be very fast and stable without apache, as well as simpler to config if you don't alrea

RE: problem: Session invalidation in the servlet accessed via foreign context

2005-05-23 Thread Steve Kirk
> -Original Message- > From: Akoulov, Alexandre [IT] > [mailto:[EMAIL PROTECTED] > Sent: Monday 23 May 2005 10:46 > To: Tomcat Users List > Subject: RE: problem: Session invalidation in the servlet > accessed via foreign context > > > Thanks, Steve, again

RE: problem: Session invalidation in the servlet accessed via foreign context

2005-05-23 Thread Steve Kirk
] > Sent: Monday 23 May 2005 06:53 > To: Tomcat Users List > Subject: RE: problem: Session invalidation in the servlet > accessed via foreign context > > > Thanks again, Steve, for your time. > > I am not trying to share sessions between different apps. I > just

RE: Mysterious failures

2005-05-22 Thread Steve Kirk
What is your actual logging config? Hazy memory, but don't you want debug=99 rather than debug=1 to get more detail? If you really can't get logging to work, you could insert System.out.println("blah") statements at key points around where you think the crash might be caused, in lieu of your log

RE: problem: Session invalidation in the servlet accessed via foreign context

2005-05-22 Thread Steve Kirk
, or maybe someone else will answer > -Original Message- > From: Akoulov, Alexandre [IT] > [mailto:[EMAIL PROTECTED] > Sent: Monday 23 May 2005 01:29 > To: Tomcat Users List > Subject: RE: problem: Session invalidation in the servlet > accessed via foreign context > >

RE: Re: Problems with filters in 5.5.9?

2005-05-22 Thread Steve Kirk
Can you say more about how you upgraded? Specifically, were you very careful to migrate your config files across? > -Original Message- > From: Brandon Dove [mailto:[EMAIL PROTECTED] > Sent: Monday 23 May 2005 02:14 > To: Lutz Zetzsche > Subject: Re: Re: Problems with filters in 5.5.9? >

RE: problem: Session invalidation in the servlet accessed via foreign context

2005-05-22 Thread Steve Kirk
I'm not sure I fully understand this issue, but seeing as no-one else seems to have replied yet, maybe a few Qs might help you work through it: Are you hoping that both contexts will share their sessions? Are you using the SingleSignOn feature in server.xml? When you say that ForeignContextServ

RE: DBCP datasource works on 5.0.28 but fails on 5.5.9

2005-05-22 Thread Steve Kirk
tomorrow is now looking like being productive :) > -Original Message- > From: Lutz Zetzsche [mailto:[EMAIL PROTECTED] > Sent: Sunday 22 May 2005 22:42 > To: Tomcat Users List > Subject: Re: DBCP datasource works on 5.0.28 but fails on 5.5.9 > > > Hi Steve, > >

RE: DBCP datasource works on 5.0.28 but fails on 5.5.9

2005-05-22 Thread Steve Kirk
[EMAIL PROTECTED] > Sent: Saturday 21 May 2005 13:42 > To: Tomcat Users List > Subject: Re: DBCP datasource works on 5.0.28 but fails on 5.5.9 > > > Steve Kirk wrote: > > >Thanks nix. > > > > > > > >>Could it be that you'

RE: What happened to the searchable list archive?

2005-05-22 Thread Steve Kirk
mcat more directly to the search pages that I mentioned in my last post, as well as any others, given that the "official" archive page does not seem to have its own search. Hope this helps, Steve. > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] &

RE: What happened to the searchable list archive?

2005-05-22 Thread Steve Kirk
GB developer, Robert and Tomi, thanks very much for pointing me to these search sites. I was not aware of any of them before, despite having developed on TC for several years. Perhaps there are more out there. If anyone involved in producing the Tomcat project documentation is reading this, I w

RE: What happened to the searchable list archive?

2005-05-20 Thread Steve Kirk
> > I like marc. > > http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 > > > > > -Original Message- > > From: Steve Kirk [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 20, 2005 8:14 AM > > To: tomcat-user@jakarta.apache.org > > Subject:

RE: DBCP datasource works on 5.0.28 but fails on 5.5.9

2005-05-20 Thread Steve Kirk
L PROTECTED] > Sent: Friday 20 May 2005 16:59 > To: Tomcat Users List > Subject: Re: DBCP datasource works on 5.0.28 but fails on 5.5.9 > > > Hi, > > Am Freitag, 20. Mai 2005 17:22 schrieb Nikola Milutinovic: > > Steve Kirk wrote: > > This most commonly means tha

RE: DBCP datasource works on 5.0.28 but fails on 5.5.9

2005-05-20 Thread Steve Kirk
Thanks nix. > Could it be that you've missed the fact that > DataSource JNDI resource setup definition has changed in TC > 5.5? It is > no longer with those > ... Yes I already changed that. I used to use the approach you mention in 5.0.28, i.e.:

DBCP datasource works on 5.0.28 but fails on 5.5.9

2005-05-20 Thread Steve Kirk
gh all the docs, how-tos, and release notes that I can find, and searched the mail list archives on mysql and tomcat sites, as well as googling various searches. Has anyone had this problem themselves or have any insight to offer please? Thanks, Steve. -

What happened to the searchable list archive?

2005-05-20 Thread Steve Kirk
It's been a few months since I've been active on the list, and the list archive seems to have changed in that time, could someone please advise? I used to search the list archives here: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] pache.org But that archive appears to contain very few

Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-12 Thread Steve Bosman
karta.apache.org/tomcat/tomcat-5.0-doc/config/http.html -- End Forwarded message -- Using link in this mail from the tomcat user maiIing list I have changed my connector settings to: That is I have added URIEncoding="UTF-8

tomcat System Administrator's Guide and SysAdmin tools

2005-05-09 Thread Steve Jacobson
t documentation and distribution for these, or should we just target making them available on our own site? Thanks for your help. -Steve J -- Steve Jacobson Support Manager SourceLabs, Inc. [EMAIL PROTECTED] (206) 322-0099 x110 -

Re: Serving files using tomcat

2005-05-05 Thread Steve Vanspall
eir are small differences between how we copy the data to the response output. I don't know for sure, but this may account for why the fragment I posted works. The difference is small, I think it would be worth giving it a try. AS- - Original Message - From: "Steve Vanspall"

Re: Serving files using tomcat

2005-05-04 Thread Steve Vanspall
Yes i see no difference, I assume StreamCopier.copy() just does what my code does. I cannot find it in any of the standard jars, so I assume this is one of your own. Other than that everything else seems to be fine. Oh well I am sure I will owrk it out Steve - Original Message - From

Re: Serving files using tomcat

2005-05-04 Thread Steve Vanspall
robably worth mentioning that I use struts, so I forward to a blank page with the content type set to application/pdf, maybe that is the problem, but not sure what else to do with the return. When I do the same thing with a dynamic image and forward to a page with a jpg content type, the imag

Serving files using tomcat

2005-05-04 Thread Steve Vanspall
an I do that, will the use have access to that directory), then how do I translate the location of the temp directory to a url that is accesible outside. If not then what other suggestions can people give me. Thanks in advance Steve

Re: Error Redirection

2005-05-01 Thread Steve Vanspall
oh ok thanks, new it would be simple oh but is there a default, catch all option, actually i will look the tag up. Thanks Steve - Original Message - From: "Fritz Schneider" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Monday, May 02, 2005 11:

Error Redirection

2005-05-01 Thread Steve Vanspall
to make it forward to a clean error page when on a production system? Regards Steve

  1   2   3   4   5   6   7   8   9   10   >