CGI difficulty, binmode(STDIN) not working in FileUpload

2005-09-22 Thread Ron Cozad
I have a form input on a html page that does a file upload. I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not g

File Upload problem with cgi perl script

2005-09-20 Thread Ron Cozad
I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not getting the whole file. Running Tomcat 4.1.31 and IE brows

File Upload problem with cgi perl script

2005-09-19 Thread Ron Cozad
I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not getting the whole file. Running Tomcat 4.1.31 and IE brows

JSP 2.1 in Tomcat 6?

2005-09-18 Thread Ron Kiat
I understand that Tomcat 5.5 supports JSP 2.0. I heard that JSP 2.1 has a slightly different syntax for the Expression Language, and Java 5 EE is coming. Will the next build of 5.5 suppport JSP 2.1? Or will there be Tomcat 6? Thanks, Ron

URL embedded filename suggestion not working inTomcat

2005-09-13 Thread Ron Cozad
This url is not working in Tomcat, but it works with Apache http server. http://my.company.com/cgi-bin/program1.cgi/filename.txt?parameter1=123 Next url does work with tomcat but of course the browser proposes program1.cgi as the name instead of filename.txt, as desired in the first url. http

How to get an URL embedded filename suggestion to work in Tomcat as it does in Apache

2005-09-12 Thread Ron Cozad
This url is not working, but it works with Apache http server. http://my.company.com/cgi-bin/program1.cgi/filename.txt?parameter1=123 Next url does work with tomcat but of course the browser proposes program1.cgi as the name instead of filename.txt, as desired in the first url. http://m

Re: R: TROUBLE UNCOMPRESSING jakarta-tomcat-5.5.9.tar.gz

2005-09-08 Thread Ron Price
Try running this command: [EMAIL PROTECTED] local]# md5sum jakarta-tomcat-5.5.9.tar.gz 35ea177af353446af1de3c762a4f0f4d jakarta-tomcat-5.5.9.tar.gz ^ |---you should get this big string here, if it doesn't match then it was corrupted in the download if your number matches mine you have somethin

Runaway Process

2005-09-07 Thread Ron Price
CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/j2sdk (now everything is fine, tomcat is acting normal again and happily serving jsps/servlets) What am I missing? It doesn't seem like I should have to kill the process explicitly. Any help is appreciated:-) Thanks /ron

restarting tomcat in production

2005-07-25 Thread Ron Heeb
his and may not be a bad idea to do even if there wasn't any leak. any response appreciated. thanks in advance...ron -- Ron Heeb, Project Leader Applications Development - Information Technology Resources California State University, Northridge 18111 Nordhoff St., Northridge, CA 91330-8

RE: Common vs. Shared

2005-05-06 Thread Ron Heeb
developers shouldn't put anything into common. this is from Professional Apache Tomcat 5 from Wrox. for what it's worth...ron -- Ron Heeb, Project Leader Applications Development - Information Technology Resources Californi

PersistentManager

2005-04-19 Thread Ron Crayton
The documentation for the PersistentManager has contained the following warning since Tomcat 4.1. Is it really still considered experimental? WARNING - Use of this Manager implementation has not been thoroughly tested, and should be considered experimental! Thanks. ___

RequestDispatcher.forward() to doc located on HTTP Server

2005-04-11 Thread Ron Crayton
Is it possible to use Request.forward() to forward a request to an html document located on an HTTP Server? I'm using Tomcat 5.5.7 and Apache 2.0. I have a document setting in the htdocs folder of Apache 2.0 that I'm trying to forward to from an application deployed in Tomcat 5.5.7. I have

crossContext not working

2005-04-11 Thread Ron Crayton
I'm trying to forward a request from an app running in Tomcat 5.5.7 to an html document outside of the app's context. The html document is in the htdocs folder of Apache HTTP Server 2.0. My context.xml document for the app looks like this: The code looks like this: Serv

5.0.30 Manager app returns 'OK' before app is deployed

