Looking up JNDI resources in my java app

2007-01-23 Thread Michael Hencin
like to be able to show the list of JNDI resources inside my web app for users to pick one to use in a query? --- Michael Hencin

Re: How to set up a special folder to list all files under it?

2007-01-02 Thread Michael Hencin
I am not sure there is a similar feature in Tomcat. I did some research before I did this and could not find a similar feature, or at least one I understood to work like that. It requires Apache or IIS, I suppose most web servers provide a virtual directory feature --- Michael Hencin

Re: How to set up a special folder to list all files under it?

2007-01-02 Thread Michael Hencin
abase, but it did not work well with firebird and safari, and users outside the network could not follow the UNC link. This method of using a virtual directory from apache (or IIS ) seems to work nicely. --- Michael Hencin President - Enginuity Development Inc. [EMAIL PROTECTED] P: 815-

RE: question about context file entries and TC 5.5

2006-12-12 Thread Michael Hencin
rale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 7:29 PM To: Tomcat Users List Subject: RE: question about context file entries and TC 5.5 > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: question about context file entries and TC 5.5 > > So my a

RE: question about context file entries and TC 5.5

2006-12-12 Thread Michael Hencin
e meta-inf, but I am considering adding one, with the JNDI in it. Mike -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 6:56 PM To: Tomcat Users List Subject: RE: question about context file entries and TC 5.5 > From: Michael H

RE: question about context file entries and TC 5.5

2006-12-12 Thread Michael Hencin
: Tomcat Users List Subject: RE: question about context file entries and TC 5.5 > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: question about context file entries and TC 5.5 > > Nothing in my meta-inf folder. There wouldn't be. Tomcat treats deployment folder

RE: question about context file entries and TC 5.5

2006-12-12 Thread Michael Hencin
bject: Re: question about context file entries and TC 5.5 look in the META-INF folder inside your webapp's directory maybe > > From: "Michael Hencin" <[EMAIL PROTECTED]> > Date: 2006/12/12 Tue AM 10:47:58 EST > To: "'Tomcat Users List'" > Subj

question about context file entries and TC 5.5

2006-12-12 Thread Michael Hencin
at would resemble my additions. Michael Hencin Enginuity Development 815-505-5028

RE: Server side forward across different webapps?

2006-12-07 Thread Michael Hencin
Along this line of thought, I have one webapp. webApp1 and a second, I supply called webApp2. Is there a way, that I can lookup the context of webapp2, knowing that the customer may change the name of that webapp2 at deployment time? I cant rely on the webapp2 name, since a user could change that.

RE: tomcat w/o commercial crap

2006-12-05 Thread Michael Hencin
Monica... -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 10:29 AM To: Tomcat Users List Subject: Re: tomcat w/o commercial crap -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this a troll? You will need some copy of Java to use Tomca

RE: EL not evaluatin in TC 5.5

