static content not served for non-root apps via mod_jk

2012-01-13 Thread Eric P
Hi all, I'm having trouble getting Apache to serve static content (jpg, css, js, etc.) for Tomcat apps via mod_jk for any application except the ROOT Tomcat app. The ROOT app shows static content just fine. I have the following Apache settings attempting to point *all* requests to Tomcat and

Re: static content not served for non-root apps via mod_jk

2012-01-13 Thread Eric P
crazy. Thanks, Eric 2012/1/13 Eric P eric.maill...@gmail.com: Hi all, I'm having trouble getting Apache to serve static content (jpg, css, js, etc.) for Tomcat apps via mod_jk for any application except the ROOT Tomcat app.  The ROOT app shows static content just fine. I have the following

Re: Fire off asynch task in Tomcat.

2010-07-22 Thread Eric P
super helpful. Thanks again! Eric P. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Fire off asynch task in Tomcat.

2010-07-21 Thread Eric P
time attributes are added/removed when in fact I'm only actually interested in the 'send email' attribute. Anyway, I'm open to all ideas and appreciate you indulging me this far. Eric P. - To unsubscribe, e-mail: users-unsubscr

Re: Application vars -

2010-07-01 Thread Eric P
case for keeping app vars in web.xml (i.e., seems pretty apparent now that's where they belong). Thanks for taking the time to respond. I sincerely appreciate it! Eric P. - To unsubscribe, e-mail: users-unsubscr

Re: Application vars -

2010-06-30 Thread Eric P
Shay, Forgive all potential newbness in my responses below. I'm still learning this stuff. Shay Rojansky wrote: Hi Eric. Would making your servlet reload all application vars not be akin to simply reloading your servlet altogether, by changing context/init params in your web.xml or

Application vars -

2010-06-28 Thread Eric P
about this. Thanks for reading, Eric P. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Where to store uploaded user content in app

2010-06-10 Thread Eric P
Caldarale, Charles R wrote: From: Eric P [mailto:eric.maill...@gmail.com] Subject: Where to store uploaded user content in app For example, in my application I was thinking I would create an empty directory under /web/WEB-INF for the non-web accessible image uploads and another empty

Where to store uploaded user content in app

2010-06-08 Thread Eric P
Hi ya, I have an application that I want to write that would allow users to upload an image to somewhere non-web accessible and said image is then later moved somewhere web accessible (after image moderation). For example, in my application I was thinking I would create an empty directory

Re: Virtual host set-up woes

2010-02-21 Thread Eric P
$CATALINA_HOME/conf/Catalina/dummyapps/ROOT.xml Where did you get that location for a Context element? It certainly didn't come from the docs, nor from Peter's or my messages. Go back and reread them all. To quote from Peter's message: Yep, I had that wrong. I was getting the Host name

Re: Virtual host set-up woes

2010-02-20 Thread Eric P
Caldarale, Charles R wrote: From: Peter McNeil [mailto:pe...@mcneils.net] Subject: Re: Virtual host set-up woes 1. edit conf/server.xml and add a host section inside the engine tag that looks like this:- Host name=yourhost.com appBase=yourhostapps unpackWARs=true autoDeploy=true

Virtual host set-up woes

2010-02-19 Thread Eric P
I'm struggling big time trying to set up a virtual host in Tomcat. I'm running Tomcat version 6.0.18 under Linux and nothing else (i.e., no Apache web server, etc.). I've read the official 6.0 docs here over and over. http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html But it

Re: debugging model classes tied to Tomcat datasources

2009-11-10 Thread Eric P
I'll bet the only thing your code does with a JNDI string is perform the lookup and get a Datasource. You could implement multiple constructors allowing your code to be initialized w/ a JNDI string, DataSource object, or url/username/password. The code utilizing the model classes would

debugging model classes tied to Tomcat datasources

2009-09-26 Thread Eric P
? Thanks for reading. I'm open to any/all ideas. Eric P. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org