2005-03-31 Thread Ron Gomes
We've run into an unexpected troublesome behavior in Tomcat 5.0.30. We have an installation script that uses the HTTP interface of the Manager App to install a number of Web applications in one go. What we've found is that in some cases the Manager app returns OK to the caller, claiming that the ap

RE: What's the defaukt Admin user id/password

2004-11-30 Thread Ron Day
sorry, but some people are too important to send helpful replies. There is no default id/password for either the manager or admin apps. You set up your own in the conf/tomcat-users.xml: for tomcat/tomcat as id/password use: Don't forget the college fund. PYOFW -Original Message---

Race condition in SystemLogHandler.java

2004-06-22 Thread Ron Gomes
The org.apache.tomcat.util.log.SystemLogHandler class (source code in jakarta-tomcat-connectors-4.1.30) handles, among other things, capturing of System.out and System.err so that they can be redirected to an application's log file. It makes use of another class (CaptureLog) to hold the captured d

Use of roles when tomcatAuthentication=false

2004-06-22 Thread Ron Gomes
We use Tomcat with a fronting Web server (Apache) which provides Basic authentication, so we need to run with 'tomcatAuthentication="false"' in the Ajp13Connector. But we also want to make use of the servlet "roles" concept to protect applications (including the Manager app) from arbitrary access.

Re: Separating JVM's stdout from Tomcat's

2004-03-15 Thread Ron Gomes
On Mon, 15 Mar 2004, Shapira, Yoav wrote: > Only if your webapps are bad and use System.out/System.err ;) > > You can add swallowOutput="true" to your context declarations to make > System.out/System.err output from the webapps go to the localhost log. > (Or the Logger defined for the Context, if

Separating JVM's stdout from Tomcat's

2004-03-15 Thread Ron Gomes
We're porting part of a ServletExec-based shared-container infrastructure to Tomcat. One of its features is that when the JVM is started we redirect its standard output to stdio.out, to capture GC logging and other JVM-specific messages. ServletExec then arranges for the stdout and stderr of Web

Tomat 5.0.19 fails to start as a service for win2K

2004-03-06 Thread Ron Andersen
1) When I try to start the Tomcat Service, I receive: The Apache Tomcat service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. What am I missing? 2) It works fine when I start via the batch file startup.bat

Re: UserDatabaseRealm 5.0.16 - immediately available for use by the Realm??

2003-12-18 Thread Ron Andersen
Last time I checked, tomcat-users.xml was only read on startup. Ron Andersen wrote: >1) I configured the default authentication realm - UserDatabaseRealm, which is setup >to use conf/tomcat-users.xml. However, I am confused about the following statement: > >This Realm uses the UserD

UserDatabaseRealm 5.0.16 - immediately available for use by the Realm??

2003-12-17 Thread Ron Andersen
1) I configured the default authentication realm - UserDatabaseRealm, which is setup to use conf/tomcat-users.xml. However, I am confused about the following statement: This Realm uses the UserDatabase configured in the global JNDI resources under the key "UserDatabase". Any edits that are perf

Re: including a page outside webapp

2003-12-09 Thread Ron Andersen
Did you turn on SSI support?? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssi-howto.html "Kumar, Sumit" <[EMAIL PROTECTED]> wrote: Hi, I want to include a html header in my jsp page. However that html is not located in the same webapp. It is actually not located in any webapp but in a diff

Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Ron Andersen
I am only using one platform and I need the best performance, since I will be compressing images. Therefore, if I use the connector compression, shall I turn the filter compression off(in web.xml). Also, does the connector(in server.xml) support the following attributes?? compression="on"

RE: Compression 5.0.16 - web.xml or server.xml

