RE: Virtual Host to Redirect

2003-11-18 Thread George Sexton
Why don't you just set the DNS so that all hosts resolve to the same machine, and then set the default virtual host to have the files you want in it? George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585

IBM JRE 1.4.1 dumping core on login with http/1.0 browsers--Followup

2003-11-14 Thread George Payne
at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:396) 4XESTACKTRACE at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:585) 4XESTACKTRACE at java.lang.Thread.run(Thread.java:568) George Payne Law ITC University of Virginia School of Law

RE: Tomcat Settings and Performance

2003-11-14 Thread George Sexton
It's nice to see someone that I agree with on performance optimization. So many people take either a dogmatic, or a scattershot approach to optimization. The most important thing is to measure. This quote sums it up: When you can measure what you are speaking about and express it in numbers you

RE: RequestDispatcher.include() on 5.0.14

2003-11-10 Thread George Sexton
that the application works correctly on 4.1.29 for both ROOT and non-ROOT contexts. Is this an area where the spec changed, or is 5.0.14 broken? George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com

RE: RequestDispatcher.include() on 5.0.14

2003-11-10 Thread George Sexton
Maybe I will try some more testing. The one thing I haven't replicated is that the problem machine is running 3 virtual hosts. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 10:23 AM To: 'Tomcat Users List' Subject: RE

RE: RequestDispatcher.include() on 5.0.14

2003-11-10 Thread George Sexton
thing to do here? George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 10:41 AM To: 'Tomcat Users List

RequestDispatcher.include() on 5.0.14

2003-11-09 Thread George Sexton
. Is this an area where the spec changed, or is 5.0.14 broken? George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: RequestDispatcher.include() on 5.0.14

2003-11-09 Thread George Sexton
, or is 5.0.14 broken? George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: Microsoft Certificate Services

2003-11-06 Thread Manty, George
Try selecting Base64 encoded certificate instead of DER encoded. Also from what I understand keytool will only import certificates with a key size under 4096 bits. If your certificate's public key is 4096 bits or bigger you won't be able to import into your keystore with keytool. George

Admin Application

2003-11-05 Thread George Sexton
to configure the manager application for each virtual host? I guess another, perhaps better question is why does the Admin application not have controls to stop, start, and re-load contexts? George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com

More Admin Application: Service Reloading Question

2003-11-05 Thread George Sexton
would be appreciated. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IBM JRE 1.4.1 dumping core on login with http/1.0 browsers

2003-10-23 Thread George Payne
.Ajp13Processor.run(Ajp13Processor.java:585) 4XESTACKTRACE at java.lang.Thread.run(Thread.java:568) George Payne Law ITC University of Virginia School of Law - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: IBM JRE 1.4.1 dumping core on login with http/1.0 browsers

2003-10-23 Thread George Payne
crashes. Daniel Gibby George Payne wrote: I'm having problems with the IBM 1.4.1 jvm dumping core every few days under fairly light use with tomcat 4.1.27. I'm looking for general advice (though specific advice would be even better). Should I be looking for a new JVM? Or my programming bug

Problem with Tomcat SSL Port

2003-10-14 Thread Manty, George
http11processor.java, so it must be somewhere. Does anyone know where to find the latest versions of tomcat-util.jar for tomcat 4.1.27? Also if anyone knows if this code has definitely been fixed that would be helpful as well. Thank you, George

RE: Receiving Transfer-coding: chunked

2003-10-14 Thread Manty, George
To make things easier use something like the Jakarta commons projects FileUpload API in your servlet to parse the request: http://jakarta.apache.org/commons/fileupload/ Hope that helps, George -Original Message- From: William Bondy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14

RE: Receiving Transfer-coding: chunked

2003-10-14 Thread Manty, George
thread reading the socket can read the exact number of content bytes and not block unnecesarily AND that this is standard across all servlet compliant engines. Thanks for your help! Bill. -Original Message- From: Manty, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003

RE: Problem with Tomcat SSL Port

2003-10-14 Thread Manty, George
I found the source code for v4.1.27 and the same problem exists in the threadpool code. Thanks, George -Original Message- From: Manty, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 9:03 AM To: [EMAIL PROTECTED] Subject: Problem with Tomcat SSL Port I am having

RE: HTML quoting