2006-12-05 Thread Michael Hencin
I modified the web.xml with this, entry, and moved my tld file to a WEB-INF/tld. Thanks a lot! This problem was costing me lots in coffee funds and late nights! Mike -Original Message- From: Roberto Marra [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 4:46 AM To: Tomcat Use

RE: RSS help

2006-11-18 Thread Michael Hencin
Dave I went thru the same thing. Basically all you need to do is make an XML file and put it on a web server some place. Then provide the link. People can copy the link and paste it into any rss reader, or if their browser understands what to do, it will add the rss feed link to the integrated rea

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Michael Hencin
e /WEB-INF/context.xml > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: Manager deploy uploaded war - doesn't use the > /WEB-INF/context.xml > > I should add, I am using TC 5.0.28. Ahh - that does make a difference. Most of the information you were give

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Michael Hencin
- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:09 PM To: Tomcat Users List Subject: RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: Manager deploy u

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Michael Hencin
Hello I noticed this thread and have a follow up question. I know I can leave the path out of my META-INF/context.xml file, but I still have a docbase, and working dir values. In my original war file I have a context file with; Is there some way I can "varibalize" the end of those to match the

minimum context file contents

2006-11-08 Thread Michael Hencin
nd workDir and will tomcat fill in the values? If I had this; after deployment would TC enter the Myapp info to give me this? Michael Hencin Enginuity Development 815-505-5028

RE: advice on creating a self contained demo

2006-11-07 Thread Michael Hencin
Chris Thanks, but that does sound like overkill. I was looking more for a way to bundle my webapp with TC, and then just install that. With some preconfigured items; namely my database, my webapp in place and ready to run. Even if I had a requirement for the java to be installed, I think that woul

advice on creating a self contained demo

2006-11-07 Thread Michael Hencin
type. So having a simple installer that would install TC with our webapp on a single pc would be great. Any suggestions or offline input would be helpful. Thanks Michael Hencin

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread Michael Hencin
I looked at the TC 5.0 pages for this, and it does not appear to be the same for 5.0 (which I use now) http://tomcat.apache.org/tomcat-5.0-doc/config/context.html says " The context path of this web application, which is matched against the beginning of each request URI to select the appr

RE: preserving files/folders when updating an app

2006-11-06 Thread Michael Hencin
As for my updates, I was hoping to keep it simple, i.e. just the war file, and not a script as well. I don’t currently have an install script, or update script. We just create a new WAR file, and supply that to the end users. They then drop this war into webapps, and it "normally" replaces the old

RE: preserving files/folders when updating an app

2006-11-06 Thread Michael Hencin
ving files/folders when updating an app > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: preserving files/folders when updating an app > > I just was curious if you could specify in your war file > options for no not overwrite folder "X" or something. What

RE: preserving files/folders when updating an app

2006-11-06 Thread Michael Hencin
hold that information? --- Tracy Nelson / Nelnet Business Solutions 402 / 617-9449 | -Original Message- | From: Michael Hencin [mailto:[EMAIL PROTECTED] | Sent: Monday, 06 November, 2006 10:14 | To: 'Tomcat Users List' | Subject: preserving files/folders when updating an app

preserving files/folders when updating an app

2006-11-06 Thread Michael Hencin
do not remember to backup those files, the new war file would delete them. Any thoughts? Michael Hencin Enginuity Development 815-505-5028

RE: Webapps that run on 5.0.28 but not 5.5.x?

2006-11-01 Thread Michael Hencin
, 2006 1:37 PM To: Tomcat Users List Subject: RE: Webapps that run on 5.0.28 but not 5.5.x? > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: Webapps that run on 5.0.28 but not 5.5.x? > > This setup is just as we do with 5.0, but when I access our > app, I

RE: Webapps that run on 5.0.28 but not 5.5.x?

2006-11-01 Thread Michael Hencin
I am currently testing just such an upgrade. We have a current webapp that runs in 5.0.28. The war file has a context.xml in the META-INF that has a JNDI datasource entry. If I place the myapp.war file into TC 5.5, it expands and places our context file in the conf/Catalina/localhost dir. I use

RE: installing the admin on 5.5

2006-10-30 Thread Michael Hencin
t: RE: installing the admin on 5.5 > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: installing the admin on 5.5 > > I did use all the apache org tomcat distributions. Nothing > third part. Good. > I never did edit the tomcat-users.xml. During the 5.5 install >

RE: installing the admin on 5.5

2006-10-30 Thread Michael Hencin
5:24 PM To: Tomcat Users List Subject: RE: installing the admin on 5.5 > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: installing the admin on 5.5 > > I am having a bear of a time installing the admin application > for 5.5. I downloaded and unzipped the apach

installing the admin on 5.5

2006-10-30 Thread Michael Hencin
to instruct them as to how to install the admin app. A war file would be easier, as the many users I have are not at all tomcat savvy. Michael Hencin Enginuity Development 815-505-5028

Upgrading to 5.5

2006-10-20 Thread Michael Hencin
Hello all I am looking at upgrading to 5.5 from 5.0.28. Is there a document that details any major changes between the versions that would affect our web app? Mike

RE: Upgrade to 5.5

2006-10-20 Thread Michael Hencin
with a new subject. This will start a new thread. Mark tomcat-user-owner Michael Hencin wrote: > Hello all > > I am looking at upgrading to 5.5 from 5.0.28. Is there a document that > details any major changes between the versions that would affect our web >

Upgrade to 5.5

2006-10-20 Thread Michael Hencin
Hello all I am looking at upgrading to 5.5 from 5.0.28. Is there a document that details any major changes between the versions that would affect our web app? Mike - To start a new topic, e-mail: users@tomcat.apache.org To unsu

Re: placing context.xml in META-INF works?

2006-10-19 Thread Michael Hencin
Hello, you are correct on both parts. Thanks for the tip, I will make sure to fix that. Also the method I tried worked just fine. My next test is to see if I can create diffrent context with the same war, then edit the resulting context.xml files to have diffrent db files. this way I can host s

RE: placing context.xml in META-INF works?

2006-10-18 Thread Michael Hencin
Our webapp is given to many discrete clients with their own networks. Often these users do not have tomcat at all. Our application requires it. Therefore the IT guy has to install tomcat when they get our web app. And they are not familiar with the ins and outs of tomcat at all. My ideal sequence

RE: placing context.xml in META-INF works?

2006-10-18 Thread Michael Hencin
ed" context.xml and it should work out of the gate. Mike -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 2:44 PM To: Tomcat Users List Subject: RE: placing context.xml in META-INF works? > From: Michael Hencin [mailto:[EMAI

RE: placing context.xml in META-INF works?

2006-10-18 Thread Michael Hencin
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 2:44 PM To: Tomcat Users List Subject: RE: placing context.xml in META-INF works? > From: Michael Hencin [mailto:[EMAIL PROTECTED] > Subject: RE: placing context.xml in META-INF wor

RE: placing context.xml in META-INF works?

2006-10-18 Thread Michael Hencin
I have a similar need. I have a context file with a JNDI resource, and some env entries. I want this context file to be copied to the $CATALINA_HOME/conf/Catalina/localhost/ directory do that the users can use the default JNDI and env values I enter. My app exisits within the appbase and I want t