RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
omcat standalone? Thank you - Richard -Original Message- From: Jess Holle [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:00 AM To: Tomcat Users List Subject: Re: Tomcat 5.5.12 and user-agent header Does this only occur when connecting directly to Tomcat or is it also an issue

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
as I'm thinking it's a but in 5.5.12 at this point and will post it to Bugzilla. Thanks to Mark and others for their help. - Richard START OF HTTPLiveHeaders capture from the above POST: http://smartfish:8080/stars/auth/ POST /stars/auth/ HTTP/1.1 Host: smartfish:8080 User-Agent:

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
Mark, Thanks - should have thought of that first. Now that I turned on LiveHTTPHeaders, I cannot get it to fail. I was able to do this consistently before. Just to be sure, I'll try again tomorrow morning. Maybe its just late. Thanks much - Richard -Original Message- From: Mark T

RE: Getting Apache2 forwarding to tomcat5

2005-10-12 Thread Richard Mixon
ago to get newer features and better load balancing. HTH - Richard -Original Message- From: Dan Chesmore [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 4:22 PM To: Tomcat Users List Subject: Getting Apache2 forwarding to tomcat5 I have read about 25 different websites on getting

RE: Tomcat 5.5.12 and user-agent header

2005-10-09 Thread Richard Mixon
fter the initial login - so we are safe, now that I changed the decorator to make sure user-agent is not null before doing anything with it. But it seems other applications might be affected by this - no? Thanks again - Richard -Original Message- From: Leon Rosenberg [mailto:[EMAIL P

RE: Tomcat 5.5.12 and user-agent header

2005-10-08 Thread Richard Mixon
issue. Thanks - Richard -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Friday, October 07, 2005 10:13 PM To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat 5.5.12 and user-agent header "Richard Mixon" <[EMAIL PROTECTED]> wrote i

Re: Database connections aren't being released...

2005-10-07 Thread Richard Road Runner
IL PROTECTED]> Sent: Thursday, October 06, 2005 10:29 PM Subject: Re: Database connections aren't being released... Richard Road Runner wrote: I am not sure that this is a Tomcat issue, but we are not sure what exactly is causing our problem. We are running Tomcat 5.0.27. We are using

Re: RE: Database connections aren't being released...

2005-10-06 Thread Richard Road Runner
I've confirmed that we added the parameter removeAbandoned="true" to the Database resource in the server.xml about a year ago and it had no effect. None of us think that we are not closing connecitons properlly.

Tomcat 5.5.12 and user-agent header

2005-10-06 Thread Richard Mixon
quot;user-agent").toLowerCase(); It gets a null-pointer exception in 5.5.12, but under 5.5.9 it runs fine. In 5.5.12, after the login succeeds then the user-agent headers appear to be there just fine, but not on the initial login page. Is this a known issue? Thank you - Richard

Database connections aren't being released...

2005-10-05 Thread Richard Road Runner
I am not sure that this is a Tomcat issue, but we are not sure what exactly is causing our problem. We are running Tomcat 5.0.27. We are using the most recent jconn2.jar driver to connect to a Sybase SQL Anywhere Studio 7 database via JDBC. Over a period of time, the number of connections to t

RE: Install Tomcat 5.5 quietly?

2005-09-22 Thread Richard Burman
I was kind of hoping it would be possible to control the installer as it already does everything I need. Is there no way to modify the flow of the installer at all? Cheers, Richard. -Original Message- From: Jilles van Gurp [mailto:[EMAIL PROTECTED] Sent: 22 September 2005 12:29 To

Install Tomcat 5.5 quietly?

2005-09-22 Thread Richard Burman
. Thanks for the help! Cheers, Richard. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Pre-compiled JSPs? - Solved. Thanks!

2005-09-07 Thread Richard Burman
Right, I get it now. Thanks for all your help Tim, Darryl and Nicolas! Happy Tomcat-ing, Richard. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 12:15 To: Tomcat Users List Subject: Re: Pre-compiled JSPs? Yes, think of jspf like .h files in c. You

RE: Pre-compiled JSPs?

2005-09-07 Thread Richard Burman
e fragment? Thanks for your help! Richard. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 17:01 To: Tomcat Users List Subject: Re: Pre-compiled JSPs? There is no need to turn jspf into classes. The jspf are included by real jsp files. Those jsp files are t

RE: Pre-compiled JSPs?

2005-09-06 Thread Richard Burman
Tim, Is there no way of turning the fragment (jspf) file into .class files or do they need to remain as JSPs? Cheers, Richard. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 16:14 To: Tomcat Users List Subject: Re: Pre-compiled JSPs? From the

RE: Pre-compiled JSPs?

2005-09-06 Thread Richard Burman
ve to keep the fragments as raw JSPs in my webapp, then? I'd really rather get them all together in a JAR, if possible, which is why I'm on this voyage of discovery! :o) I really appreciate your help with this. Regards, Richard. -Original Message- From: Tim Funk [mailto:[EMAIL PROTE

RE: Pre-compiled JSPs?

2005-09-06 Thread Richard Burman
e jsp compiler. -Tim Richard Burman wrote: > Ah, I thought it was all too good to be true. Now that I have an > understanding of how to put it all together, I have given it a go but > hit another snag. > > Remember the use of the 'errorOnUseBeanInvalidClassAttribute' flag?

RE: Pre-compiled JSPs?

2005-09-06 Thread Richard Burman
not, what's the point in including the flag?! Yours, Confused of UK. ;o) -Original Message- From: Richard Burman [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 13:50 To: Tomcat Users List Subject: RE: Pre-compiled JSPs? Eureka! I get it now. :) Indeed, I hadn't noticed the ser

RE: Pre-compiled JSPs?

2005-09-06 Thread Richard Burman
a play and hopefully have new, sparkly, compiled JSPs soon! Richard. -Original Message- From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 12:33 To: Tomcat Users List Subject: Re: Pre-compiled JSPs? What you see looks like normal jasper name mangling of generated pages

RE: Pre-compiled JSPs?

2005-09-06 Thread Richard Burman
ld the new reference be? http://myserver:8080/RichardsApp/DoSomething_jsp or http://myserver:8080/RichardsApp/DoSomething Have I missed something obvious? Thanks for your help! Richard. -Original Message- From: Karasek-XID, Nicolas [mailto:[EMAIL PROTECTED] Sent: 05 September 2005 12:04 To: To

Pre-compiled JSPs?

2005-09-05 Thread Richard Burman
ml or similar to inform Tomcat about this? If anyone has any suggestions, advice or solutions to this, I would be eternally grateful! :) Thanks, Richard. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem with file upload corruption.

2005-08-30 Thread Richard Mixon (qwest)
at inspects the uploaded HTML file for invalid characters and notifies the user if any are found. Hope this helps someone else - Richard -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 7:26 PM To: 'tomcat-user@jakarta.apache.org&#x

Problem with file upload corruption.

2005-08-30 Thread Richard Mixon (qwest)
ts it as text: from a Windows machine all occurrences of 0x0D0A are converted to 0x0A. So contrary to the RFC saying it is a binary file upload, it appears to be doing a text upload - or I am really missing out on something. Thank you - Richard -Original Message- From: [EMAIL PROTECTED] [m

Re: Character encoding question

2005-08-29 Thread Richard Jones
#x27;ve just spent a moment testing an area of the system where the GET implementation was causing serious problems and this now appears to be working correctly (now that URIEncoding is set in the Connector). Cheers, -- Richard --- Richard Jones| Overingeniør

Re: Character encoding question

2005-08-29 Thread Richard Jones
her times not, both within the same system and across other versions. I'll keep an eye on it, and see if there's any more information I can get out of it. I may be back later today ;) Thanks all for your help, Best Wishes, -- Richard --- Richard Jones| Overing

Character Encoding question

2005-08-29 Thread Richard Jones
post - I just discovered a new keyboard shortcut by accident! Best Wishes, -- Richard --- Richard Jones| Overingeniør | Senior Engineer Universitetsbiblioteket i Bergen | University of Bergen Library e: [EMAIL PROTECTED] t: +47 55 58 2

Character encoding question

2005-08-29 Thread Richard Jones
;charset=UTF-8 (This comes from the part of the RequestDumperValve output which is separated from the main request part by two dashed lines). I have tried modifying the Connector for the service by adding URIEncoding="UTF-8" and experimented with both: -- Richard --- Ric

RE: configuration files for war deployments

2005-08-28 Thread Richard Mixon (qwest)
tasks that modify various properties and xml files for the target host. It means that on each host that needs specific configuration you: - explode the war file - run "ant compile undeploy deploy" You now have a customized web application installed. Hope it helps - Richard -Origin

Remotely restart Tomcat container (not just a context)

2005-08-24 Thread Richard Gaywood
Hi List! I have two Tomcat installs. One is on Windows, and hosts our build system for our web service software. The other is on Linux, and is where the build system deploys to. I want to run unit tests on the Windows host that hit on the freshly deployed code on the Linux host. So far, so good b

RE: Array as context parameter

2005-08-19 Thread Richard Mixon (qwest)
ch line of the file. Just have context listener read this file at startup and place the array in the context. Hope this helps - Richard -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Konrad Billewicz Sent: Friday, August 19, 2005 12:29 AM To: tomcat-user@jakarta.

JspC compile exception in tomcat-deployer 5.5.10

2005-08-15 Thread Richard Mixon (qwest)
its a problem either in one of my JSPs or in the web.xml - but cannot figure it out.   Thanks in advance for any ideas.    - Richard     Exception from running "ant compile":   Loaded from C:\jakarta-tomcat-5.5.10-deployer\lib\jasper-compiler.jar org/apache/jasper/compiler/AntCompiler.clas

Tomcat 5.5.10 jasper2 fails in deployer build.xml

2005-08-15 Thread Richard Mixon (qwest)
validator=org.apache.catalina.ant.ValidatorTask jkstatus=org.apache.catalina.ant.JKStatusUpdateTask # Jasper tasks jasper2=org.apache.jasper.JspC I added the "jasper2=org.apache.jasper.JspC" line and its seems to work fine. Thank you

Configuring webapps (or, bean access in ServletContext and JSP?)

2005-08-11 Thread Richard Gaywood
Hi list! Long time lurker, first time poster. I've been trying to figure out how to do this all day and it's driving me crazy. Any help greatfully accepted! Also, apologies for this being slightly OT -- it's more about J2EE in general than Tomcat. If anyone knows a decent J2EE mailing list they cou

RE: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-06 Thread Richard Mixon (qwest)
Hmm, I assume you have read the documentation on this: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/manager.html If so, have you tried leaving the manager element out? HTH - Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August

RE: question about deployment (including executables in war)

2005-07-20 Thread Richard Mixon (qwest)
eploy Hope this helps. - Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Murad Nayal Sent: Wednesday, July 20, 2005 12:32 PM To: Tomcat Users List; Richard Mixon (qwest) Subject: Re: question about deployment (including executables in war) Many t

RE: question about deployment (including executables in war)

2005-07-19 Thread Richard Mixon (qwest)
-deployer has a deployment script (build.xml) that should be a good starting point. Hope this helps - Richard -Original Message- From: Alon Belman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 4:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: question about deploy

RE: Controlling Tomcat Service From Ant

2005-07-10 Thread Richard Mixon (qwest)
Yes, if your service name is "tomcat" you can do something similar to the following: Check out the Ant "exec" task documentation. - Richard -Original Message- From: Jason W. Solinsky [mailto:[EMAIL PROTECTED] Sent: Sunday, July 10, 2005

Re: EL not working...

2005-07-07 Thread Richard Reyes
Hi Allistair, This is the value of [EMAIL PROTECTED] <%= pageContext.getAttribute("username") %> On 7/7/05, Richard Reyes <[EMAIL PROTECTED]> wrote: > Thanks Allistair, > > But it throws an error... > > E:\LABDRIVE\jakarta-tomcat-5.0.28\work\Catalina\l

Re: EL not working...

2005-07-07 Thread Richard Reyes
ame") %> > > > Hi Guys/Allistair, > > > > I got this code . > > > > > > . > > . > > . > > > value="${username.value}" /> > > > > Any suggestions how to access the cookie value? > > > > Thanks &

Re: EL not working...

2005-07-07 Thread Richard Reyes
Hi Guys/Allistair, I got this code . . . . Any suggestions how to access the cookie value? Thanks Richard On 7/7/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > EL comes with the Servlet 2.4 spec which is supported in Tomcat 5x. I believe > you may be able to get EL li

EL not working...

2005-07-07 Thread Richard Reyes
Hello Guys, EL is not working under tomcat 4. how can i make it work? Please help Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help in setting up

2005-06-28 Thread Richard Reyes
I use JDK. On 6/29/05, ganesan malairaja <[EMAIL PROTECTED]> wrote: > > hi guys > > i know that to settup tomcat , there no need for apache > > i wanna know what java i should use > > is it j2dk or j2ee > > because i saw some example that uses both.. > > i am going to run JSP to retrieve inf

RE: Is Tomcat is an application server ?

2005-06-21 Thread Richard Mixon (qwest)
nnot serve Java applications. Have a good day - Richard -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 12:09 AM To: Tomcat Users List Subject: Re: Is Tomcat is an application server ? On 6/21/05, Richard Mixon (qwest) <[EMAIL PROTECTED]>

RE: Is Tomcat is an application server ?

2005-06-20 Thread Richard Mixon (qwest)
complexity worth it. For some enterprise situations, you may want an application server that is fully compliant with the J2EE spec, such as Jboss, WebSphere, BEA or one of the other commercial packages. HTH - Richard -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
a saw tooth pattern if the garbage collection is working properly. HTH - Richard -Original Message- From: Ed Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 6:47 PM To: 'Tomcat Users List' Subject: RE: Tomcat keeps growing in size on Win32 Richard: Looking at Tomca

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
a saw tooth pattern if the garbage collection is working properly. HTH - Richard -Original Message- From: Ed Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 6:47 PM To: 'Tomcat Users List' Subject: RE: Tomcat keeps growing in size on Win32 Richard: Looking at Tomca

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
Are you actually running out of memory? Or is the heap just growing? Garbage collection is a bit arbitrary and may not occur until there is a need. HTH - Richard -Original Message- From: Ed Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 4:39 PM To: 'Tomcat Users

RE: Tomcat keeps growing in size on Win32

2005-06-13 Thread Richard Mixon (qwest)
Are you actually running out of memory? Or is the heap just growing? Garbage collection is a bit arbitrary and may not occur until there is a need. HTH - Richard -Original Message- From: Ed Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 4:39 PM To: 'Tomcat Users

RE: apache2+mod_jk + ssl: howto

2005-06-04 Thread Richard Mixon (qwest)
faisal scribbled on Saturday, June 04, 2005 4:40 AM: > i used mod_jk2 when i was integrating tomcat with apache2. i also > tried my hands on mod_jk and i find mod_jk2 a bit simpler of the two. > > regarding SSL, ur gonna ve to enable SSL on both server. Not sure what

RE: apache2+mod_jk + ssl: howto

2005-06-04 Thread Richard Mixon (qwest)
faisal scribbled on Saturday, June 04, 2005 4:40 AM: > i used mod_jk2 when i was integrating tomcat with apache2. i also > tried my hands on mod_jk and i find mod_jk2 a bit simpler of the two. > > regarding SSL, ur gonna ve to enable SSL on both server. Not sure what

Putting together the context.xml for access to a common service (like mail)

2005-05-29 Thread Richard Toren
you define it globally and then access it per war file? If you need to create a separate context.xml then where are there full examples of one; much more than <...> ;-) I'm sure it is not meant to be hard, but I haven't grasped it yet. Thanks

RE: [Tomcat] Web Traffic Analisys Tool

2005-05-22 Thread Richard Mixon (qwest)
to will work with any web server, not just one with a java/JSP container such as Tomcat. There is nothing "java-specific" about the traffic itself, just how the traffic is produced. Maybe we do not understand what you are trying to measure. Could you explain more? HTH - Richard --

RE: [Tomcat] Web Traffic Analisys Tool

2005-05-22 Thread Richard Mixon (qwest)
to will work with any web server, not just one with a java/JSP container such as Tomcat. There is nothing "java-specific" about the traffic itself, just how the traffic is produced. Maybe we do not understand what you are trying to measure. Could you explain more? HTH - Richard --

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
dditional forms there are (i.e. not hosted by Struts/Apache) then I would suggest that you Google for "Struts forums". HTH - Richard >> From: "Richard Mixon (qwest)" Reply-To: "Tomcat Users List" To: >> "'Tomcat Users List'" Subject: R

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
dditional forms there are (i.e. not hosted by Struts/Apache) then I would suggest that you Google for "Struts forums". HTH - Richard >> From: "Richard Mixon (qwest)" Reply-To: "Tomcat Users List" To: >> "'Tomcat Users List'" Subject: R

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
ruts.apache.org . First look at the "Learning" link: http://struts.apache.org/learning.html After reading that material if you still have questions you can go to: http://struts.apache.org/using.html#Questions HTH - Richard ---

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
ruts.apache.org . First look at the "Learning" link: http://struts.apache.org/learning.html After reading that material if you still have questions you can go to: http://struts.apache.org/using.html#Questions HTH - Richard ---

RE: Tomcat webserver or appserver?

2005-05-21 Thread Richard Mixon (qwest)
or some of the other web servers do. Still most sites can easily be supported by Tomcat and the newer versions are very, very close in terms of performance for serving straight HTML pages. HTH - Richard - To unsubscribe, e-mai

RE: Tomcat webserver or appserver?

2005-05-21 Thread Richard Mixon (qwest)
or some of the other web servers do. Still most sites can easily be supported by Tomcat and the newer versions are very, very close in terms of performance for serving straight HTML pages. HTH - Richard - To unsubscribe, e-mai

Re: Tomcat vs Apache

2005-05-18 Thread Richard Dunn
According to benchmarks posted a few months ago, depending on your circumstances, that may no longer be true (or it may even be the reverse). I don't have the url, but I am sure someone else does, or search for the benchmark site. On May 18, 2005, at 1:01 PM, Dakota Jack wrote: I think there

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Ed, Thank you - a very cool reference with a number of tricks/knowledge. - Richard -Original Message- From: Gmail User [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 1:23 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp I believe

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Ed, Thank you - a very cool reference with a number of tricks/knowledge. - Richard -Original Message- From: Gmail User [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 1:23 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp I believe

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Frank, Thanks - that's a neat feature to add. It does not work for my current requirement (the entire webapp is down at the time), but there are definite times when I want the webapp up and only limited access (e.g. checking out a just installed/upgraded application). - Richard -Ori

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Frank, Thanks - that's a neat feature to add. It does not work for my current requirement (the entire webapp is down at the time), but there are definite times when I want the webapp up and only limited access (e.g. checking out a just installed/upgraded application). - Richard -Ori

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
. - Richard -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 4:43 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp > From: "Richard Mixon (qwest)" <[EMAIL PROTECTED]> > Sent: Sun

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
. - Richard -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 4:43 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp > From: "Richard Mixon (qwest)" <[EMAIL PROTECTED]> > Sent: Sun

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
quick and I do not think it disrupts active Tomcat sessions (in other contexts). Thanks - Richard -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:33 AM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat we

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
quick and I do not think it disrupts active Tomcat sessions (in other contexts). Thanks - Richard -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:33 AM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat we

How to do "Downtime" with a Apache/Tomcat webapp

2005-05-15 Thread Richard Mixon (qwest)
ave to mapp all pages that began with the context name to this single page. This sounds a bit messy. Is there a more straightforward way of doing this? Thank you - Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

How to do "Downtime" with a Apache/Tomcat webapp

2005-05-15 Thread Richard Mixon (qwest)
ave to mapp all pages that began with the context name to this single page. This sounds a bit messy. Is there a more straightforward way of doing this? Thank you - Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: OT: Good Reporting

2005-05-15 Thread Richard Dunn
JasperReports. You can use iReports, JasperAssistant or a few other clients to design the reports. On May 15, 2005, at 1:55 PM, [EMAIL PROTECTED] wrote: Hi All anyone know good open source reporting engine based on tomcat ? If you do what do you use to create the reports? thank you in advanc

Re: tomcat restart?

2005-05-11 Thread Beton, Richard
Patrick Thomas wrote: >Actually, I believe it might be possible. Ugly, but possible. Using >Runtime.getRuntime() to get the current runtime, you can then actually >make a call to a shell command. You could call a batch file that would >shut down the server and then restart it. What I don't know is

tomcat restart?

2005-05-10 Thread Beton, Richard
Is it possible to write a servlet that can restart Tomcat 5.5? I am loading native library code and this has to be in the shared/lib area for the webapp to be restartable (if it's in the webapp/WEB-INF/lib then restarting the webapp fails). However, I want to be able to install a new version of

Help Basedir Error

2005-05-04 Thread Richard Reyes
BASEDIR environment variable is not defined correctly This environment variable is needed to run this program [EMAIL PROTECTED] ~]$ Please help... Regards Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Tomcat5 Service

2005-04-19 Thread Ferguson, Richard E
Hi, I am new to this and Tomcat and Java are not my specialties! What I need to accomplish is an install the Tomcat5 service with a log on account in a silent and unattended mode. The vendor that has supplied the Tomcat5 install has StartMode = jvm, so I am unable to use the -User command. T

Re: Directory listing

2005-04-14 Thread Richard Reyes
What I do is put an access denied index.jsp on every subdirectories inside the specific webapp folder. heres my acc. deny index.jsp... Access Denied Access Denied hth. richard On 4/15/05, dummy <[EMAIL PROTECTED]> wrote: > > How can I disable both the apache and tomcat 5.5 fro

RE: [ANN] Tomcat 5.5.9 voted stable

2005-04-11 Thread Richard Mixon (qwest)
ix was created. It is bug #34389. Here is the link: http://issues.apache.org/bugzilla/show_bug.cgi?id=34389 In the future just go to this link and search: http://issues.apache.org/bugzilla/ It is well documented under the support links. HTH - Richard --

Tomcat 5.0.19 restarted without explicit shutdown and startup

2005-04-11 Thread Richard Wang
without any luck the Tomcat bugs database and internet to find any documentation on this behavior. We are writing to this email list as a last ditch effort in the hope to get some help and tips. We appreciate your help in this regards. Thanks, Richard Wang [EMAIL PROTECTED]

RE: Any comments on the reliability of Tomcat 5.5's HTTPS implementation?

2005-04-08 Thread Richard Mundell
Many thanks for the two replies so far. To modify my question slightly, does any one have any experience of unreliability (especially intermittent page serving problems) with Tomcat's HTTPS/SSL implementation? Thanks (& have a good weekend everyone!) Richard -Original Message-

Any comments on the reliability of Tomcat 5.5's HTTPS implementation?

2005-04-08 Thread Richard Mundell
7;s browser). Does anyone on this list have any experience with this configuration? I'm interested in comments of its reliability. BTW, this is running on a Windows 2000 platform with JRE 1.5.x (this may be pertinent as the Apache 2.x/mod_ssl implementation isn't officially s

RE: Apache - JK2 - Tomcat Question

2005-04-05 Thread Richard Mixon (qwest)
/jakarta.apache.org/tomcat/connectors-doc/ This does not mean you cannot use jk2, it just has little support if any. HTH - Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Serialization (was RE: Clustering question)

2005-04-01 Thread Richard Mixon (qwest)
stored in them. This had to be re-instatiated correctly when the object was replicated. HTH - Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: webappclassloader

2005-03-25 Thread Richard Mixon (qwest)
. - Richard FRANCOIS Dufour wrote: > hi to all finaly working realy nice on a .org > but i got this comming out resource > `/web-inf/classes/listeners/contextlistener.class`is missing? > any idee of what it is? > > > > [EMAIL PROTECTED] > administrateu

RE: Where is the admin pkg for tomcat 5.5?

2005-03-23 Thread Airhart, Richard J
Thanks it was a case of looking for something that didn't move. Richard J. Airhart OIT Enterprise Information Services mailto: [EMAIL PROTECTED] Ex: 25606 > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 23, 2005 2:52 AM >

Where is the admin pkg for tomcat 5.5?

2005-03-23 Thread Airhart, Richard J
rying to locate this "admin" package to download. Where is it, if it exists? Richard J. Airhart Computer Software Specialist Ex: 25605 Mailto:[EMAIL PROTECTED] or Mailto:[EMAIL PROTECTED] http://oit.uta.edu/bcs/PCBusApps/deptapps.html Office of Information Technology Enterpri

RE: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-17 Thread Richard Mixon (qwest)
We are using form-based authentication. We changed to the DataSourceRealm last weekend and it appears (so far) to have solved the problem (again with TC 5.5.7 plus session replication patch). - Richard Darren Govoni wrote: > I had similar problems, and was forced to revert back to Tomcat 5.

RE: Being lost in the mailing list

2005-03-09 Thread Richard Mixon (qwest)
es also that can be automatically applied with their Online Update utility. HTH - Richard -Original Message- From: Klaus-F. Kaal [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 12:52 AM To: Tomcat Users List Subject: Re: Being lost in the mailing list Hi Doug, sorry, that I had to shout

RE: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-08 Thread Richard Mixon (qwest)
Remy, Thanks - but where do I get the new class file? - Richard -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 4:01 PM To: Tomcat Users List Subject: Re: JDBCRealm changes from Tomcat 5.0.x to 5.5.x On Tue, 08 Mar 2005 14:28:12 -0800

RE: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-08 Thread Richard Mixon (qwest)
longest inactive period is usually about six hours. - Richard -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 4:17 PM To: Tomcat Users List Subject: Re: JDBCRealm changes from Tomcat 5.0.x to 5.5.x Richard Mixon (qwest) wrote: > We upgra

JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-08 Thread Richard Mixon (qwest)
he problem in development now, before trying the DataSourceRealm. Thank you all for any suggestions or solutions. - Richard Here is the exception: 16:50:00,269 ERROR [TP-Processor6] [/stars]:541 - Exception retrieving password for "wazinger" com.mysql.jdbc.CommunicationsException:

RE: tomcat load-balancing maintenance strategy?

2005-03-08 Thread Richard Mixon (qwest)
Jim, Also check the archives for my post on restarting a downed Tomcat cluster member. This was not working well prior to Tomcat 5.5.8. When the instance was restarted it would throw exceptions trying to re-synchronize vi session replication. - Richard -Original Message- From: Randall

Unexplained message in mod_jk.log

2005-03-02 Thread Richard Russell
status=200 for worker=ajp13 [Wed Mar 02 11:19:09 2005] [23555:0] [debug] map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI '/app/nosuch/uri' from 9 maps ... --- We've used earlier versions before, with a near-identical configuration, and not seen

RE: Tomcat clustering and NotSerializableException

2005-03-01 Thread Richard Mixon (qwest)
t titled "RE: SOLVED - commons-logging logger instances - how to initialize in replicated session objects"r fo the details of one way to do this. HTH - Richard -Original Message- From: Sng Wee Jim [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 7:47 PM To: Tomcat Users

RE: skipping state transfer. No members active in cluster group

2005-03-01 Thread Richard Mixon (qwest)
ble as "alpha". You might do better with a single post - this seems to be a duplicate. - Richard -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 8:50 AM To: Tomcat Users List Subject: RE: skipping state transfer. No members active in

RE: Tomcat Cluster

2005-03-01 Thread Richard Mixon (qwest)
ally working by using the utilities included in the JGroups jars. See: http://www.jgroups.org/javagroupsnew/docs/newuser/node15.html#ItDoesnt Work HTH - Richard -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat clustering and NotSerializableException

2005-03-01 Thread Richard Mixon (qwest)
ese issues often do not come up until either you: 1. Try and use session replication. 2. Try to persist sessions to a datastore and access from a cluster. 3. Try to persist sessions across a restart of Tomcat. Also, please just reply to the list - not to the list and to the poster. HTH - Richard

RE: Tomcat clustering and NotSerializableException

2005-02-28 Thread Richard Mixon (qwest)
- Richard Randall Svancara wrote: > But do those session objects replicate to the other tomcat > instances??? I have been testing session objects that implement > java.io.serializable and I have not yet been able to see these > objects when fail over occurs to another instance?

RE: Architecture for application and web server

2005-02-28 Thread Richard Mixon (qwest)
with Tomcat, forwarding responses according to its mapping file and received responses that Apache in turn returns to the browser. HTH - Richard [EMAIL PROTECTED] wrote: > Hi, > > Could anyone let me know the link where I could find the > "architecture" > of how tomcat (

RE: Tomcat clustering and NotSerializableException

2005-02-28 Thread Richard Mixon (qwest)
As Matt said its probably your applications objects. When we switched to clustering I was surprised at how many of my session objects I needed to add serializable to. But it was easy work and quickl done. HTH - Richard Dale, Matt wrote: > I would guess that this means you have an object in y

RE: JDBC

2005-02-27 Thread Richard Mixon (qwest)
wever after being authenticated you can issue request.getRemoteUser(); to determine which user logged in. Then you can control how their database queries are issued. HTH - Richard deepak suldhal wrote: > Hi, > This does not solved the problem, with this I can > restrict access to user

  1   2   3   4   5   6   7   >