Application scope Variable initialize more than onece in my web application that is running on tomcat 5.25

2004-07-27 Thread Sony George
-Processor3],[http-8080-Processor4] is this tomcats different threads ?? when the above increases (http-8080-Processor1 ,2 ,3) then the variable also init according to it please help me advance thanks Sony George [EMAIL PROTECTED

HttpUrlConnection.getInputStream() returns empty

2004-07-26 Thread Honey George
execute outside tomcat in a command line program. The Connection object returned by new java.net.URL(https://www.abc.com/test.txt;) is sun.net.www.protocol.https.HttpsURLConnectionImpl. Can I get some help on this one? Thanks Regards, George

RE: WebSphere suuports servlets in /welcome-list does Tomcat?

2004-07-21 Thread George Sexton
I use Tomcat 5 and do this. Do you have a valid servlet mapping that points to the servlet? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: R A [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 10:07 AM To: [EMAIL

RE: Do servlets as welcome-files work in TC5?

2004-07-15 Thread George Sexton
The problem is the case of your entry in the Welcome file list, veruss the case of your URL pattern. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: K.C. Baltz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 3:22 PM

Re: Struts parameter setting

2004-06-11 Thread George
I would like to ask this question again. (B (BPlease tell me how to use "maxCount" value in (Bstruts-config.xml. (B (BAm I correct if I set "maxCount=-1"? (BOur system is running properly when the value is -1. (B (BGeorge (B (B__ (BDo You

RE: No response from Tomcat 5 with IIS

2004-06-10 Thread George
a database (B lock happening in the middle of a transaction? (B (B Carl (B (B -Original Message- (B From: George [mailto:[EMAIL PROTECTED] (B Sent: 09 June 2004 02:33 AM (B To: Tomcat Users List (B Subject: RE: No response from Tomcat 5 with IIS (B (B (B Thank you very much

Struts parameter setting

2004-06-10 Thread George
Hello! (BI have a question about Struts. (B (BOur system evironment is as followings. (B (B1.WWW server (BMS-Windows2000 Server$B!J(B5.00.2195 ServicePack4$B!K!"(B (B With IIS5 and JK2 connector (isapi_redirector2.dll) (B2.AP server (B MS-Windows2000 Server$B!J(B5.00.2195

No response from Tomcat 5 with IIS

2004-06-08 Thread George
Hi! (BI'm having following problem. (B (BConfiguration (BTomcat 5.0.24 running on Windows 2000 server and IIS 5, (BJK2 2.0.4 (BThe server is put under hardware load balancer "BIG-IP" by (BF5 inc. (B (BProblem (BSometime when the system load is high (about 10 to 20 (Busers are using the

Re: No response from Tomcat 5 with IIS

2004-06-08 Thread George
Hello! all. (BPlease give me any advice since this issue is top urgent (Bfor me. (BAny suggenstion would be appreciated for me. (BThank you very much. (BGeorge (B (B--- Reply from George [EMAIL PROTECTED]: (B Hi! (B I'm having following problem. (B (B Configuration (B Tomcat 5.0.24

RE: No response from Tomcat 5 with IIS

2004-06-08 Thread George
emory="+totalMemory); (B log.info("freeMemory ="+freeMemory); (B log.info("maxMemory ="+maxMemory); (B (B -Message d'origine- (B DeÁþ: George [mailto:[EMAIL PROTECTED] (B EnvoyéÁþ: mardi 8 juin 2004 17:31 (B à: [EMAIL PROTECTED] (B ObjetÁþ: Re: No r

RE: [OT] The Way Java Handles Date

2004-04-03 Thread George Sexton
I got tired of it once and wrote this class. http://www.mhsoftware.com/resources/jar/doc/com/MHSoftware/dates/SaneDat e.html The totally brilliant thing about it is like xbase, date addition and subtraction are greatly simplified. George Sexton MH Software, Inc. Home of Connect Daily Web

RE:Digitally Signing Posts

2004-03-16 Thread George Sexton
Would you either A) Not sign posts to the group Or B) Sign the posts with a working certificate? Everytime I hit one of your messages, it locks my mail client up for 30 seconds. Warning: The Certificate Revocation List needed to verify the signing certificate is either unavailable or

Re: Tomcat on Windows 2003 Server

2004-03-13 Thread George Hester
dump. The dynamic libraries part of it anyway. -- George Hester __ Metin Carl [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there any know problem about Tomcat or JVM on Windows 2003 Server? I couldnt get Tomcat working at all. I get the error

Re: IIS5 isolation mode

2004-03-13 Thread George Hester
What does your uriworkermap_properties file look like? (B (BCheck these two pages for working directions: (B (Bhttp://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html?page=1 (B (Bhttp://www.getnet.net/~rbarr/TomcatOnIIS/default.htm (B (BI know you said Windows 2003 but as long as URLScan

Is this how I do it?

2004-03-11 Thread George Hester
Actions drop down there is a Create New Env Entry. Is that what I am supposed to do from above: Nmae: JCVSLET_HOME Type: java.lang.string Value: =/jcvs/jcvslet Overide Application Level entries: checked Description: CVS Servlet ??? Thanks. -- George Hester

Re: cgi-bin

2004-03-04 Thread George Hester
uriworkermap.properties. If it did it would grab the cgi-bin I use with IIS. So I tried setting up a cgi-bin off a webapp I had made and is shown in the link I gave. Can it be done in this fashion? Thanks. -- George Hester __ Jean-Luc Duval [EMAIL PROTECTED

Re: cgi-bin

2004-03-04 Thread George Hester
nothing more to do other then what I did. Thanks. -- George Hester __ Shapira, Yoav [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, What are the startup errors in your log that lead to the CHI servlet marked as unavailable? Yoav Shapira Millennium

Re: cgi-bin

2004-03-03 Thread George Hester
. Apache Tomcat/4.1.30 Any other suggestions? Thanks. -- George Hester __ Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] You have the servlet declaration but you

cgi-bin

2004-03-02 Thread George Hester
did I do wrong? Can I get this to work? ActiveState Perl is installed in C:\Perl. Is there a test different than what I have done to see if what I set up works? Thanks. -- George Hester

The purpose of WEB-INF\classes ?

2004-03-01 Thread George Hester
then likely some other jar. So my question is what is the purpose of having an extracted jar structure under a classes folder? I have made my own webapp but I do not have a classes folder under that because I have yet to come across the purpose of when it is necessary? Thanks. -- George Hester

Re: Lost the Administrator function

2004-02-29 Thread George Hester
and check the Admin function after each war and the ISAPI redirector. Don't know what else I can do. -- George Hester __ Adam Hardy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 02/29/2004 01:34 AM George Hester wrote: This is the error

Re: Ok the \admin user\password?

2004-02-29 Thread George Hester
Ya ya thanks. -- George Hester __ staf wagemakers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- George Hester [EMAIL PROTECTED] wrote: I downloaded the 4.1.29 Tomcat as a zip. I unzipped and fired Tomcat up. I chose Administrator from

Re: Lost the Administrator function

2004-02-29 Thread George Hester
Well it just died entirely. crap. -- George Hester __ George Hester [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Yeah I know. It's just the Admin function all else seems fine. So when I get to the point that using it is necessary then I'll likely

Re: Lost the Administrator function

2004-02-29 Thread George Hester
. I have a few tother things to try to see if I can keep the functionlity of having a virtual directory as far as Tomcat is concerned NOT under C:\Program Files\Apache Group\Tomcat 4.1\webapps but I'm getting a little tired now. Hope you has a nice weekend Adam. -- George Hester

Re: Lost the Administrator function

2004-02-29 Thread George Hester
. My web.xml in the virtual directory is back to a replica of ROOT's web.xml. In the future I'll be checking that Administrator function if I so much as pet Tomcat. cu -- George Hester __ George Hester [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Yeah

Lost the Administrator function

2004-02-28 Thread George Hester
. Apache Tomcat/4.1.29 What's wrong? The server seems to be working well in all other respects. Thanks. -- George Hester

Re: Lost the Administrator function

2004-02-28 Thread George Hester
in there that has the word admin in it is /admin which is the Adminstrator thing that has gone south. Is there a way to pull out a spanking new service.xml from the Tomcat Installation? Get the source? -- George Hester __ Adam Hardy [EMAIL PROTECTED] wrote

Ok the \admin user\password?

2004-02-28 Thread George Hester
believe user tomcat and password tomcat should have worked. Thanks. -- George Hester __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lost the Administrator function

2004-02-28 Thread George Hester
This is the error: org.apache.jasper.JasperException: Cannot find ActionMappings or ActionFormBeans collection -- George Hester __ Adam Hardy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] You got to have admin.xml in the webapps directory (or your

RE: Help tomcat problem with memory

2004-02-27 Thread George Sexton
Why don't you find someone who understands memory usage for your operating system and have them explain the output of your commands to you. You have 700+MB being used as file cache. Your system is under no memory pressure. Your app is slow because 1) It's compiling JSPs, and this takes

Re: attributes of the element web-app?

2004-02-25 Thread George Hester
it but using a XSL. I do have an XML that does it natively so I'll look more into that. Right now I don't think the dtd is constructed correctly for the image. At least it dosen't have the type of elements contructed in a dtd to do it as far as I can tell. -- George Hester

Re: attributes of the element web-app?

2004-02-25 Thread George Hester
Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app iconcl6D11.gif/icon display-nameWelcome to My JSP-Files/display-name description Welcome to My JSPs /description /web-app jeeze!!! OK let's see if it works now... -- George Hester

Re: attributes of the element web-app?

2004-02-25 Thread George Hester
know of. I made this virtual root by myself under IIS Inet pub. I sort of just popped the web.xml in a WEB-INF folder I made and set up all this to work on port 80. The manager is still 8080 but the web app can be accessed over port 80. -- George Hester __ Mike

Re: attributes of the element web-app?

2004-02-25 Thread George Hester
route away from the dtd route? Thanks. Any links you could suggest on Tomcat's use of the dtd in its XML usage? -- George Hester __ Mike Curwen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It might also be that Tomcat does not implement this part

Re: What's the problem with Tomcat 4.1.29 and Switch?

2004-02-24 Thread George Hester
Ah neat. I was wondering how to use the basic idea. I showed it as out.println but I knew there had to be a better way. Thanks much Antonio. -- George Hester __ Antonio Fiol Bonnín [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] George Hester wrote

attributes of the element web-app?

2004-02-24 Thread George Hester
wrong? I restarted Tomcat but nothing no icon. -- George Hester __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: attributes of the element web-app?

2004-02-24 Thread George Hester
-app. -- George Hester __ Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The dtd also says: !-- The small-icon element contains the name of a file containing a small (16 x 16) icon image. The file name is a relative path within the web

What's the problem with Tomcat 4.1.29 and Switch?

2004-02-23 Thread George Hester
); break; default: out.println(No day); break; } % /body /html !-- END -- -- George Hester __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What's the problem with Tomcat 4.1.29 and Switch?

2004-02-23 Thread George Hester
break the tags up in if - then - else but not in switch? hmmm... -- George Hester __ Parsons Technical Services [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] George, OK, I'll bite. Why? Not sure why you want to try this but from what I understand

Re: What's the problem with Tomcat 4.1.29 and Switch?

2004-02-23 Thread George Hester
color=blue size=+1Sunday/font % break; % % case 2: % font color=blue size=+1Monday/font % break; % % default: % font color=blue size=+1No day/font % break; % % } % -- George Hester __ Carl Howells [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

Re: Using IIS with Tomcat 4.1.29 (tomcat using port 1977)

2004-02-22 Thread George Hester
No it doesn't matter: Use the redirector found here: http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm -- George Hester __ Sara Murillo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm trying to get Tomcat and IIS working together. I

What is wrong with this newsserver?

2004-02-22 Thread George Hester
Huh? -- George Hester __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk2 jni connector with iis - has anyone got this working?

2004-02-22 Thread George Hester
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm Use his iis_redirector.dll -- George Hester __ Tariq Chalabi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I've been banging my head against a wall trying to get tomcat to run in process

RE: so many servlets

2004-02-09 Thread George Sexton
While you can use the invoker, other engines don't have an equivalent. If portability is at all important, you need to explicitly name them out. -Original Message- From: geoffj [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 12:56 AM To: [EMAIL PROTECTED] Subject: so many

RE: Yet another OT question.

2004-02-03 Thread George Sexton
or the other. ok? I'm getting duplicate messages. Don't get me wrong, I appreciate your help. I just don't need the same message twice. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:20 PM To: 'Tomcat Users List'; [EMAIL PROTECTED

RE: Yet another OT question.

2004-02-02 Thread George Sexton
Probably a flake in the Oracle driver. Check you are using the latest one. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:18 PM To: 'Tomcat Users List' Subject: Yet another OT question. It seems like a slow day on the list so, thought

RE: Yet another OT question.

2004-02-02 Thread George Sexton
another OT question. I pulled the latest (1.2 for Oracle 8.1.7) off of Oracle's web site today. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:33 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Yet another OT question

RE: Yet another OT question.

2004-02-02 Thread George Sexton
(nothing was inserted) but that's it. No SQLException. There's got to be a way to catch an error like this. -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 8:10 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Yet another OT

Re: Redhat9 / mod_jk2 builds from source

2004-01-17 Thread George Shafik
ssl.conf files right - can you e-mail any that work Cheers, George - Original Message - From: George Shafik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:39 PM Subject: Re: Redhat9 / mod_jk2 builds from source Opps typo ./configure

RE: Cannot start Tomcat 5.0.16.

2004-01-16 Thread George Leeman Jr
, and everything worked fine. Thanks for your help. George Leeman -- -Original Message- From: George Leeman Jr [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: Redhat9 / mod_jk2 builds from source

2004-01-15 Thread George Shafik
Hi Mark, Oscar, and anyone interested: I found the following always works: ./configure --enable-module=all --enabled-shared=max make make install I think I've could the eXtrem functionality - I call is Xapache while drinking lots of Pepsi :-) enjoy, George - Original Message - From

Re: Redhat9 / mod_jk2 builds from source

2004-01-15 Thread George Shafik
Opps typo ./configure --enable-module=all --enabled-shared=max should be ./configure --enable-module=all --enable-shared=max - Original Message - From: George Shafik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:35 PM Subject: Re

Cannot start Tomcat 5.0.16.

2004-01-15 Thread George Leeman Jr
Today I downloaded and installed Tomcat 5.0.16. I get the sequence shown below. How do I fix this problem? Thanks, George Leeman c:\e\Tomcat5.0.16\jakarta-tomcat-5.0.16\bincatalina run Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME

RE: Cannot start Tomcat 5.0.16.

2004-01-15 Thread George Leeman Jr
Howdy What JDK are you using? Yoav Shapira Millennium ChemInformatics -Original Message- From: George

RE: RTFM

2004-01-14 Thread George Sexton
I generally don't think it is required to resort to things like this to get our attention. -Original Message- From: Jerald Powel [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 3:11 PM To: Tomcat Users List Subject: RTFM Hi, Now I have your attention, will

RE: RTFM

2004-01-14 Thread George Sexton
PROTECTED] Sent: Wednesday, January 14, 2004 5:33 PM To: Tomcat Users List Subject: RE: RTFM in traditional fashion, the subject was related to the contents of body of the email. George Sexton [EMAIL PROTECTED] wrote:I generally don't think it is required to resort to things like this to get our

RE: Invoking JSPs in batch like environment

2004-01-12 Thread George Sexton
If you are using UNIX, then wget is the answer. If you are using Windows, you will have to use Windows Scripting Host to create and instance of IE and retrieve the URL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 1:42 AM To: [EMAIL

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-10 Thread George Shafik
they set-up the context mapping to /examples (It would be great if someone would translate as I couldn't find a link for an English version) Still getting the jk2_init() error but I can now move on. I will post a complete HOWTO in the next week Cheers, George - Original Message - From

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-10 Thread George Shafik
for every servlet [uri:/examples/servlet/RequestHeaderExample] info=servlet- see what I mean for every servlet [uri:/examples/servlet/JndiServlet] info=servlet- see what I mean for every servlet ** many many many thanks to all George - Original Message - From: George Shafik [EMAIL

Re: Mapping in workers2.properties

2004-01-10 Thread George Shafik
=ajp13:sslaptop.gsss.net:8001 context=/examples group=status:status tomcatId=sslaptop.gsss.net:8001 [uri:/examples/*.jsp] info=jsp files [uri:/examples/servlet/*] info=servlet * take care, George - Original Message - From: Mark Eggers [EMAIL PROTECTED] To: Tomcat

RE: Tomcat Deadlock

2004-01-09 Thread George Sexton
Using SQL Enterprise manager, find out what process is holding a lock, and what it's last statement was. You do know that you have to rollback failed update statements don't you? -Original Message- From: Hooper, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 9:19 AM To:

RE: Microsoft SQL Server validation query

2004-01-09 Thread George Sexton
How about one of these: Select @@VERSION Or Select getdate() as CurrentDate -Original Message- From: Derek Mahar [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 8:15 AM To: Tomcat Users List Subject: Microsoft SQL Server validation query Does anyone happen to know which

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-09 Thread George Shafik
* jk2.properties Kind Regards, George Shafik In completing one discovery we never fail to get an imperfect knowledge of others of which we could have no idea before, so that we cannot solve one doubt without creating several new ones. -Joseph Priestly, 1786

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-06 Thread George Shafik
Great effort if only to commend you on getting to the end of this e-mail! Kind Regards, George Shafik In completing one discovery we never fail to get an imperfect knowledge of others of which we could have no idea before, so that we cannot solve one doubt without creating several new ones

RE: RE: virtual hosting? anyone succeed?

2004-01-06 Thread George Sexton
Using the Admin application, click on the service (Generally, Service (Catalina)). From the service actions dropdown, select the option to create a new host. -Original Message- From: 29djeo [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 8:56 AM To: George Sexton Cc: [EMAIL

RE: Have some questions, also possible contract work up for grabs

2004-01-03 Thread George Sexton
Stay away from hosting. Very few hosting companies have their act together. Buy your own hardware and co-locate it if you must. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 4:02 PM To: [EMAIL PROTECTED] Subject: Have some questions,

Fw: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-03 Thread George Shafik
managed to build mod_jk2.so Below are the following files: error.log from Apache 2.0.48 jk2.properties workers.properties snippet from httpd.conf snippet from server.xml Many thanks for any help you may be able to give. Cheers, George ### error.log file in Apache2.0.48 log

Re: MOD_JK2 also Fails aaaggggg@###!!!

2004-01-02 Thread George Shafik
this is after all open source. Cheers, George Excellence is not an act, but a habit. - Aristotle - - Original Message - From: Suneel [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 02, 2004 6:24 PM Subject: MOD_JK2 also Fails [EMAIL PROTECTED] Hi

RE: How is catch{} code handled

2004-01-02 Thread George Sexton
Unfortunately, your logic is flawed. The major flaw is that sendRedirect() does not terminate processing of the servlet. IOW, this is happening: Servlet Invoked Sub-Routine Invoked SQLException Generated Exception Caught Send-Redirect to

RE: How is catch{} code handled

2004-01-02 Thread George Sexton
the caller to handle the exception. In general, the idea behind exceptions is that nobody checks return codes so let's use the compiler to force them to catch an error. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585

Re: MOD_JK2 also Fails aaaggggg@###!!!

2004-01-02 Thread George Shafik
from source just in case you mist my point. WARNING: PLEASE DO NOT GIVE ME A ONE LINE RESPONSE *** Real APOLOGIES to those of you who really get the message George *** This file contains

Re: LAN Access

2003-12-30 Thread George Shafik
. George - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 5:04 PM Subject: LAN Access Hi all, I have created a Web Online exam as per tthe procedure as well and it was working fine now i want to access the web in difeerent

RE: Admintool cannot save changes to servers.xml

2003-12-29 Thread George Sexton
] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 29, 2003 5:00 AM To: [EMAIL PROTECTED] Subject: Re: Admintool cannot save changes to servers.xml George Sexton wrote: Do the log files contain no information? Hi George, I tried with a clean installation and this time also checked the log

RE: Admintool cannot save changes to servers.xml

2003-12-28 Thread George Sexton
Do the log files contain no information? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, December 28, 2003 2:06 AM To: [EMAIL PROTECTED] Subject: Re: Admintool cannot save changes to servers.xml George Sexton wrote: I use the admin

RE: Admintool cannot save changes to servers.xml

2003-12-27 Thread George Sexton
I use the admin app and it works for me. Does the user that Tomcat run under have permissions to the file and directory? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, December 27, 2003 2:16 PM To: [EMAIL PROTECTED] Subject:

RE: StringBuffer Factory?

2003-12-27 Thread George Sexton
This is a really bad idea because of the implementation of StringBuffer.toString() and setLength(). http://developer.java.sun.com/developer/bugParade/bugs/4724129.html George Sexton MH Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice

RE: Memory comsuption

2003-12-26 Thread George Sexton
I don't understand why you think you have a problem. You have a machine with 2GB of memory installed. 84MB is free RAM, and the OS is using 330MB of ram for cache buffers. Tomcat is using some 50MB of RAM. The machine is clearly not under any kind of memory stress FWIW, the memory options

RE: Memory comsuption

2003-12-26 Thread George Sexton
the others 50 or 70 java process with 50M of memory comsuption too? Daniel Alvarez ISP-InfoCom - Original Message - From: George Sexton [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, December 26, 2003 3:30 PM Subject: RE: Memory comsuption I don't understand why you

RE: RES: TCP-FIN problem

2003-12-23 Thread George Sexton
Just one little detail with setContentLength(). If you are writing a string out, make really sure that your content length is correct. If it is not, the connection will stay open. A common mistake (at least one I have made) is to think that the character count in a buffer is the number of bytes

RE: postgres configuration

2003-12-22 Thread George Sexton
This is obviously not a Tomcat problem. Please ask your question in a forum for your operating system (probably the best place) or in a PostgreSQL forum. You may also want to refer to this document: http://www.catb.org/~esr/faqs/smart-questions.html -Original Message- From: [EMAIL

RE: virtual hosting? anyone succeed?

2003-12-21 Thread George Sexton
I run about 6-8 virtual hosts on one installation. I created them using the Admin application and had no problems. -Original Message- From: 29djeo [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 11:34 AM To: [EMAIL PROTECTED] Subject: virtual hosting? anyone succeed? Has

jk connector Apache 1.3.29 Tomcat 4.1.29 too slow

2003-12-20 Thread George Shafik
file apache is doing its job of passing the requested to tomcat to process however tomcat is not responding (as if some termination of a previous requested is still resolving!). hope someone can help as I've spent the last 3 weeks on this :-( many thanks in advance for any help, George

RE: A weird issue

2003-12-19 Thread George Sexton
Download the MS JDBC driver, and never use ODBJ-JDBC bridge. -Original Message- From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 8:36 AM To: Tomcat Users List Subject: A weird issue Hello All, Now my software platform as below: Windows 2000

RE: Database Rollback doesn't work

2003-12-19 Thread George Sexton
I thought transactions were one of those features MySQL decided that real developers didn't need. Are you really certain mySQL Supports transactions in the relatively low version you are using? Also, I hope you don't need to scale. You are essentially locking the table until the mail goes or

RE: URGENT PLEASE HELP ME........................................

2003-12-17 Thread George Sexton
Try reading the documentation. The default invoker is disabled in 4.1.x. Either re-enable it, or create servlet/servlet mapping pairs in the web.xml file. -Original Message- From: Pinguti Sridevi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 1:22 AM To: anand; javagroup;

RE: web administration tool and tomcat-users.xml

2003-12-15 Thread George Sexton
There is a real, bigger problem. Without looking at the source, my guess is that the parameters are not being parsed correctly and they are being treated as ISO-8859-1 and not UTF-8. This can happen when there is a mismatch between the character encoding sent from the browser, and the encoding

Re: javax.mail.SendFailedException: Sending failed

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

RE: very basic winNT question

2003-12-11 Thread George Sexton
I think more likely, you need to increase your environment size by specifiying /E: in your command line to run CMD. -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 10:49 AM To: 'Tomcat-User List' Subject: very basic winNT

RE: Installing Manager tool

2003-12-08 Thread George Sexton
Did you set the privileged=true attribute in the context definition? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:44 AM To: [EMAIL PROTECTED] Subject: Installing Manager tool Hi, I installed Tomcat 4.1 to test the Manager

RE: Database pool problem

2003-12-08 Thread George Sexton
Why not go the extra mile and get a database that supports cutting edge features like views? PostgreSQL -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 6:06 AM To: 'Tomcat Users List' Subject: RE: Database pool problem Of

RE: Lock on database file not being released...

2003-12-08 Thread George Sexton
is still showing as locked. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:11 AM To: 'Tomcat Users List' Subject: RE: Lock

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
A common problem in beginner JDBC is not performing a ROLLBACK when an update fails. Even when autocommit is set to TRUE, a failed update will leave the records locked in the database. Update statements should always be coded so that if an exception is thrown, a rollback is performed on the

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
One other question. What is the setting of AutoCommit? Are you setting it to TRUE? -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2003 2:13 PM To: Tomcat Users List Subject: RE: Lock on database file not being released...

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
OK, I now think I know the issue. Try changing the entries for the ODBC connection. Specifically change: ImplicitCommitSync And UserCommitSync The docs are inconsistent on their usage, and I think the drivers vary depending upon the version of the Jet engine you are using. Anyhow, adjust

RE: Lock on database file not being released...

2003-12-07 Thread George Sexton
for the connection pooling? Please elaborate on what you think I should do. Thanks. Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2003 11:28

RE: Tomcat-Eclipse question

2003-12-03 Thread George Sexton
-Djava.compiler=NONE SET JAVA_HOME=C:\J2SDK1.4.1_01 %CATALINA_HOME%\bin\catalina.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 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: Atreya Basu [mailto

Re: html not working

2003-11-30 Thread George Esperanza
--- Timo [EMAIL PROTECTED] wrote: George, It seems that you having problems resolving relative references, can you tell me where your images are located in relative form to your web context, my images are also located together with my html files. also tell me what is your href tags

RE: request.getremoteAddr() returning 127.0.0.1 (localhost)

2003-11-30 Thread George Sexton
What connector are you using? Are you fronting Tomcat with a web server? If so, how is it being done? -Original Message- From: Kilic, Hakan [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 4:07 PM To: 'Tomcat Users List' Subject: request.getremoteAddr() returning 127.0.0.1

html not working

2003-11-29 Thread George Esperanza
server. Please help. Thanks George __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: tomcat 4.1.29 and static content in non Latin (ISO-8895-1) characters

2003-11-18 Thread George Sexton
Have you tried running the page through native2ascii and then using the output of that as your JSP? -Original Message- From: Yavor Trapkov [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 1:16 AM To: [EMAIL PROTECTED] Subject: tomcat 4.1.29 and static content in non Latin

<    1   2   3   4   5   >