2003-12-09 Thread Ron Andersen
av Shapira Millennium ChemInformatics >-Original Message- >From: Ron Andersen [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 09, 2003 9:30 AM >To: Tomcat Users List >Subject: RE: Compression 5.0.16 - web.xml or server.xml > >Thanks..one last question..does this means if compr

RE: Compression 5.0.16 - web.xml or server.xml

2003-12-09 Thread Ron Andersen
t;-----Original Message- >From: Ron Andersen [mailto:[EMAIL PROTECTED] >Sent: Monday, December 08, 2003 4:39 PM >To: Tomcat Users List >Subject: Compression 5.0.16 - web.xml or server.xml > > >After reviewing the Tomcat 5. doco for the Coyotte connector (port 808), it

Compression 5.0.16 - web.xml or server.xml

2003-12-08 Thread Ron Andersen
to write a servlet >filter. Look in server.xml or the tomcat docs for details. > >Jake > >At 03:16 PM 11/30/2003 +0100, you wrote: > >Ron Andersen wrote: > > > >>Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? > >> > > > >Hello,

Re: SSL - FileNotFoundException (Access is denied)

2003-12-07 Thread Ron Andersen
Thank you! I wil add it to the Connector tag!! Bill Barker <[EMAIL PROTECTED]> wrote:You need to put the full path to the file (including the file name :) for the keystore. Also, for future reference, the tag is deprecated in Tomcat 5. You should set the attributes on the tag instead.

SSL - FileNotFoundException (Access is denied)

2003-12-06 Thread Ron Andersen
Installed SSL by the following(ADV Server 2000 and tomcat build 5.0.16): 1) Creating the keystore file 2) Added attribute keystoreFile to the tag 3)Added path C:\Program Files\Apache Software Foundation\Tomcat 5.0\conf to keystoreFile 4) Restarted Tomcat (logged in as Administrator) and receiv

Compression and server.xml file 5.0.14??

2003-12-01 Thread Ron Andersen
The sample server.xml includes the followng attributes for the Connector XML tag: compression="on" compressionMinSize="2048" noCompressionUserAgents="gozilla, traviata" compressableMimeType="text/html,text/xml" In the admin consol

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
#x27;s web servers does not support Virtual Hosts. Does it now support >Virtual Hosts? > >Jacob Kjome wrote: > >The Coyote connector supports this already. No need to write a servlet >filter. Look in server.xml or the tomcat docs for details. > >Jake > >At 03:16

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
te a servlet filter. Look in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: >Ron Andersen wrote: > >>Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? >> > >Hello, > >You can write a ServletFilter, and a HttpServle

Tomcat 5.0 web server - virtual hosts?

2003-11-29 Thread Ron Andersen
Does Tomcat's 5.0 web server support virtual hosts? - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

GZIP-encoding/mod_gzip and Tomcat??

2003-11-28 Thread Ron Andersen
Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

Re: definition/usage of session-timeout?

2003-11-25 Thread Ron W.
preferable, but it's extremely hard to diagnose. Putting in println's everywhere would in my case generate huge log file sizes, and I'll only try that as a last resort. Can anyone suggest a different technique for simulating an "inactive" session, so that I can get to work

definition/usage of session-timeout?

2003-11-24 Thread WALKUP, RON [AG/1000]
w 2) Use Thread.sleep(12) In both cases, the 1 minute timeout doesn't do anything. So what constitutes an "inactive" session, for which this parameter was designed? If it likely won't solve my problem, does anyone have an idea on how I can kil

Dynamic Authenticator

2003-10-14 Thread Ron Andersen
Does anyone know of a good authentictor plugin for Tomcat. I reviewed the sample(XML based) authentcator from Tomcat, but this authenicator is only used at startup. I need onw that will able to add and delete users on the fly - not just at start up. - Do you Yah

RE: Jav Options

2003-10-13 Thread Ron Andersen
Did I missed this from the setup doco, or is this(JDK1.4) missing :) ? Larry Isaacs <[EMAIL PROTECTED]> wrote:I believe you will need JDK 1.3.1, or later, to get the "-Xrs" option. It was added to "fix" the logout problem JDK 1.3. Cheers, Larry > -Original Mess

Jav Options

2003-10-13 Thread Ron Andersen
I stalled Tomcat 5.0 on Win2K adv server.. When I try to start it, it loggs the following in the log file: Unrecognized option: -Xrs The Java optionsettings are: -Dcatalina.home="F:\Program Files\Apache Software Foundation\Tomcat 5.0" -Djava.endorsed.dirs="F:\Program Files\Apache Software Fo

RE: request parameter question ...

