tomcat 7.0.37 and openjdk 1.7.0.9 on fedora juli FileHandler problems

2013-03-05 Thread Ted
e like a "configure openjdk to work with tomcat" issue. Does anyone know what configuration changes need to be made to openjdk to work with tomcat's juli logger? -- Ted. - To unsubscribe, e-mail: users-unsubscr...@tom

Re: tomcat 7.0.37 and openjdk 1.7.0.9 on fedora juli FileHandler problems

2013-03-05 Thread Ted
.3 it all works as expected. Cheers. Ted. On 3/6/13, Mark Eggers wrote: > On 3/5/2013 5:32 PM, Konstantin Kolinko wrote: >> 2013/3/6 Ted : >>> Hi I'm running fedora 16, openjdk 1.7.0.9 and tomcat 7.0.37 (from a >>> tar.gz). >>> >>> I'm gettin

Lookup changes between 5.0.25 and 5.0.28

2006-11-22 Thread Ted Vinke
of 5.0.26, 5.0.27 and 5.028 to see what changed between these versions regarding this construction, as we speak, but I can't find it. Can somebody see what I need to adjust to get it to work under Tomcat 5.0.25? Kind regards, Ted -- Ted Vinke Software Developer First8 BV / Conclusion Toerno

Instructions for setting up CGI

2008-08-20 Thread Ted Byers
mbination of the xml file referring to an old Tomcat with the above mentioned web page confusing. Thanks Ted -- View this message in context: http://www.nabble.com/Instructions-for-setting-up-CGI-tp19078111p19078111.html Sent from the Tomcat - User mailing l

Re: Instructions for setting up CGI

2008-08-25 Thread Ted Byers
or your work and response. Ted Mark Thomas-18 wrote: > > Ted Byers wrote: >> I looked at the page for setting up CGI on Tomcat 6, but the paragraph >> that >> follows leads to some confusion. >> >> "Remove the XML comments from around the CGI servlet a

Another question about CGI on Tomcat 6 - access

2008-08-26 Thread Ted Byers
effect. In due course, I will use the perl cgi package and redirect the browser to a JSF page in my web app, hopefully maintaining the session prviously established by my app. Help getting this working would be greatly appreciated. Thanks Ted Appendix== Here are two

RE: Another question about CGI on Tomcat 6 - access

2008-08-26 Thread Ted Byers
can email both scripts if you wish. Just tell me where, but the contents of both are provided in the first message in this thread. Thanks Ted mgainty wrote: > > > please supply array2d.pl > > thanks, > Martin > __ > Discla

RE: Another question about CGI on Tomcat 6 - access

2008-08-27 Thread Ted Byers
ave to figure out how to maintain session state when moving from a JSP page on Tomcat to a page (created by a CGI perl script) on Apache's httpd server, and back. My application has a login, and that login info has to be maintained through this route. Thanks Ted Ted Byers wrote: > &

Problem with org.apache.coyote.Request ?

2007-05-16 Thread Ted Kirby
I did not catch a use of the request object before service(), but I had a stop in setNote(). It does not seem that setNote() is used very often, and I could not really see what is was doing. Ted Kirby - To start a new topic, e-m

compiling jakarta-tomcat-connectors-4.1.24-src

2008-12-01 Thread Ted Yu
I downloaded jakarta-tomcat-connectors-4.1.24-src. But compilation gave me: /usr/ports/www/mod_webapp/work/jakarta-tomcat-connectors-4.1.24-src/weba pp/include/apr_network_io.h:121: error: syntax error before "apr_uint32_t" /usr/ports/www/mod_webapp/work/jakarta-tomcat-connectors-4.1.24-src/weba p

Multiple Services running on single Server instance?

2010-01-20 Thread Ted Steiner
Is there any good reason to do this? If so, could someone please let me know and possibly provide an example?

PDF Download problem tomcat >= 7.0.27

2012-09-24 Thread Ted Smith
Hello: I just upgraded to Tomcat 7.0.29 from Tomcat 6 and encountered the exact issue as described in http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/223299 Is there any workaround? I would be fine if there is an option to disable the range handling function so that Tomcat would al

Re: PDF Download problem tomcat >= 7.0.27

2012-09-24 Thread Ted Smith
Thanks. Does it mean this bug can be "worked around" by setting its init parameter "useAcceptRanges" to the value of "false"? BTW I found the following that is acked by Adobe http://helpx.adobe.com/acrobat/kb/pdf-files-dont-display-some.html On 9/24/2012 4:

tomcat 7 PermGen

2012-10-25 Thread Ted Smith
Hello: After upgrading to 7, deploying a new war file often results in PermGen error, much more often than in 6.(with identical JVM settings) I have tried all those JVM settings for perm memory but no help. Is there any way to reduce the chance of PermGen errors? such as how deployment should be

Re: tomcat 7 PermGen

2012-10-25 Thread Ted Smith
I am running tomcat 7.0.29, JDK 6.0.30 -XX:MaxPermSize=256m is one of the settings I tried but no help and others settings that could be found googling. it occurred in 6 as well, but suddently so often after upgrading to 7 I am curious how many on this list are having the similar issues, i.e.,

Re: tomcat 7 PermGen

