Its not as expensive as you think. The connection is NOT an HttpConnection.
Its a connection to a custom resource loader.
-Tim
Bruce Miller wrote:
Tim Funk wrote:
You'll need to clean the following up but you can use this:
Date lastModified =
new Date(servletContext
.getReso
I didn't notice that I had the wrong topic in my email.
My sincerest apologies!
Marc Farrow wrote:
Min,
You commited what is known as thread stealing. Read the FAQs. When you
want to submit a new question/topic then send a clean email to
users@tomcat.apache.org and DO NOT REPLY to someone el
On 5/6/06, David Rees <[EMAIL PROTECTED]> wrote:
On 5/5/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote:
> you could send the user to a waiting page, which should automatically
> retry the action (via http redirect or js redirect) after some amount
> of time.
> On the other hand, if the waiting cond
I think what you need is to use modjk:
http://tomcat.apache.org/connectors-doc/
Here are some examples how to use it:
http://www.csse.uwa.edu.au/~ryan/tech/tomcat.html
Pedro Silva
Pascal wrote:
> Hello
>
> Nobody could help me please or give a web pointer to help us to well
> configure Tomcat
>"Jack" <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]
>Hi,
>
>I have already gotten Tomcat to work with a (single) CRL, and as it
>was a bit of a struggle have placed some info for those trying to do
>this at [1]. The document is far from perfect, and any comments are
>welcome.
>
>
Hi,
I enable SSL in Tomcat, creating a key creaded with
keytool and I updated my server.xml removing the
comments on the port 8443 to enable it's access.
But when I call in my browser "localhost:8443" the
browser receives a file and gives me option t save it
or open it with ...???
Did you
I read "Professional Tomcat 5" (Wrox Press). Not bad, but I'd say for
"real" problems the mailing list is still the best source of
information. BTW the Tomcat online documentation is in fact far above
open source average and some books are mainly a beautified "copy" of it.
Professional Tomcat 5 al
On 5/5/06, Dirk Moolman <[EMAIL PROTECTED]> wrote:
Sorry, I tried 8081, but also 8080 (as in a previous mail), but both
won't connect.
After Tomcat start, did you verify that it's really listening on these
ports (netstat -antpl)?
Verify first that it's listening to that port (there should be 2
Tim Funk wrote:
You'll need to clean the following up but you can use this:
Date lastModified =
new Date(servletContext
.getResource()
.openConnection()
.getLastModified());
Ah! I did miss that... However...
Openning a connection seems potentially
more
You'll need to clean the following up but you can use this:
Date lastModified =
new Date(servletContext
.getResource()
.openConnection()
.getLastModified());
-Tim
Bruce Miller wrote:
Hi Tomcatters;
A seemingly naive question:
I've got various configura
Hello
Nobody could help me please or give a web pointer to help us to well
configure Tomcat with Apache with a lot of vhosts
Thanks by advance
Pascal
Yes Apache serves the Static pages and PHP
We have 150 Vhost in fact.
Some of our best client would like to use jsp/servlet in addition
Are you connecting to the Tomcat host using:
https://localhost:8443
Not just http://localhost:8443
On 05/05/06, josemanuel lopez <[EMAIL PROTECTED]> wrote:
Hi
I enable SSL in Tomcat, creating a key creaded with
keytool and I updated my server.xml removing the
comments on the port 8443 to en
Hi Tomcatters;
A seemingly naive question:
I've got various configuration data, tucked away
under /WEB-INF/.
If I use context.getRealPath(datapath), I can check the
timestamp, so that I know if it needs to be re-read.
However, this fails if we're serving from a .war file
(in which case, presumab
Hi,
I have used tomcat to host a couple of my web sites, which are continuously
evolving. I have configured them both as virtual hosts in tomcat and I am
able
to access them independently without any problem. The problem is... when I
am
updating some class files, jars in one of the websites, I wo
On 5/2/06, Mike Bydalek <[EMAIL PROTECTED]> wrote:
I think you should add the following:
Because i think you should tell Tomcat the other 2 webapp's location.
15 matches
Mail list logo