Re: Any tutorials or hints about JSP using javax.script engines instead of Java?

2019-10-11 Thread George S.
-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Running sudo from a servlet

2019-05-25 Thread George S.
- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: IIS Connector Not Working

2018-08-06 Thread George S.
18 7:38 PM, George S. wrote: I'm having a rough time getting the IIS Connector working on a specific machine. I'm getting a 404 error when I request a file in my Tomcat application. I'm using version 1.2.43 of the ISAPI Redirector on Windows Server 2016 with IIS 10.0. I've carefully checked, and

IIS Connector Not Working

2018-08-06 Thread George S.
't getting created by IIS for the failed request. Does anyone have any ideas? Is there another way to integrate with IIS via reverse proxy? I would REALLY appreciate any ideas. -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: User session validation

2018-03-28 Thread George S.
SSL, I don't think intercepting the session ID would be possible. -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Granting permission to a single application-supplied JAR

2018-03-27 Thread George S.
H3F7dlocMV63W+U= =xlk2 -END PGP SIGNATURE- --------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: HOME user folder change & tomcat HOME

2018-03-27 Thread George S.
ail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Tomcat 8.5.28 SSL - Cannot store non-PrivateKeys

2018-03-01 Thread George S.
to do here? -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Apache Tomcat 8.5.24 SSL Configuration

2017-12-22 Thread George S.
-- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: Apache Tomcat 8.5.24 SSL Configuration

2017-12-21 Thread George S.
ommands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: daemon.sh and multiple tomcat instances

2017-12-07 Thread George S.
n it needs to be? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Contributor on Wiki

2017-12-07 Thread George S.
Could someone please add me (George Sexton) to the contributor group on the Tomcat Wiki? Thanks. -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: SSL connectors

2017-12-05 Thread George S.
the ThreadPool objects. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Tomcat 8.5.23 Initialization PRNG/SSL

2017-10-27 Thread George S.
that the exception is probably related to the connectors coming up before the PRNG? -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.connectdaily.com

Security Policy

2017-01-30 Thread George S.
in the application's top-level directory. IOW JSP -> calls instance method of class in signed jar. I expected that by having the JSP call into a signed jar, I would be able to open the file under the security manager. Is that wrong? -- George S. *MH Software, Inc.* Voice: 303 438 9585 h

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread George S.
Christopher, Thanks so much for your help. I've been digging into this and with your help, I've made some real progress. I've made additional comments below. On 9/11/13 9:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/10/13 6:34 PM, George S

Re: (ATTN: ELI) How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread George S.
a screen shot of your browser with the error and send it to tickets.com support email. It would also be helpful to them if you could include in as much detail as possible the steps you followed to make the error happen. Sent from my iPhone On Sep 11, 2013, at 2:16 PM, George S. geor

Re:(ATTN: ELI) How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread George S.
Really, Eli, if you hadn't noticed, there are unsubscribe instructions at the bottom of the message: On 9/11/13 12:01 PM, Eli wrote: To complicated Sent from my iPhone - To unsubscribe, e-mail:

Registering Plugins, e.g. javax.imageio...

2013-09-10 Thread George S.
I've got an app that I'd like to register some plugins for. Some examples of the things I'd like to register are the levigo JBIG2 decoder (for PDFBOX), and the TwelveMonkeys JPEG plugin (for CYMK/YCCK) image thumbnailing. I've tried just putting the jars in the $CATALINA_BASE/lib (6.0.37)

Re: Registering Plugins, e.g. javax.imageio...

2013-09-10 Thread George S.
On 9/10/13 3:14 PM, Christopher Schultz wrote: - Is there a way that I can specify something in the server.xml code that would register them? The only thing I can see is to create a org.apache.catalina.LifecycleListener and put the code to register the plugins in there. Is there some other

Re: Accessing HREF Target from Servlet

2013-06-29 Thread George S.
, George S. wrote: OK, I'm thinking that was a dumb question. If I'm understanding things, the browser is making the request for the page, and then looking for the HREF target in the generated page. So, the reality is that tomcat never sees the part after the # sign. Rats. Correct. I suppose there's

Re: [OT] Accessing HREF Target from Servlet

2013-06-29 Thread George S.
On 6/29/13 9:29 AM, André Warnier wrote: George S. wrote: I have a question. I'm doing some oAuth stuff, and the remote site is redirecting me to: my_url.html#something=blahother_thing=blah-blah I can see this is the url in the redirect of my browser bar. What I can't figure out is how

Accessing HREF Target from Servlet

2013-06-27 Thread George S.
I have a question. I'm doing some oAuth stuff, and the remote site is redirecting me to: my_url.html#something=blahother_thing=blah-blah I can see this is the url in the redirect of my browser bar. What I can't figure out is how to access the part of the URL after the pound sign. I've tried

Re: Accessing HREF Target from Servlet

2013-06-27 Thread George S.
OK, I'm thinking that was a dumb question. If I'm understanding things, the browser is making the request for the page, and then looking for the HREF target in the generated page. So, the reality is that tomcat never sees the part after the # sign. Rats. On 6/27/13 6:51 PM, George S. wrote

IIS 8/Windows Server 2012

2012-11-30 Thread George S.
I tried setting up the ISAPI redirector on Windows Server 2012. I was doing pretty good, but the Windows event log says that loading the module failed because the RegisterModule entry point was not defined. I did a quick search, and it looks like modules must define this entry point for

Re: IIS 8/Windows Server 2012

2012-11-30 Thread George S.
On 11/30/12 12:45 PM, Konstantin Preißer wrote: Hi George, -Original Message- From: George S. [mailto:geor...@mhsoftware.com] Sent: Friday, November 30, 2012 6:39 PM I tried setting up the ISAPI redirector on Windows Server 2012. I was doing pretty good, but the Windows event log