ds, e-mail: users-h...@tomcat.apache.org
--
George S.
*MH Software, Inc.*
Voice: 303 438 9585
http://www.mhsoftware.com
---
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
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 car
Tracing for 404 requests, and the log files
aren'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
n.
If you're using 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
8M3uu3FpDMmsfcRcYzQSZ1yCEharMLzKR6zn0c4odnJpUWmVzLnO
brtsSvTBTsIlH3F7dlocMV63W+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
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
e me a pointer on what to do here?
--
George S.
*MH Software, Inc.*
Voice: 303 438 9585
http://www.mhsoftware.com
subscribe, 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
4GQGuqS7c
nm6gsOP6Wd/PiL67mVClJ6cN9LEPEqxs2QivK2/zzBcmYunXQK0GAbi25C5tG9Ha
4zB5VuRo0IjPmEKnRuqfZ2KcOVCQaJFbWgV0dJ9UWb7vO5662hYvSssX7jS6or5e
/aq7VBV+GiEaWzZweAi8/k4R3wk=
=DEHk
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional co
aking it more complicated than 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
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
y appear as operations on 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
not my code.
Anyhow, am I right 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
P that'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, In
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: users-unsubscr...@tomcat.ap
ake 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."
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:
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
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)
di
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=blah&other_thing=blah-blah
I can see this is the url in the redirect of my browser bar.
What I can't figure
56 PM, 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
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, Georg
I have a question. I'm doing some oAuth stuff, and the remote site is
redirecting me to:
my_url.html#something=blah&other_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
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
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 initia
26 matches
Mail list logo