2003-10-03 Thread George Sexton
Here is code that we use. It depends on our own variant of String Buffer, but you get the idea: public String htmlEncode(String cVal) { if (cVal==null || cVal.length()==0) { return ; } MHBuffer buf=new MHBuffer(cVal.length()2); final String[] aOld=

RE: invalid direct reference..--problem with solution..

2003-10-03 Thread George Payne
I would like to implement a fix to this. I think having users bookmark the login page is a very likely frequent problem. But.. What happens if you implement this solution and the user has disallowed cookies? Don't you get an ugly loop? If the referer header was set, you could use that, but

RE: Can JSP track users in a basic authentication protected realm ?

2003-09-20 Thread George Sexton
Can you explain how Tomcat will be able to tell whether the user has navigated away and returned, versus just taken some period of time before getting the next page? -Original Message- From: David [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2003 9:56 AM To: Tomcat User

RE: HeadlessException: The chickens come home to roost!

2003-09-08 Thread George Sexton
I use -Djava.awt.headless=true to create graphs on the fly and never get this exception. -Original Message- From: Simon Brooke [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 1:48 PM To: Tomcat Users List Subject: HeadlessException: The chickens come home to roost!

how to autogenerate mod_jk.conf w/ Tomcat 5?

2003-06-13 Thread George Armhold
Can anyone help with configuring Tomcat 5.x (as comes with Java WSDP) to integrate with Apache 2? As a longtime user of Tomcat 3.x, I've come to appreciate the auto-generation of mod_jk.conf, a feature that seems to be missing in Tomcat 5. Or is there a better way to have my webapps

Re: Urgent : Can we restrict access to a directory in tomcat

2003-06-10 Thread George Shafik
Hi Dean, Apologies if I'm missing the point, but why can't you store/retrieve your image from a blob field in your database ? Cheers, George - Original Message - From: Dean Fantham [EMAIL PROTECTED] To: Syed Nayyer Kamran [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Sent

RE: Tomcat STILL freezing - time to look at another app server?

2003-05-31 Thread George Sexton
line. I close all my resultsets and statements and connections. I could include all my code but there are thousands of lines and there seems to be no consistent line or lines that are causing the problem. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED

RE: System cannot find the path specified !

2003-05-27 Thread George Sexton
Assuming CATALINA_HOME has already been set, then 4 should be: 4) C:\ %CATALINA_HOME%\bin\startup.bin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 9:57 AM To: [EMAIL PROTECTED] Subject: System cannot find the path specified ! Hello

RE: Seperate tomcats - one apache

2003-04-01 Thread George Sexton
I routinely run via the CATALINA_BASE method for multiple instances and have no problems. Using mod_jk, all you have to do is define the connectors to be on different ports, and then configure each servlet engine to run mod_jk on a different port. -Original Message- From: Steve Harris

RE: connection pooling saga

2003-03-31 Thread George Sexton
And who needs views? They only obscure the true source of the data. And who needs sub-queries? You can always re-write your queries. They may not be as intuitive, but hey, it's blindingly fast eh? -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003

RE: status 404 when migrating from 4.0.4 to 4.1.24

2003-03-26 Thread George Sexton
My experience is that few other servlet engines enable an invoker by default. Many just don't have one. I re-wrote my application to use a web.xml mapping file for all servlets so that I would have better cross-engine compatibility. -Original Message- From: news [mailto:[EMAIL PROTECTED]

RE: SMTP Logger

2003-03-25 Thread George Sexton
Here is a shell script to examine the logs for exceptions. I run mine every five minutes. #!/bin/sh ### # Tomcat Exception Log script. # # This script checks your tomcat log files for any lines containing # the word exception.

RE: Realm with MS SQL Server

2003-03-13 Thread George Sexton
If you run SQL profiler what do you observe? -Original Message- From: Matthieu DELAHAIS [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:58 AM To: [EMAIL PROTECTED] Subject: Realm with MS SQL Server Hi all, I'm trying to use Realm with MS SQL Server. So I follow the

RE: I need a good driver for SQL Server

2003-03-13 Thread George Sexton
Download the JDBC driver from Microsoft's web site. -Original Message- From: Victor Gonzalez [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:55 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: I need a good driver for SQL Server Importance: High Hi all, I need a good

RE: Connection to Remote SQL Server and IIS

2003-03-13 Thread George Sexton
/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Victor Gonzalez [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:32 PM

RE: [OT] Caching problems with IE after download

2003-03-08 Thread George Sexton
Look for redirects that don't have a return immediately after them. -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 10:31 AM To: Tomcat Users List Subject: [OT] Caching problems with IE after download Hi everyone: This is more

RE: JDBC Realm MS SQL 2000

2003-02-25 Thread George Sexton
Here is a working example: Realm name=IISRealm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=com.microsoft.jdbc.sqlserver.SQLServerDriver connectionURL=jdbc:microsoft:sqlserver://xxx.mhsoftware.com:1433;DatabaseNa me=MyData;ProgramName=My Web Application;SelectMethod=cursor

Have a jakarta-tomcat version question

2003-02-24 Thread george mouyios
thing. Thanks George __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Can't get Servlet Inputstream

2003-02-20 Thread Manty, George
As far as the exception it depends on whether I try to do a getInputSteam or getReader call on the request. If I use getReader, I get an exception that says getInputSteam has already been called. If I change the call to getInputStream I always get nothing back. Thank you, George

RE: Can't get Servlet Inputstream

2003-02-20 Thread Manty, George
missing something, but it should work. Thank you, George -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:41 AM To: 'Tomcat Users List' Subject: RE: Can't get Servlet Inputstream I´m don´t understand why you need

Can't get Servlet Inputstream

2003-02-19 Thread Manty, George
(); // this returns null, why? ... } BTW - I can read the request header and content length fine from the request, just can't get the inputstream. Thank you, George - To unsubscribe, e-mail

RE: Can't get Servlet Inputstream

2003-02-19 Thread Manty, George
From the exception thrown it appears as though getinputstream has already been called. I am using the embedded tomcat class to start Tomcat 4.1.18. I have to go now, but I can provide the exact exception thrown later. Thank you, George -Original Message- From: Shapira, Yoav

RE: [OFFTOPIC] MySQL Exception - Need Suggestions

2003-02-04 Thread Sexton, George
Probably something in the JDBC driver, or in the chain of code is setting AutoCommit and this is causing it error out. -Original Message- From: Geoff Peters [mailto:[EMAIL PROTECTED]] Sent: 03 February, 2003 8:58 AM To: [EMAIL PROTECTED] Subject: [OFFTOPIC] MySQL Exception - Need

How do you get auto-deploy to work right using embedded Tomcat

2003-01-30 Thread Manty, George
, George - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache-Tomcat combination, Best Practices

2003-01-08 Thread Honey George
pages. Also how do I redirect all the JSP requests to the Tomcat. I basically want all my static pages to be processed by Apache server the JSP pages by tomcat. I am Using Apache2,tomcat-4.1.18 mod_jk2 connector. George __ Do you Yahoo!? Yahoo

Re: new user: servlets dont run in new apps

2003-01-08 Thread George Metz
yes ! thank you Sumit. the servlet-mapping element fixed it. i need to go back and read the docs more. George Shrotriya, Sumit wrote: Do you have a servlet-mapping in your web.xml Something like this might do for you(Change the MyClass value accordingly) ?xml version=1.0 encoding=ISO-8859

new user: servlets dont run in new apps

2003-01-07 Thread George Metz
://127.0.0.1:8080/tomcat-docs/appdev/sample/web/hello (gives: HTTP Status 404 The requested resource (/tomcat-docs/appdev/sample/web/hello) is not available As for my new apps: - a simple html page in webapps\george runs ok - a tomcat example jsp i modified and dropped into webapps/george/Jsp

RE: performance

2002-12-16 Thread Sexton, George
Download something like Jakarta JMeter, write a test case that mimic normal usage of your application, and run it against each server. -Original Message- From: Lindomar [mailto:[EMAIL PROTECTED]] Sent: 16 December, 2002 10:01 AM To: Tomcat Users List Subject: performance First, i would

RE: Simultaneous request from same IP

2002-12-16 Thread Sexton, George
. Theory 2 (proposed by several people on the list): Your application is not thread safe, and is broken. Occam's Razor says that your program is broken, and you need to fix it. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Chris Bick

RE: Request/Connection Timeout

2002-12-11 Thread Sexton, George
hits back, and keeps re-submitting? What will your app do if Monday morning, 40 managers come in and request a big report? George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From

RE: Y or N Q re: WEB-INF/lib

2002-12-09 Thread Sexton, George
I don't think you answer is quite right. Classes will not be automatically served under 4.0.6 unless the default invoker is configured in server.xml. Classes must be explicitly named in the application deployment descriptor to be served otherwise. -Original Message- From: Shapira, Yoav

RE: Y or N Q re: WEB-INF/lib

2002-12-09 Thread Sexton, George
. Yoav Shapira Millennium ChemInformatics -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:17 PM To: Tomcat Users List Subject: RE: Y or N Q re: WEB-INF/lib I don't think you answer is quite right. Classes will not be automatically served

load balancing with in-process workers in 3.3.1

2002-12-09 Thread George McKinney
would include something similar to: JkMount /servlet/* loadbalancer and I would setup workers.properties with (in addition to the inprocess specific properties): worker.list=loadbalancer ... worker.loadbalancer.balanced_workers=inprocess1, inprocess2 Thanks, George McKinney [EMAIL PROTECTED

Re: load balancing with in-process workers in 3.3.1

2002-12-09 Thread George McKinney
Hmmm, after digging through some more of the docs, it looks like the inprocess workers aren't available for Apache. Is this correct? But I'm still curious. would the setup I outlined work on a server on which the inprocess workers are supported? George. - Original Message - From

Re: New install, can't get manager or admin to work..

2002-12-07 Thread George Hester
it. It took me twice. HTH -- George Hester __ Mike Warne [EMAIL PROTECTED] wrote in message 38DBEF1546BBDD4CB9B1F6F724E345026244A2@hnl1-exchange3">news:38DBEF1546BBDD4CB9B1F6F724E345026244A2@hnl1-exchange3... Hi, I've tried looking through the docs, and the Man

RE: DNS NAMES

2002-12-04 Thread Sexton, George
Let me really cut right down to the chase here: Valid characters in a domain name are: a-z 0-9 (digits) - (Hyphen) . (Period) Look at the RFC, and read the BNF definition for an identifier. -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: 04 December, 2002 4:22 PM To:

Martin GEORGE/VIENNA/UNO is out of the office.

2002-11-20 Thread Martin GEORGE
I will be out of the office starting 15/11/2002 and will not return until 24/11/2002. I will respond to your message when I return. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Changing Keystore location when embedding Tomcat

2002-11-19 Thread Manty, George
modifying the core Tomcat classes? Thank you, George -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Install Tomcat 4.1.12 on WinXP

2002-11-14 Thread Sexton, George
You hit the nail on the head. By default, the hosts file in Windows doesn't exist, so localhost isn't resolvable. I had to take this into account when I wrote the installer for my software. -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: 14 November, 2002 9:59 AM To:

RE: Tomcat 4 JNI Help

2002-11-13 Thread Sexton, George
Pretty obvious isn't it? The JVM can't find the library. Since you didn't tell anyone what OS you are using, research how native libraries are loaded for your OS, put your native code there, and try again. -Original Message- From: St. Louis, Thomas (Research) [mailto:stlouis;crd.ge.com]

RE: Java returns bunk date!?

2002-11-12 Thread Sexton, George
name is SaneDate. Right now, it's GPLd but I plan on changing the license to LGPL. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Andreas Probst [mailto:andpro77

RE: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server 2000

2002-11-12 Thread Sexton, George
Change jdbc:inetdae7:10.10.0.84:1433?database=TibcoClearHouse to jdbc:microsoft:sqlserver://10.10.0.84:1433;DatabaseName=TibcoClearHouse George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original

RE: windows iis machine + linux tomcat machine

2002-11-12 Thread Sexton, George
Get the ISAPI redirector module and install it on IIS, configure it to point to the linux server. -Original Message- From: Jose Antonio Martinez [mailto:lfbbes;yahoo.es] Sent: 12 November, 2002 4:22 AM To: [EMAIL PROTECTED] Subject: windows iis machine + linux tomcat machine what do you

RE: Rare request delay of 100 seconds

2002-11-12 Thread Sexton, George
-nagle-mode-00.txt Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., the leading provider of Net business solutions http://www.novell.com [EMAIL PROTECTED] 11/9/02 9:25:53 AM George, Oops! I was off by one on the RedHat

RE: windows iis machine + linux tomcat machine

2002-11-12 Thread Sexton, George
Message - From: Sexton, George [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 9:31 PM Subject: RE: windows iis machine + linux tomcat machine Get the ISAPI redirector module and install it on IIS, configure it to point to the linux server

RE: Rare request delay of 100 seconds

2002-11-09 Thread Sexton, George
What kernel version are you running? -Original Message- From: Randy Watler [mailto:rwatler;finali.com] Sent: 08 November, 2002 5:08 PM To: Tomcat Users List Subject: Re: Rare request delay of 100 seconds George, This is a non-SSL secure connector that is fronted by an SSL hardware

RE: sending SMS messages

2002-11-08 Thread Sexton, George
. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: neal [mailto:nealcabage;yahoo.com] Sent: 08 November, 2002 1:03 AM To: Tomcat Users List Subject: sending SMS messages

RE: sending SMS messages

2002-11-08 Thread Sexton, George
: sending SMS messages That's exactly how it works for me, as well. Alternatives might be something like the SimpleWire Java SDK, but I think you have to pay for the service: http://www.simplewire.com/developers/sdk/java/ John -Original Message- From: Sexton, George [mailto:gsexton

RE: Rare request delay of 100 seconds

2002-11-08 Thread Sexton, George
Do you have the connector doing reverse DNS resolution of hosts? -Original Message- From: Randy Watler [mailto:rwatler;finali.com] Sent: 08 November, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: Rare request delay of 100 seconds We are using 4.1.12 standalone on RedHat Linux 7.3 servers

RE: Rare request delay of 100 seconds

2002-11-08 Thread Sexton, George
If you don't use SSL do you have the same problem? -Original Message- From: Randy Watler [mailto:rwatler;finali.com] Sent: 08 November, 2002 4:41 PM To: Tomcat Users List Subject: Re: Rare request delay of 100 seconds George, Thanks for the query. Here is the connector configuration

RE: Only one user at a time can connect thru Tomcat?

2002-11-05 Thread Sexton, George
You might want to read this FAQ and re-post your question. There is absolutely no way anyone can help you given the insufficient amount of information provided. http://www.tuxedo.org/~esr/faqs/smart-questions.html George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http

SSL with Tomcat standalone on WIN98

2002-11-01 Thread George McKinney
to capture it. Any suggestions? Thanks, George McKinney [EMAIL PROTECTED] = An experienced developer knows that it is seldom wise to prefix a demonstration with anything more predictive than Watch this - unless there is a good test suite in place

More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread George McKinney
) . Where might that be - one of the container .jars? I thought Tomcat picked them up as necessary? - Original Message - From: George McKinney [EMAIL PROTECTED] To: Tomcat User [EMAIL PROTECTED] Sent: Friday, November 01, 2002 8:28 PM Subject: SSL with Tomcat standalone on WIN98 I'm trying

RE: Tomcat on Thru64 Unix (OSF1)

2002-10-31 Thread Sexton, George
What JDK are you using? The LE version requires 1.4 or 1.3+xerces.jar. -Original Message- From: [EMAIL PROTECTED] [mailto:sene;cptec.inpe.br] Sent: 30 October, 2002 10:51 AM To: [EMAIL PROTECTED] Subject: Tomcat on Thru64 Unix (OSF1) Hi, I'm having some troubles while

RE: tomcat 4.1.12 not starting- exception

2002-10-28 Thread Sexton, George
The LE distribution requires JDK 1.4 -Original Message- From: Nalini [mailto:nalinisp;yahoo.com] Sent: 28 October, 2002 11:54 AM To: Tomcat Users List Subject: tomcat 4.1.12 not starting- exception Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory.

RE: Question regarding long running web applications

2002-10-28 Thread Sexton, George
a report. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Dick, Andrea [mailto:Andrea.Dick;ca.com] Sent: 28 October, 2002 1:20 PM To: [EMAIL PROTECTED] Subject: Question

RE: Apache 1.3/2 mod_jk connect Tomcat 4.1.12 on redhat7.3 - poor perf

2002-10-26 Thread Sexton, George
As a guess, is Apache resolving host names for the logs? -Original Message- From: David Tildesley [mailto:datil;paradise.net.nz] Sent: 25 October, 2002 8:06 PM To: [EMAIL PROTECTED] Subject: Apache 1.3/2 mod_jk connect Tomcat 4.1.12 on redhat7.3 - poor perf Has anybody any tips for

RE: Help to me !! !! !! !! - DON'T ATTACH FILES!!

2002-10-25 Thread Sexton, George
I have to disagree. Sometimes it is the only way to troubleshoot issues, particularly with server.xml and web.xml. -Original Message- From: Burt Johnson [mailto:burt;mindstorm-inc.com] Sent: 25 October, 2002 12:40 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Help to me !!

RE: Tomcat Scalability - Long

2002-10-24 Thread Sexton, George
If your kernel is not in the 2.4.18-2.4.19 range, you should update the kernel. 7.1 is pretty old. It shipped with a very early 2.4 series kernel. -Original Message- From: Brandon Cruz [mailto:bcruz;norvax.com] Sent: 24 October, 2002 1:36 PM To: Tomcat Users List Subject: Tomcat

RE: Java Logger problem with Tomcat4 web apps on Unix platforms...

2002-10-24 Thread Sexton, George
Sounds like a permissions problem to me. -Original Message- From: Vijay KN [mailto:KNVIJAY;novell.com] Sent: Thursday, October 24, 2002 00:46 To: [EMAIL PROTECTED] Subject: Java Logger problem with Tomcat4 web apps on Unix platforms... Hi, We are using JVM1.4 Logger APIs in our servlet

RE: Tomcat Scalability - Long

2002-10-24 Thread Sexton, George
Of [EMAIL PROTECTED] Sent: 24 October, 2002 2:06 AM To: Tomcat Users List Subject: Re: Tomcat Scalability - Long Hi. I am still on kernel 2.4.2 and it seems okay. May I ask why we need to upgrade to 2.4.19 ? Sexton, George wrote: If your kernel is not in the 2.4.18-2.4.19 range, you should

RE: how to give all users access to start and stop tomcat service in Win XP

2002-10-23 Thread Sexton, George
This isn't really a Tomcat question. I suspect you will have to make all users administrators. You might ask around on the XP forums or Win2K news groups and see what you can find. I would also search groups.google.com. -Original Message- From: Administrator

RE: Database Issues

2002-10-22 Thread Sexton, George
Change: database.default.url=jdbc:postgresql://localhost/jetspeed to database.default.url=jdbc:postgresql://localhost:5432/jetspeed Also, make sure that PostgreSQL is accepting TCP connections. Check the postgresql.conf (on RedHat this is /var/lib/pgsql/data). If you have connection problems,

RE: expression ALWAYS evaluates to if... NEVER to else

2002-10-18 Thread Sexton, George
You need to learn how java compares objects and strings. The short story is: if(!paramPassword.equals(secretCode)) { } else { } -Original Message- From: Z.BEAT [mailto:zackbeatty;yahoo.com] Sent: 17 October, 2002 11:58 AM To: Tomcat Users List Subject: expression ALWAYS evaluates to

RE: Ok people

2002-10-18 Thread Sexton, George
It's not a guide for idiots and it's not supposed to be an insult. It is supposed to help you get your questions answered by teaching you how to ask the right questions. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Lior

RE: How come no one's is replying

2002-10-18 Thread Sexton, George
You might want to refer to this URL and try reposting your questions. http://www.tuxedo.org/~esr/faqs/smart-questions.html George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From

RE: WHY DOES TOMCAT SUSPEND ITSELF?

2002-10-18 Thread Sexton, George
to take a few minutes to read it. The better the question, the faster and more accurate the help will be. http://www.tuxedo.org/~esr/faqs/smart-questions.html George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Luca Ventura [mailto:ventluca

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Sexton, George
There was a big change in 4.1.12. The default invoker is no longer mapped. Servlets must be explicitly declared in the application web.xml. You can override this by editing the conf/web.xml. -Original Message- From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Sent: 16 October, 2002

RE: Losing session in Internet Explorer 5x

2002-10-16 Thread Sexton, George
the session. If you have pages that invalidate the session, you might want to take a look at them. Also, if you have a network protocol analyzer like Ethereal on Linux watching the packet flow can help you sort it out. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http

RE: Tomcat 4.1X seems broken on Linux

2002-10-15 Thread Sexton, George
I run 4.1.12 on Linux with no problems. You need to post the complete exception you are getting. -Original Message- From: John Byrd [mailto:[EMAIL PROTECTED]] Sent: 15 October, 2002 8:24 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.1X seems broken on Linux Good evening all. Excuse me if

RE: Pre compile of jsp

2002-10-14 Thread Sexton, George
Look at the jspc.sh script in the bin directory. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: 14 October, 2002 8:56 AM To: Tomcat Users List Subject: Pre compile of jsp Hi, when ever i modify a jsp, it is compiled first time when it is accessed from web,

Possible bug with isSecure()/getScheme() methods in tomcat 4.1

2002-10-14 Thread George Hart
the ajp13 protocol. I am able to work around this problem since I can use the getServerPort() method correctly, but I would be interested to know if this is a bug or if I have misconfigured something. Thank you, George Hart [EMAIL PROTECTED] Relevant Info: Machine: 2.4.9-34 (Redhat 7.2

RE: unable to start tomcat

2002-10-13 Thread Sexton, George
Listening means an application is bound to that port and is listening for connections. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Rahul Sood [mailto:[EMAIL PROTECTED]] Sent: 12 October, 2002 3:42 PM To: [EMAIL PROTECTED

RE: unable to start tomcat

2002-10-12 Thread Sexton, George
Read the message: java.net.BindException: Address in use: JVM_Bind:8081 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpE= Some other program is bound to the port. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message

RE: Unspecified NoClassDefFoundError

2002-10-12 Thread Sexton, George
Are you setting the option to run AWT headless? export CATALINA_OPTS=-Djava.awt.headless=true bin/catalina.sh start -Original Message- From: Ben Monnahan [mailto:[EMAIL PROTECTED]] Sent: 11 October, 2002 4:12 PM To: Tomcat Users List Subject: Re: Unspecified NoClassDefFoundError I'm

RE: How to limit the number of connections per user?

2002-10-11 Thread Sexton, George
it from the Hashtable. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED]] Sent: 11 October, 2002 2:17 AM To: Tomcat Users List Subject: How

RE: default charset in contentType?

2002-10-11 Thread Randy George
, Randy George wrote: Date: Thu, 10 Oct 2002 13:14:20 -0600 From: Randy George [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: default charset in contentType? Is there a way to turn off the default charset appended to contentType

default charset in contentType?

2002-10-10 Thread Randy George
Is there a way to turn off the default charset appended to contentType by Jasper? I have installed Tomcat 4.1.10 on a W2K server and I'm trying to display SVG content with JSP. I have added the image/svg+xml Mime types to my Tomcat 4.1\conf\web.xml file: mime-mapping

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Sexton, George
Does the JSP code that sends the redirect write anything prior to the re-direct, and does it have a return statement immediately following the send redirect? -Original Message- From: Michael Finney [mailto:[EMAIL PROTECTED]] Sent: 10 October, 2002 11:15 AM To: Tomcat Users List Subject:

RE: Using Non-Servlet Timers (Was - I need to run a servlet periodically)

2002-10-09 Thread Sexton, George
Register a context listener and free the timer in it. -Original Message- From: gautam [mailto:[EMAIL PROTECTED]] Sent: 09 October, 2002 9:53 PM To: Tomcat Users List Subject: Using Non-Servlet Timers (Was - I need to run a servlet periodically) Hello, We are using java.util.Timer

RE: Setting classpath..Kindly help...???

2002-10-09 Thread Sexton, George
You might want to post a more complete message that shows the JSP Compile error. If the JSP is unable to included classes in your WEB-INF/classes directory you should take a look at bug # 10036 in the Tomcat bug database. -Original Message- From: sathya [mailto:[EMAIL PROTECTED]] Sent:

RE: Forwarding in servlets.

2002-10-08 Thread Sexton, George
Please remember that in both forward and send re-direct, execution of the current servlet will resume unless you put a return statement after the forward or re-direct statement. if (dispatcher!=null) { dispatcher.forward(request, response) ; return; } -Original

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Sexton, George
Don't you think the name and version number of the DBMS would be of the least bit help in solving your issue? -Original Message- From: Cinzia S [mailto:[EMAIL PROTECTED]] Sent: 08 October, 2002 2:10 AM To: [EMAIL PROTECTED] Subject: DBMS access denied with Jakarta NT Service Hi all,

<    1   2   3   4   5   >