2003-03-26 Thread Ron Day
Don't need to do this. You can use a requestDispatcher in servlet to perform a forward (BTW: that's ultimately what a jsp relies on anyway !!) Ron -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 3:36 PM To: Tomcat Users List S

RE: request parameter question ...

2003-03-26 Thread Ron Day
Attributes and Parameters are different. Parameters only arrive as part of a querystring or in a form post. Attributes are more general, and can be set by the programmer. That said, they are set and read using different methods. several responses to your post suggested using xxx?param=yy or usi

RE: JDK DNS cache (was Re: crontab problems)

2003-02-26 Thread Ron Day
26, 2003 at 06:57:11AM -0500, Tim Funk wrote: > Ron Day wrote: > >Do you know which class cache the negative response > Its a JDK issue. > (IIRC) Successful (and unsucessful?) DNS lookups are cached forever > during the life of the JVM. The web application develo

RE: crontab problems

2003-02-26 Thread Ron Day
I checked the properties file and I am using defaults, so cache on unsuccessful should be 10 secs. Mine is sure acting like it is "Forever" (until new jvm is started) ron -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003

RE: crontab problems

2003-02-26 Thread Ron Day
ative result should never be done by anything. So the behaviour you illustrated is really strange. What platform does your webapp run on? - Original Message - From: "Ron Day" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday,

RE: crontab problems

2003-02-26 Thread Ron Day
Do you know which class cache the negative response -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:07 AM To: Tomcat Users List Subject: RE: crontab problems Because the underlying classes sometimes cache a negative respo

RE: crontab problems

2003-02-25 Thread Ron Day
don't understand why bouncing Tomcat would resolve a DNS problem. The UnknownHostException is a indication that something is wrong with DNS or the resolver library. - Original Message - From: "Ron Day" <[EMAIL PROTECTED]> To: "Tomcat Users List" <

RE: crontab problems

2003-02-25 Thread Ron Day
works (JDK used 1.4.1). Regarding your problem: I don't understand why bouncing Tomcat would resolve a DNS problem. The UnknownHostException is a indication that something is wrong with DNS or the resolver library. - Original Message - From: "Ron Day" <[EMAIL PROTEC

RE: crontab problems

2003-02-25 Thread Ron Day
your streams, I actually set the request method to "HEAD", and interrogate the Response Code. This is easy to do in HTTPURLConnection. I instantiate the URL outside the loop (and hence only once), and I am wondering if this is the source of my problem. I plan to test it ASAP. ron ---

RE: crontab problems

2003-02-25 Thread Ron Day
53 PM Subject: RE: crontab problems > > Still won't work. A 404, 500, or other error will have a content length > greater than 0. That's bad. > > John > > > -Original Message- > > From: Ron Day [mailto:[EMAIL PROTECTED] > > Sent: Tuesday,

RE: Script for checking remote server

2003-02-25 Thread Ron Day
just checking to see if a response came back (a 404 or 500 or other error is a valid response but not the one you want). That doesn't do anything. Perhaps I missed another example that was posted. John > -----Original Message- > From: Ron Day [mailto:[EMAIL PROTECTED] > Sent:

RE: crontab problems

2003-02-25 Thread Ron Day
Thanks , two questions... 1) Does the URL creation have to be inside the while loop ? 2) Shouldn't the if statement test be: (! con.getContentLength() > 0) rather than (con.getContentLength() > 0) Ron -Origi

RE: Script for checking remote server

