Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Scott Dunbar
this just another declaration or would I need another declaration? Also what about forwarding from .net to .com, is it the same thing? Thanks in advance - Josh -- Scott Dunbar Xigole Systems, Inc. Enterprise consulting, development, and hosting 303·667·6343

Re: Any way to filter URL's with a dot in the directory name?

2009-09-24 Thread Scott Dunbar
ve explicit Context elements defined. This should prevent the automatic application deployment for my top level .svn directory and subsequently let my filter work for the .svn directories in ROOT. Again, thanks for the help. Caldarale, Charles R wrote: From: Scott Dunbar [mailto:sc...@xig

Re: Any way to filter URL's with a dot in the directory name?

2009-09-24 Thread Scott Dunbar
extension, not a directory. Caldarale, Charles R wrote: From: Scott Dunbar [mailto:sc...@xigole.com] Subject: Any way to filter URL's with a dot in the directory name? It appears, based on reading the servlet spec, that /* is not sufficient for this. Why not? /* maps to everyth

Any way to filter URL's with a dot in the directory name?

2009-09-24 Thread Scott Dunbar
I'm trying to write a filter (or use a security-constraint) to eliminate Tomcat serving up files from a directory that starts with a dot - .svn in this case. It appears, based on reading the servlet spec, that /* is not sufficient for this. Indeed, using Tomcat 6.0.18 I've seen that a request

Re: Migration tomcat 6.0.16 to 6.0.18

2008-10-09 Thread Scott Dunbar
Ok, I may have assumed too much. My configuration has virtual hosts spread over the file system. I stopped 6.0.16, copied over the server.xml and Context XML's to 6.0.18, copied a required JDBC library to the lib directory, started 6.0.18 and I was done. I guess that this isn't really a re-d

Re: Migration tomcat 6.0.16 to 6.0.18

2008-10-09 Thread Scott Dunbar
What problems are you having? This is a very simply migration. I was able to just deploy my apps and my server.xml to the 6.0.18 server and go. No code, no configuration changes for me at least. vicens wrote: How can I migrate a tomcat 6.0.16 to tomcat 6.0.18? Where I can found any tuto

Re: Creating virtual directory in Tomcat - HTTP Status 404 ...

2008-10-08 Thread Scott Dunbar
What is in the directory /dirtest/prod_scrpts? If it doesn't have a file named index.jsp, index.html or index.htm (defaults set in conf/web.xml) then it will give a 404. Try a very small "hello world" html page for one of those files. The default is to disable file listings for directories w

Dynamically adding a resource to a context

2008-09-30 Thread Scott Dunbar
Hi all, I'm honestly not positive that what I want to do is a good idea but the basic concept is that I want to dynamically add a Resource (a JNDI JDBC DataSource) to a Context. The idea is that I will be dynamically creating databases for new users and want to have a database connection pool

Re: Tomcat on centOS

2007-05-09 Thread Scott Dunbar
That may be the problem. My install is not via a control panel of any sort. I'm not familiar with how a control panel manages the startup options. [EMAIL PROTECTED] wrote: you've installed tomcat with cpanel support or a clean installation of tomcat? If i haven't understand bad, the one in

Re: jsp:include no longer working in 5.5.23

2007-05-08 Thread Scott Dunbar
x27;t have been. Again, thanks for the help. Mark Thomas wrote: Scott Dunbar wrote: Is what I'm trying to do wrong? Sorry, but yes.

Re: Tomcat on centOS

2007-05-08 Thread Scott Dunbar
I am using CentOS 4.4 but I don't think that this is specific to Linux per se. I've modified startup.sh to have: CATALINA_OPTS="-Djava.awt.headless=true -Xmx512m" export CATALINA_OPTS after the comments at the top and it works fine. I also hard code my JAVA_HOME in much the same way so that t

Re: jsp:include no longer working in 5.5.23

2007-05-08 Thread Scott Dunbar
7;ll continue to experiment - thanks for your help. Mark Thomas wrote: Scott Dunbar wrote: Thanks, I checked that and my I don't set a docBase in my context: And there is the problem. If it isn't absolute, docBase is relative to appBase so you do have appBase ==

Re: jsp:include no longer working in 5.5.23

2007-05-07 Thread Scott Dunbar
pgrading to new Tomcat versions. Thanks for the suggestion. Mark Thomas wrote: Scott Dunbar wrote: I've been using the same code for years since the Tomcat 3.x days and an upgrade to 5.5.23 has now broken my site. Check your config for appBase in a host element being set to t

jsp:include no longer working in 5.5.23

2007-05-07 Thread Scott Dunbar
I've been using the same code for years since the Tomcat 3.x days and an upgrade to 5.5.23 has now broken my site. If I do a: I get: The requested resource (/some/path/to/some.html) is not available. It is available and this particular file hasn't been modified for a very long time. If I

Re: 5.5.15 and JDK 1.4.2_08 to 5.5.16 andJDK 1.5.0_06 yields an extra question mark for all requests

2006-04-09 Thread Scott Dunbar
Thanks very much! Rainer Jung wrote: TC 5.5.16 problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=38113 Should be fixes in 5.5.17 (not yet realeased). Scott Dunbar wrote: Hello, I recently tried to upgrade from Tomcat 5.5.15 with the 1.4 compatibility libraries and 1.4.2_08 to

5.5.15 and JDK 1.4.2_08 to 5.5.16 andJDK 1.5.0_06 yields an extra question mark for all requests

2006-04-08 Thread Scott Dunbar
Hello, I recently tried to upgrade from Tomcat 5.5.15 with the 1.4 compatibility libraries and 1.4.2_08 to 5.5.16 without the compatibility libraries and 1.5.0_06. I'm having a problem where it seems as if each request gets an extra question mark. From a 5.5.16 access log: w.x.y.z - - [08/A