Re: can't access database after timcat idle for several hours

2006-04-28 Thread ALEX HYDE
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 the app

Apache Tomcat Redirect Match

2006-03-09 Thread ALEX HYDE
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.

Re: Upgrade to Tomcat 5.5 has broken my jndi

2006-03-08 Thread ALEX HYDE
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 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

Upgrade has broken my jndi

2006-03-07 Thread ALEX HYDE
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

Re: problems running Tomcat

2006-02-08 Thread ALEX HYDE
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

root context

2006-01-21 Thread ALEX HYDE
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

Re: Images caching

2006-01-16 Thread ALEX HYDE
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

Serving secured static content

2006-01-11 Thread ALEX HYDE
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

RE: Using Tomcat 5.5 as a standalone web server

2006-01-11 Thread ALEX HYDE
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

Re: Mod_jk and Security

2005-12-21 Thread ALEX HYDE
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, I

URLConnection

2005-12-16 Thread ALEX HYDE
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

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
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

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
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 using

Re: Securing File System Resources ?

2005-12-13 Thread ALEX HYDE
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

Re: TOMCAT + DATASOURCE + CONNECTION POOL

2005-12-12 Thread ALEX HYDE
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

Re: Filters

2005-11-25 Thread ALEX HYDE
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. ---

RE: database connection pooling

2005-11-22 Thread ALEX HYDE
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 much

Re: Could do with some guidance/help

2005-11-10 Thread ALEX HYDE
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.

Re: Mimetypes

2005-11-05 Thread ALEX HYDE
. - 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 to serve up 3gp to phones. My file worked ok

Re: Google Map of active users on this list

2005-11-04 Thread ALEX HYDE
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 at:

Mimetypes

2005-11-03 Thread ALEX HYDE
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.

Apache filters?

2005-11-03 Thread ALEX HYDE
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

Re: Multi-part response

2005-10-18 Thread ALEX HYDE
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

RE: Multi-part response

2005-10-18 Thread ALEX HYDE
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 Message- From: ALEX HYDE [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 10:02

Re: 3GP and MPEG-4

2005-10-13 Thread ALEX HYDE
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: Thanks Jon. That's really useful. I