2003-02-25 Thread Ron Day
well. Anything else is false security. John > -Original Message- > From: Ron Day [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 2:07 PM > To: Tomcat Users List > Subject: RE: Script for checking remote server > > > Use java code very similar to that in t

RE: Script for checking remote server

2003-02-25 Thread Ron Day
is down. John > -Original Message- > From: Ron Day [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 2:09 PM > To: Tomcat Users List > Subject: RE: Script for checking remote server > > > Will you get a jsp if Apache is down ?? > > -Original Message-

RE: Script for checking remote server

2003-02-25 Thread Ron Day
Will you get a jsp if Apache is down ?? -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:07 PM To: Tomcat Users List Subject: RE: Script for checking remote server I use a script that uses wget to retrieve pages from the server. If I can

RE: Script for checking remote server

2003-02-25 Thread Ron Day
Use java code very similar to that in the recent post by Hannes Schmidt (see Tues 02/25/2003:5.29AM) I run something like this out of a thread that I initiate in the init method of my main servlet. It can call a java class to send email or whatever. ron -Original Message- From: tomcat

RE: crontab problems

2003-02-25 Thread Ron Day
Would you expand on option 2. Why is this a thread rather than a java app that is started on system startup ? Ron -Original Message- From: Hannes Schmidt [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 12:50 PM To: Tomcat Users List Subject: Re: crontab problems There'

RE: Sessions without Cookies?

2003-02-17 Thread Ron Day
no server configuration, just use response.encodeURL() with every href, and form action. If you want, there are custom tags out there that will give you more compact code. Ron -Original Message- From: Joe Tomcat [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 15, 2003 2:50 PM To

RE: MY ATTITUDE

2003-02-13 Thread Ron Day
Steve, GFYYA-H - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Log4J and tomcat

2003-02-13 Thread Ron Day
Try putting log4j.jar in your WEB-INF/lib directory, and your log4j.props in your classes directory. or set up a servlet that loads on startup that uses the log4j method to define the path to your prop file, in the init(). -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED]] Se

RE: Fw: Fight war

2003-02-13 Thread Ron Day
At least the odd threads were somewhat related to tomcat. -Original Message- From: Rasputin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:34 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Fw: Fight war * Jonathan Discount <[EMAIL PROTECTED]> [0223 15:23]: > Kee

RE: newbie installation problem

2003-02-12 Thread Ron Day
Redhat Package Management (Redhat make a version of Linux) -Original Message- From: Steve Burrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 1:59 PM To: Tomcat Users List Subject: RE: newbie installation problem Excuse my ignorance please, but what does RPM stand for ex

RE: MY ATTITUDE

2003-02-11 Thread Ron Day
Dear Abby, Please help Steve. -Original Message- From: Steve Burrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:31 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: MY ATTITUDE Well, well, Jim, aren't just flat too damned *cute* for yer own good?!!! You think th

RE: servlet URL

2003-02-07 Thread Ron Day
Will, How can you resist ? -Original Message- From: Steve Burrus [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 2:28 PM To: Tomcat Users List Subject: Re: servlet URL will, this has NOTHING to do with what you responded to, i.e., whatever problem some Tomcat user had, but I

RE: Why won't anyone help me out??

2003-02-04 Thread Ron Day
Have you considered another occupationmaybe a Diplomat !! Ron -Original Message- From: Steve Burrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: Why won't anyone help me out?? Well, seeing how no one, so far, has seen f

Debugging JSPs

2003-01-29 Thread Ron van Pol
Hi there, I've asked some question before regarding remote debugging of JSPs with tomcat4. Since nobody has responded yet, I'll give it another try. Can anybody please tell me how they debug JSPs with tomcat4? Regards, Ron

RE: strange response.getAttribute problem

2003-01-23 Thread Ron Day
also its request.getAttribute, not response.getAttribute. -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:16 PM To: Tomcat Users List Subject: strange response.getAttribute problem In my index.jsp file, I have the following snippet of cod

RE: strange response.getAttribute problem

2003-01-23 Thread Ron Day
getAttribute returns 'Object'. You need to cast it to 'String' Ron -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:16 PM To: Tomcat Users List Subject: strange response.getAttribute problem In my index.jsp file,

RE: You used to make your servlet work, but what about a JSP page with a bean?

2003-01-14 Thread Ron Day
No, your syntax is correct. Must be another problem. sorry -Original Message- From: Wilson Snook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 4:56 PM To: Tomcat Users List Subject: Re: You used to make your servlet work, but what about a JSP page with a bean? Thanks Ron

RE: You used to make your servlet work, but what about a JSP page with a bean?

2003-01-14 Thread Ron Day
Is your bean in a package? If not Tomcat will not find it in the default package. just add "package com.mypackage" to bean source, and put class file in classes/com/mypackage ron -Original Message- From: Wilson Snook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003

Remote debugging JSPs

2003-01-09 Thread Ron JCH. van Pol
Hi, Has anyone succesfully setup remote debugging of Java ServerPages with Tomcat4? I am able to debug servlet using JPDA but not with Java ServerPages. Any suggestion would be greatly appreciated. Thanks, Ron

HOWTO debug JSPs with JPDA?

2003-01-06 Thread Ron van Pol
ckage org.apache.jsp. But the location of the generated java and class files follow the path of the original JSP (/work/Standalone/localhost//), so JBuilder can find the generated java and classfiles. Does anyone have any suggestions how to make debugging JSPs work using JPDA? Thanks, Ron

RE: long delay in ie

2002-12-12 Thread Ron Day
erver (Netscape Enterprise Server??) had HTTP1.1 issues and had behavior similar to this - some requests would come through, some wouldn't. It's worth a try. Also, are you using Tomcat's HTTP stack or a separate web server? Which one? > > -Original Message- > &

RE: long delay in ie

2002-12-12 Thread Ron Day
s XP. Once you are on a rev level, you're there, for better or worse. John > -Original Message- > From: Ron Day [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 2:03 PM > To: Tomcat Users List > Subject: RE: long delay in ie > > > i'm

RE: long delay in ie

2002-12-12 Thread Ron Day
ECTED]] Sent: Thursday, December 12, 2002 12:56 PM To: Tomcat Users List Subject: RE: long delay in ie Good point. I have 6.0.2600.CO. Ron, Can you tell me yours? May be I should update the browser and apply all the patches. -Original Message- From: Turner, John [mailto:[EMAIL PROT

RE: long delay in ie

2002-12-12 Thread Ron Day
I experienced exactly the same problem going from 4.0.3 to 4.1.12. I posted it on this list, but have not resolved it as yet... I have no images or applets on my pages ! just html ron -Original Message- From: Iqbal, Shamsudeen M [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Connecting Tomcat 4.1.12 with Apache 1.3

2002-12-11 Thread Ron Day
do you have a reference to Robert's "JK2 HOWTO" -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:22 PM To: 'Tomcat Users List' Subject: RE: Connecting Tomcat 4.1.12 with Apache 1.3 I'm planning to dig into mod_jk2 this weekend, on RH

RE: How to access /images?

2002-12-11 Thread Ron Day
nice solution.. is there a reason why you didn't make location a static method ? R -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 1:23 PM To: Tomcat Users List Subject: Re: How to access /images? Don't know if this helps, but I put a Na

RE: 4.1.12 dumps VM, any ideas?

2002-12-10 Thread Ron Day
It could be jdk 1.4.1_01 when I changed to that and tried to run struts-console, either the jvm was shut down or my machine rebooted. when I went back to 1.3.1 everything worked fine. Ron -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 1

RE: javabean problems

2002-12-08 Thread Ron Day
]] Sent: Sunday, December 08, 2002 11:47 AM To: Tomcat Users List Subject: Re: javabean problems On Sun, 8 Dec 2002 11:00:05 -0600 "Ron Day" <[EMAIL PROTECTED]> wrote: > Your javabeans are not in a package.Tomcat 4.xx does not like this as it > puts it in the default package

RE: javabean problems

2002-12-08 Thread Ron Day
Your javabeans are not in a package.Tomcat 4.xx does not like this as it puts it in the default package, and then cannot find it at run time. Just put your beans in a package, recompile and then add your package directory structure under the "classes" directory. i.e if you have com.my.package for

RE: Tomcat BOOK List Request

2002-12-03 Thread Ron Day
Are you sure a book will help ! -Original Message- From: Steve R Burrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:14 PM To: [EMAIL PROTECTED] Subject: Tomcat BOOK List Request Hello, as Micael wanted me to do, I am making a formal request of the group of any and all

Struts-Console-3.1 causes windows to reboot ???

2002-12-03 Thread Ron Day
Anyone else see this strange behavior. downloaded Struts-console-3.1 to c:\ double click console.bat or run command line... windows shuts down, then reboots. Win 2000 sp3 jdk 1.4.1 anyone, or is my machine cookoo -- To unsubscribe, e-mail: For additional c

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
I did a quick and dirty test. Wrote to console log at last line of servlet, then noticed the time lag was after this statement was written. Lag of about 8 secs on IE, none on NS 4.75. R -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 3:03

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 On Mon, 2 Dec 2002, Ron Day wrote: > Date: Mon, 2 Dec 2002 11:37:32 -0600 > From: Ron Day <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> >

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
rameters or configuration options in 4.1.12 aren't doing something that you don't expect? John > -Original Message- > From: Ron Day [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 12:38 PM > To: Tomcat Users List > Subject: RE: tomcat 4.1.12 muc

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
Craig, thanks for suggeations but. Not 15 seconds, but 10 times slower than 4.0.3 what puzzles me is that environment is identical except that I use 4.1.12 version rather than 4.0.3 No other changes between versions and when I go back to 4.0.3 performance improves. ron -Original

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
?? ron -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 10:29 AM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Hi, My setup is much faster with tomcat 4.1.12 than 4.0.x What kind of things are you doing with

tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
from small single servlets to medium projects. Anyone have any ideas as to why this may be. I did not change anything, and it happens for jsp's and servlets !!! It seems that the tomcat examples work fine ! ****** ron -- To unsubscribe, e-mail: <mailt

Re: JNDI Datasource question

2002-12-02 Thread Ron Smits
Jake, thanks, this is a great answer and answers my question exactly. :) Especially the "META-INF/context.xml". was somthing that I must have overlooked Ron On Mon, 2002-12-02 at 11:09, Jacob Kjome wrote: > > Hi Ron, > > That is referring to a context configuration fi

JNDI Datasource question

2002-12-01 Thread Ron Smits
Container int web.xml of an application that is deployed. But where to I put all the values named in the ResourceParams entries if I want to declare them from the web.xml file? Ron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
all subsequent submissions of form. A strange problem !!! ron -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 4:38 PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Ron, the first solution (load on startup) is

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
happens for jsp's and servlets !!! ****** ron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
Yes, I'm aware of that. I was more interested in Scotts servlet tag. Even more I am hoping someone has a better way to get my 4.1.12 install working correctly (at same speed as 3.0.4). ron -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
I didn't figure it out, Scott Murray did, I'm waiting for his explanation. Ron -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 2:38 PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 How did you e

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
Thanks for the tip. I understand your first servlet tag, but I do not see why the servlet-mapping tag is there. Shouldn't this be in the global web.xml file in /conf. Any idea why we have to do this "hack" Ron -Original Message- From: Scott Murray [mailto:[EMAIL P

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
than Tomcat 4.0.3 I need some help/assistance right away with trying to see a JSP in my browser!! All that I get for my efforts is a cryptic server error msg. [404] message saying that the requested resource couldn't be found! On Fri, 29 Nov 2002 22:47:02 -0600, Ron Day <[EMAIL P

tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread Ron Day
I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10 times slower. Anyone have any ideas as to why this may be. I did not change anything, and it happens for jsp's and servlets !!! ron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

RE: How to add a servlet to a new Webapp

2002-11-28 Thread Ron Smits
If I understand everything correctly :) the invoker servlet is by default disabled. I had to add the following to my web.xml to be able to access servlets that are not defined in the web.xml: invoker /servlet/* then it worked for me :) Ron On Thu, 2002-11-28 at 14:16

Re: package declaration / import - new improved!

2002-11-28 Thread Ron Smits
Your bean needs a constructor without arguments like: public class Abean { public Abean () { // does nothing } } this way the bean can be instanciated. Ron On Thu, 2002-11-28 at 10:37, [EMAIL PROTECTED] wrote: > Hi, > Similar to a recent posting, after some research in

Re: tomcat sessions and webapp deployment

2002-11-25 Thread Ron Smits
-LE on a semislackware install Ron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

  1   2   >