2012-10-25 Thread Ted Smith
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:123) On 10/25/2012 7:49 PM, Jordan Michaels wrote: Can you post the exact error message you are seeing and what your JVM settings are when you get that error? Warm Regards, Jordan Michaels On 10/25/2012 04:24 PM, Ted S

Re: tomcat 7 PermGen

2012-10-26 Thread Ted Smith
/2012 10:46 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ted, On 10/25/12 7:24 PM, Ted Smith wrote: After upgrading to 7, deploying a new war file often results in PermGen error, much more often than in 6.(with identical JVM settings) I have tried all those JVM

redirects https only for one app

2012-10-29 Thread Ted Smith
Hello: I have several web apps (war files) under single host and webapps dir. I need to force HTTPS only for one of them and leave others unchanged. config web.xml does not work as it applies to all apps. I feel there must be a way to config this using server config instead of modifying a war f

Re: redirects https only for one app

2012-10-30 Thread Ted Smith
only. On 10/30/2012 8:22 AM, Daniel Mikusa wrote: On Oct 29, 2012, at 7:28 PM, Ted Smith wrote: Hello: I have several web apps (war files) under single host and webapps dir. I need to force HTTPS only for one of them and leave others unchanged. My opinion is that the easiest fix would be to

Re: redirects https only for one app

2012-10-30 Thread Ted Smith
It is a site specific scenario that those options can not be used. Just feel having a app specific web.xml in conf dir would be reasoon, context.xml allow specifying context/app name. On 10/30/2012 3:45 PM, Pid wrote: On 30/10/2012 13:29, Ted Smith wrote: None of these alternatives is

Proxy Apache https to Tomcat http

2016-10-05 Thread TED SPRADLEY
e.com:8081/mycontext Tomcat's server.xml Connector Ssl.conf - SSLEngine on SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA SSLCertificateFile /path/to/certs/ca.crt SSLCertificateKeyFile /path/to/key/private/exampleDotCom.key SSLCACertificateFile /path/to/bundle/ca_bundle.crt Thank you, Ted S.

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Ted Spradley
Chris, Thanks for your response. On Wed, Oct 5, 2016 at 3:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 3:42 PM, TED SPRADLEY wrote: > > Tomcat 7.0.68 Apache 2.4

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Ted Spradley
Chris, On Wed, Oct 5, 2016 at 5:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 6:10 PM, Ted Spradley wrote: > > Chris, > > > > Thanks for your respon

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Ted Spradley
Chris, On Wed, Oct 5, 2016 at 7:52 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 6:47 PM, Ted Spradley wrote: > > Chris, > > > > On Wed, Oct 5, 201

Re: Proxy Apache https to Tomcat http

2016-10-27 Thread Ted Spradley
Chris, On Wed, Oct 5, 2016 at 7:52 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 6:47 PM, Ted Spradley wrote: > > Chris, > > > > On Wed, Oct 5, 201

Re: Proxy Apache https to Tomcat http

2016-10-27 Thread Ted Spradley
Chris, Problem solved. On Thu, Oct 27, 2016 at 12:32 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > (I apologize, I didn't see your message from he 5th until just now. I > would hav

502 Proxy Error

2017-06-29 Thread TED SPRADLEY
I've worked on this for three days and at this point am not sure where to begin debugging. I don't know if this is a SSL Cert issue, an Apache Reverse Proxy issue, a Tomcat Connector issue or a Tomcat import of the SSL Cert issue. Any feedback is much appreciated. Thank you in adva

Re: Tomcat connection error

2019-02-18 Thread Ted Spradley
Hi Faisal, Your application(s) run as expected for a while, then you get the SQL Connection error? Then the only way to “fix it” is to restart Tomcat? At the same time are you also restarting MySQL? Thanks, Ted > On Feb 18, 2019, at 02:17, Luis Rodríguez Fernández wrote: > > Hel

Tomcat 9 - Web Application deployment fails: OperationNotSupportedException: Context is read only

2019-03-27 Thread Ted Spradley
? Seems like I’ve looked everywhere the past two days. Thank you, Ted S. Server & OS: 27-Mar-2019 11:17:25.189 INFO [main] sun.reflect.NativeMethodAccessorImpl.invoke Server version:Apache Tomcat (TomEE)/9.0.12 (8.0.0-M1) 27-Mar-2019 11:17:25.190 INFO [

Tomcat (TomEE)/9.0.12 (8.0.0-M1) JSF 2.3 - Empty Strings from form inputs expected as NULL

2019-05-23 Thread Ted Spradley
... Thank you, Ted S.

Making PreResources configuration recurse directories

2019-06-05 Thread Milbaugh, Theodore K (Ted)
I am using Tomcat version 9.0.12 I have a PreResources tag in my context.xml like this: This works great, in that if I access a JSP like this: http://localhost:8080/candy/chocolate.jsp I am able to access the JSP with no issues. However, there are subdirectories in C:\good_files\

RE: Re: Making PreResources configuration recurse directories

2019-06-06 Thread Milbaugh, Theodore K (Ted)
mail. Do not > click > on links or open attachments unless you trust the sender. > -- > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Theodore, > > On 6/5/19 15:16, Milbaugh, Th