'If' your web srver is firewalled off from your
database server and 'if' it turns out that the
firewall is timing out your connections at a TCP/IP
level, then the Proxool pool could be useful.
Gluck
--- james edwards <[EMAIL PROTECTED]>
wrote:
> Opps, sorry I forgot to mention that I am running
Are they on the same machine? If not it could be a
firewall issue? It could be alot of things but that's
a start.
--- james edwards <[EMAIL PROTECTED]>
wrote:
> I am running 3 servers; Apache, Tomcat (5.5.16, java
> version "1.5.0_06",
> Informix JDBC-1.3.00.JC3) and Informix (7.31.UD2).
> After
Hi All,
Has Tomcat got an equivelent of Apache's HTTP's Redirect Match?
Thanks alot
-
Yahoo! Photos NEW, now offering a quality print service from just 8p a photo.
I don't see them declare the "factory" attribute in 5.5, you didn't tell
> us what version you were on
>
> Filip
>
> ALEX HYDE wrote:
> > Hi All,
> >
> > I've seen this one all over the user group but I seem
> > to have come to a
Hi All,
I've seen this one all over the user group but I seem
to have come to a dead end with this. I have upgraded
from tomcat 4 to 5 and I can't seem to get my app
working again.
The part that has broken is the jndi datasource
look-up. I notice that I'm definitly not the first to
experience th
You might use JNDI in a way that's not tied to the servlet engine. This could
seperate it from the servlet engine altogether, maybe LDAP or something.
Hadraba Petr <[EMAIL PROTECTED]> wrote: Hi,
maybe helps this, but it's working on Tomcat 5.5.15:-(
http://mail-archives.apache.org/mod_mbox/t
You could try: http://10.2.254.103:8080
Riccardo Roasio <[EMAIL PROTECTED]> wrote: Hi, i'm triyng to install Tomcat; i
do like this:
tar xzvf apache-tomcat.tar.gz
mv apache-tomcat /usr/local/tomcat
cd tomcat
export TOMCAT_HOME=/usr/local/tomcat
and i triyed to run it with usr/local/tomcat/
Is it posible to set the root context to be a directory that doesn't yet exist,
ie, a war file, that is yet to be exploded. Tomcat complained it could not find
the context.
-
Yahoo! Photos NEW, now offering a quality print service from just 8p a
Hey Bello,
I'm fairly new to this but don't mind putting my two
pence worth in.
I'm not that sure about the client side but I've heard
mention of something called Squid which can cache
static content quite well and would sit as a proxy in
front of Tomcat.
Gluck
--- Bello Martinez Sergio <[EM
Adam,
I think I just posted a question on nearly this same topic.
I found something called Pippo for static content and would be easier to
configure as it sits in Tomcat.
Do you have security considerations? Have you had to add modules for securing
content in Apache?
Adam John
Dear group,
I have been looking at how to best serve static content from my web-site.
Most of the content is static.
I was looking at using Apache as a front to Tomcat and have that all up and
running. The problem is securing the content. I have written an Apache plug-in
using mod_p
Stupid question Remy but are you refering to the
proces per java thread issue that had effected Linux?
I am well behind the times so is this all resolved? I
am soon to set-up a Tomcat server, preferably on Linux
FC3 with a 2.6 kernal. Would you know whether this is
suitable for running Tomcat under
I'm abstracting it to a db with a timeout included.
That way both Tomcat and Apache can check for a valid
user.
--- Dave Morrow <[EMAIL PROTECTED]> wrote:
> Hi all. I have a website running under Tomcat 5.5.9
>
> I would like to use mod_jk to allow Apache to serve
> all static content however,
Hi All,
I need to make a very simple get request from a remote web server each time a
user first comes into the site.
I wanted to just use the core HttpURLConnection class. It will be thread
safe because the object will be used and created in method scope. In the Sun
javadoc it says
ty and performance fixes are in Tomcat 5.5.
HTH - Richard
-Original Message-
From: ALEX HYDE [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 15, 2005 10:46 AM
To: Tomcat Users List
Subject: Re: Antwort: RE: Tomcat JDBC connection with Mysql
Hi All,
I have been developing a system
Hi All,
I have been developing a system using Tomcat on my Windows box at home. I am
now ready to deploy it to a server. I was thinking of using Fedora Core
because it is cheaper and I heard it has a fiarly good reputation. Could
anyone pass on any experiences of running Tomcat 4 on Linu
Version 1 is the way I did.
Things I had to bare in mind are:
- are you actually logging users in or are they authorised on a per
individual file basis
- can the user re-access the file or is it a one off access?
Gluck
David Smith <[EMAIL PROTECTED]> wrote: Either one or two are
Hey,
I think though I'm not 100%
When you declare the datasource in web.xml (or is Server.xml?) it creates a
pool factory for you under the covers (I think using Jakarta DBCP). When you
use JNDI look-up it asks the factory for a pool. You are then magically using
a pool. You spe
Carl,
I'm quite new to this but I'd guess that the Filter is
instantiated at start-up by Tomcat. You might direct
your new requests, plus the old requests for the asp
pages, to Tomcat, using say Apache. Using a filter you
could intercept *.asp and then forward/redirect to the
new resource.
--- Ca
Khawaja,
Just to add to what the others said. When you close
the connection it doesn't actually close the
connection, it returns it to the pool. You close it to
return it, not to "actually" close it. It doesn't mean
literally terminate the connection, otherwise you're
right, there would not be muc
Is that supposed to be a comment and not an include?
<%@ include file="myinclude.html" %>
--- Mark Thomas <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I'm trying to include a file as my footer section.
> I have formatted the section in home.html as:
> >
> >
> >
> > after doing
Richard,
I'm a novice myself so here's guessing
Silly question but have you looked at the Tomcat log?
That's usually a good starting place when you get an
internal server error. Maybe a path to one of your
classes has changed, eg, a filter? ie, your classes
don't match was web.xml expects.
G
ting if not.
Andoni.
- Original Message -----
From: "ALEX HYDE"
Newsgroups: gmane.comp.jakarta.tomcat.user
Sent: Thursday, November 03, 2005 12:13 PM
Subject: Mimetypes
> Hi All,
>
> I've set up Tomcat to work inside of Apache. It's all
> going ok and I am trying
here is the security boundary in your design?
> Hope this helps
> Bruno Georges
>
> Glencore International AG
> Tel. +41 41 709 3204
> Fax +41 41 709 3000
>
>
> - Original Message -
> From: ALEX HYDE [EMAIL PROTECTED]
> Sent: 04.11.2005 00:40
> T
Very nice.
Africa's a bit under-represented.
--- Claire McLister <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We've been working with Google Maps to see if we
> can automatically map
> origins of emails to groups.
>
> As a trial, we've been mapping active emails to
> this group since Oct
> 27th
Hi all,
I am using Tomcat to serve up my image content. I was considering moving this
static content to Apache itself but I'm stuck on how to do dynamic
authorisation of a directory in Apache. In Tomcat I can restrict access to the
images directory by adding a filter and in this filter dynamic
Hi All,
I've set up Tomcat to work inside of Apache. It's all
going ok and I am trying to serve up 3gp to phones. My
file worked ok on Sony Ericsson but on Nokia it
doesn't work. I have only configurred Tomcat and not
Apache to serve up 3gp mimetype. The Nokia does not
know what the file type is.
s parsed the HTML it doesn't
> know it wants the
> images. Will trying to give them to it anyway
> actually work? Or will
> it just say "what the hell are these images, I
> haven't asked for them.
> I'll just ignore them"?
>
> > -Original
t sure of what you mean, and am not sure
> browser accept multi-part response that way, but i
> dont know
> http protocol enough. Could you provide an example
> http
> response you would like to get??
>
> Anyway, struts in itself is not extensible that way.
>
>
> ALEX
e
them all out to a single response and still stay
within a tidy framework like Struts?
--- David Delbecq <[EMAIL PROTECTED]> wrote:
> If you want to alter the response of a servlet (like
> struts servlet), a
> ServletFilter is
> a good choice.
>
> ALEX HYDE a écrit :
>
Hi All,
This is probably not strictly a Tomcat question so
apologies.
If I am using Struts, how can I filter the output so
that I convert it into a multipart response? Using a
filter probably! But I'm not sure how. For example,
how could I send all my embedded images and the
response in one muli
Hahaha. Cheers for that then.
--- Jon Wingfield <[EMAIL PROTECTED]> wrote:
> To simply serve the content, no.
> I needed to know about it so I could extract the
> metadata, and because I
> felt the need to know - must get out more ;)
>
> Jon
>
> ALEX HYDE wrote:
> video/3gpp
> video/3gpp2
>
> The video ones are probably the ones to go for.
> The 3gpp and mp4 file formats use a box model.
> The metadata boxes of which tells the browser
> (phone) what is really in
> the file.
>
> HTH,
>
> Jon
>
> ALEX HYDE wrot
Dear All,
Please can someone tell me whether I can configure
Tomcat to serve 3GP and MPEG-4 for mobile devices. And
possibly a small explanation.
Thanks very much.
Regards
Alex Hyde
___
To help you stay safe and secure
34 matches
Mail list logo