Re: apache-tomcat-7.0.27 start up errors on Mac OX Lion

2012-06-20 Thread Oguz Kologlu
Something screwy in your current environment. For a quick test: Create a new user Unpack tomcat into you user directory (don't mess around with /usr/local) start it up (not as root) Post the result. Oz On 21/06/2012, at 10:45 AM, Samuel V Green III wrote: So I have my new install on

Re: apache-tomcat-7.0.27 start up errors on Mac OX Lion

2012-06-20 Thread Oguz Kologlu
Yes. Save yourself some pain. Download the binary distribution unless you need it for a specific reason. Oz On 21/06/2012, at 10:57 AM, Samuel V Green III wrote: Feeling like an idiot, but since I'm downloading apache-tomcat-7.0.28-src… Do I have to do a build first ? Thanks, Samuel.

Re: apache-tomcat-7.0.27 start up errors on Mac OX Lion

2012-06-20 Thread Oguz Kologlu
If you've done an update you may now have java 1.7 installed (and maybe 1.6 removed) Oz On 21/06/2012, at 11:46 AM, Samuel V Green III wrote: That's exactly what I've been downloading, but when unpacking the tar.gz it unpacks as YadaYada-src I just ran java -v at my terminal and get this

Re: apache-tomcat-7.0.27 start up errors on Mac OX Lion

2012-06-20 Thread Oguz Kologlu
Try this link. It's a tomcat mirror for the binary distribution: http://mirror.overthewire.com.au/pub/apache/tomcat/tomcat-7/v7.0.28/bin/apache-tomcat-7.0.28.tar.gz On 21/06/2012, at 11:46 AM, Samuel V Green III wrote: That's exactly what I've been downloading, but when unpacking the tar.gz

Re: apache-tomcat-7.0.27 start up errors on Mac OX Lion

2012-06-19 Thread Oguz Kologlu
You are likely getting the same error in both cases. Just that in the first case you can see the error on the console. In the second case it's just going to a log file. It could be a bad download/unzip/permission error. Make sure you have JAVA_HOME defined (maybe in your ~/.profile ) Oz On

Accessing Tomcat Thread Pool

2012-06-14 Thread Oguz Kologlu
Hi All, I've seen this question bounce around some threads but there's really no good answer. I'd like to use the Tomcat 7 thread pool as worker threads for Quartz Scheduler. Is there a way to access the thread pool from a web app? Any other suggestions? Thanks, Oz

Re: Accessing Tomcat Thread Pool

2012-06-14 Thread Oguz Kologlu
On 15/06/2012, at 4:35 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oguz, On 6/14/12 6:24 AM, Oguz Kologlu wrote: I've seen this question bounce around some threads but there's really no good answer. I'd like to use the Tomcat 7 thread pool as worker

Re: URL Rewriting

2012-06-12 Thread Oguz Kologlu
There is a handy URL rewrite filter already built. http://www.tuckey.org/urlrewrite/ You can hide the ID if you post the form but you need to be a bit more specific with what you want to do Oz On 13/06/2012, at 1:21 PM, Kiran Badi wrote: Hi All, For some of the functionality, I have url

Re: Map domain names to different paths of a single webapp ?

2012-06-12 Thread Oguz Kologlu
You can do this but not in Tomcat itself. You'll need to use something like Apache web server to handle different sub domain and direct them to Tomcat. If it's only one site running you could use the defaultHost attribute to direct the request when it doesn't find a matching Host element Oz

Re: URL Rewriting

2012-06-12 Thread Oguz Kologlu
: On 6/13/2012 9:18 AM, Oguz Kologlu wrote: There is a handy URL rewrite filter already built. http://www.tuckey.org/urlrewrite/ You can hide the ID if you post the form but you need to be a bit more specific with what you want to do Oz Thanks Oguz, I have bunch of functionalities which