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: Tomcat, Apache and mod_jk configuration

2006-10-19 Thread Michael Courcy
PROTECTED] 01 70 18 21 64 -Message d'origine- De : Michael Courcy [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 octobre 2006 14:51 À : Tomcat Users List Objet : Re: Tomcat, Apache and mod_jk configuration Hello Here is a fragment of my server.xml verlina

Re: Tomcat, Apache and mod_jk configuration

2006-10-19 Thread Michael Courcy
Yes it looks much more powerful than my solution. Especially if you want to guarantee a minimum JVM heap size for each app. Thanks a lot. JVM It looks like what to have more than one webapp as the "root webapp". My suggestion would be to run each webapp in a different instance of Tomcat. It's

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-19 Thread Michael Courcy
Tomcat use commons.logging, so you can choose either java.util.logging or Log4J , http://tomcat.apache.org/tomcat-5.5-doc/logging.html But hibernate use Log4J http://www.hibernate.org/97.html I permanantly use Tomcat/hibenate/Spring without any logging issue ? H

Re: Program to obtain a performance in tomcat server

2006-10-20 Thread Michael Courcy
Have a look there http://jakarta.apache.org/jmeter/ Acácio Furtado Costa a écrit : Does anyone know some product or java program(s) that I can install in one tomcat server to measure the performance or response time. Something that works like "SITESPEED" offers in www.numion.com but "Sitespeed

Re: Receiving PUT-messages - calling doPUT

2006-10-20 Thread Michael Courcy
Why not this public void doPut(HttpServletRequest req, HttpServletResponse resp) throws IOException { doGet(req, resp); } and you implement only doGet Of course it's not consistent if your request need to handle put and get request differently. Mic Philipp Südmeyer a écrit : Hi, I n

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: 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 >

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: login page behavior and the 2.4 specification

2006-10-20 Thread Michael Swierczek
(response at bottom) Michael Swierczek wrote: I'm receiving a 408 error, and I do understand why. I just can't figure out an end-user friendly way to avoid it. The application runs on Tomcat 5.0.28 with form-based authentication. It is accessed by some end users from regular PCs

Re: Apache Tomcat Connector

2006-10-23 Thread Michael Courcy
Can you send a complete request ie http://x.com/page.jsp that return 400 code. Matthew Dickinson a écrit : Hi, I'm running into an issue of a new install of Tomcat and the Connector to integrate with an existing apache site. RHEL4 httpd-2.0.55-2 tomcat5-5.5.17-6jpp_2rh Mod_jk-1.2.19 built

how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Roth, Michael
pplication of JkMount or JkUnmount per virtual host. BUT unfortunately, this does work only for Jk1 and not for Jk2, which I´m using. So any help in conjunction with the use of Jk2 would be appreciated. Thanks! Michael >-Ursprüngliche Nachricht- >Von: Roth, Michael >Gesendet:

Re: Problems configuring a using Apache/Tomcat

2006-10-24 Thread Michael Courcy
Hi Can you explain where you define context.xml ? Here is a fragment of http://tomcat.apache.org/tomcat-5.5-doc/config/context.html path : [...] The value of this field must not be set except when statically defining a Context in server.xml, as it will be infered from the filenames used for eith

Re: Problems configuring a using Apache/Tomcat

2006-10-24 Thread Michael Courcy
Have a look there as well http://issues.apache.org/bugzilla/show_bug.cgi?id=39120 René Schade a écrit : Hi List, I'm running Apache 2.0, Tomcat 5.5.17, jdk 1.5 I'm upgrading from Apache 1.3 Tomcat 3.* jdk 1.4 In my Apache log file I have the following: JkMount /manag

Re: Problem with connection beetwen Tomcat and Apache via mod_jk?

2006-10-24 Thread Michael Courcy
Have a look on this thread, I'm not sure it's a OS specific problem http://marc.theaimsgroup.com/?l=tomcat-user&m=116126518019047&w=2 Christopher Garwood a écrit : Hi Pawel, I'm afraid I can't help you with your specific problem but have a question of my own. Are you setting up your multiple

Re: problem with truststoreFile in server.xml

2006-10-24 Thread Michael Courcy
Hi, Just to be a bit less stupid on certificate, a certificate always include the public and the private key doesn't it ? Is it for this reason you don't see the need of including the private key once again in the PKCS12 ? Víctor Torres - UPF a écrit : Thanks, but this does not solve my pr

StandartSession.accessCount bug?

2006-10-30 Thread Michael Kantarovich
l cause statement ++/--accessCount in StandardSession.access/endAccess sometimes to use an old value ... What do you think? Thanks! Michael.

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

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

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: StandartSession.accessCount bug?

2006-10-30 Thread Michael Kantarovich
Thanks! From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tue 10/31/2006 3:22 AM To: Tomcat Users List Subject: Re: StandartSession.accessCount bug? Michael Kantarovich wrote: > Hi, > > I'm using version 5.5.12. I noticed that sometimes se

RE: StandartSession.accessCount bug?

2006-10-30 Thread Michael Kantarovich
Guys, Did you consider to use java.util.concurrent.atomic.AtomicLong ? From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tue 10/31/2006 7:13 AM To: Tomcat Users List Subject: Re: StandartSession.accessCount bug? Christopher Schultz wrote: > I posted a commen

RE: StandartSession.accessCount bug?

2006-10-31 Thread Michael Kantarovich
:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 2:32 PM To: Tomcat Users List Subject: Re: StandartSession.accessCount bug? Michael Kantarovich wrote: > Guys, > > Did you consider to use java.util.concurrent.atomic.AtomicLong ? No, since this is a Java 5 class and TC5 will run on

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: 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

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: 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

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
rs to modify them. Mike -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 12:53 PM To: Tomcat Users List Subject: Re: preserving files/folders when updating an app -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, > Yeah I thought

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

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

Load balancer - Using the balancer webapp

2006-11-07 Thread Michael, Mary
My requirement: I would like to include a round robin logic between 2 urls ( ie, routing between 2 urls in a round robin fashion). The website states: "The balancer distribution contains a number of useful rules. The framework is also designed for easy extensibility so that you can write

RE: advice on creating a self contained demo

2006-11-07 Thread Michael Hencin
: SHA1 Michael, > Most of our interested parties are not initially an IT type. So having a > simple installer that would install TC with our webapp on a single pc would > be great. It might be overkill, but now that VMWare Player is free, you could create a virtual machine and bundle e

SSL not working on Tomcat

2006-11-07 Thread Michael Casale
able to troubleshoot this further. Thanks for any help! Michael Casale Systems Administrator / IT Manager Knoa Software [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Ph. (212) 807-9608 ext. 6000 Fax (212) 675-6121

RE: SSL not working on Tomcat

2006-11-07 Thread Michael Casale
error: 500 SSL negotiation failed: error:1406D0CB:SSL routines:GET_SERVER_HELLO:peer error no cipher Any ideas? I'm going to try re-importing the original certificate in PKCS12 format... Michael Casale Systems Administrator / IT Manager Knoa Software [EMAIL PROTECTED] Ph. (212) 807-9608 ext.

RE: SSL not working on Tomcat

2006-11-07 Thread Michael Casale
I also tried building the keystore in PKCS12 format - importing both the root cert and normal cert into the keystore. I'm getting the same error. Michael Casale Systems Administrator / IT Manager Knoa Software [EMAIL PROTECTED] Ph. (212) 807-9608 ext. 6000 Fax (212) 675

RE: SSL not working on Tomcat

2006-11-07 Thread Michael Casale
Michael comments prefixed with Re> Howdy all, I'm struggling through setting up Tomcat with SSL on a Windows 2003 server, and even when I get the server running, with no errors in the logs when restarting the tomcat service, all I get is a "Page Not Found" error when I point

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

Tomcat 5.5 not recognizing my trustedCertEntry?

2006-11-08 Thread Michael Casale
original keystore I created, along with the root and the cert I bought? Is there a tag for the server.xml file that will force it to use the trustedCertEntry I imported into the keytool? Here is a copy of the connector settings for server.xml, for the configuration that loads without errors:

RE: SSL not working on Tomcat - The Solution

2006-11-08 Thread Michael Casale
tore. Duh on me. This is how we learn. I figured I'd just point this out for anyone else using the keytool command and working with PKCS12 format keys and keystores. Thanks to all those who offered help! Michael Casale Systems Administrator / IT Manager Knoa Software [EMAIL PROTECTED]

mod_rewrite - round robin

2006-11-11 Thread Michael, Mary
Hope someone can help me with this, I am new to apache. My requirement is to route a given URL to 3 different URLs in a round robin fashion. Eg: www.myhost.com should be routed the first time to www.myhost1.com . The second time to www.my

RE: StandartSession.accessCount bug?

2006-11-13 Thread Michael Kantarovich
So what about this bug? When the fix will be out? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, November 05, 2006 1:34 AM To: Tomcat Users List Subject: Re: StandartSession.accessCount bug? Christopher Schultz wrote: >> 150ns per request (on my hardware) is

Reset Connection Pool while Webapp is Running

2006-11-13 Thread Michael Tran
ouched on this problem, there never seems to be an answer or response. I'm hoping that someone can point me in a direction. I'm using Tomcat 5.5. Thanks! Michael Tran Software Developer

FW: Reset Connection Pool while Webapp is Running

2006-11-14 Thread Michael Tran
ough the previous posts and while some messages have touched on this problem, there never seems to be an answer or response. I'm hoping that someone can point me in a direction. I'm using Tomcat 5.5. Thanks! Michael Tran Software Developer

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

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
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: 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: 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: 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: 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.

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: 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

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
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
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

url redirect

2006-12-21 Thread Michael Holstein
does one go about doing this in Tomcat? (an example, or a link to one, would be much appreciated). Thanks, Michael Holstein Cleveland State University - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

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: 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

web application - student need help

2007-01-05 Thread Michael Ni
Hi i'm doing a web application to help manage players for the online game Final Fantasy XI. Im using tomcat, sqlserver2000, and jsp. both sqlserver and tomcat are set up on the same computer. computer is pentium 2.8 GHZ with 512 RAM. im on cable internet the web application uses simple queries

Re: web application - student need help

2007-01-05 Thread Michael Ni
uot;); while ( rs.next() ) { out.println("" + rs.getString("hnm") + " "); out.println("" + rs.getString("itemname_en") + " "); } %> From: Darek Czarkowski <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To:

Re: web application - student need help

2007-01-05 Thread Michael Ni
rom the pool for each data search method invocation. I am at work now. I do not have the configuration with me. I can post the configuration and the database access code when I get home. Meanwhile, do a search on the internet. --- Michael Ni <[EMAIL PROTECTED]> wrote: > i don't

Re: web application - student need help

2007-01-05 Thread Michael Ni
tudent need help Date: Fri, 05 Jan 2007 17:10:13 -0500 -BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael, Michael Ni wrote: > i don't get any error when there isn't that much traffic > > but i dont close my jdbc connections, could that be a problem? Oh, yeah. Failing

RE: web application - student need help Thank You's

2007-01-08 Thread Michael Ni
I just want to thank everyone who provided input to my question. I am going to try to set up the connection pool. By the way. I have another question about authentication to websites. For authentication, currently I bascially have a "Person" table, where one field is your permission. exampl

Re: web application - student need help

2007-01-08 Thread Michael Ni
stmt.close(); stmt = null; conn.close(); } catch( SQLException sqlEx ) { System.out.println( "Problem occurs while closing " + sqlEx ); } conn = null; } } } } -Caroline --- Michael Ni

a Collection of beans to store sql data

2007-01-10 Thread Michael Ni
I was wondering if anyone could help with this. As recommended by forum members, I am using a Collection of beans to store the data from sql query. My problem is i get PersonNew.java:48: missing return statement } ^ I found some information on the subject on http://forum.java.sun.com/threa

Re: [OT] a Collection of beans to store sql data

2007-01-10 Thread Michael Ni
a Collection of beans to store sql data Date: Wed, 10 Jan 2007 21:15:50 -0500 -BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael, Michael Ni wrote: > My problem is i get > > PersonNew.java:48: missing return statement > } [snip] > public Collection getPersondata

Re: [OT] a Collection of beans to store sql data

2007-01-10 Thread Michael Ni
-0500 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Michael Ni wrote: > My problem is i get > > PersonNew.java:48: missing return statement > } [snip] > public Collection getPersondata( String alias, String password ) { > >Connection conn = null; >Pre

How to get rid of ManagerBase logging

2007-01-17 Thread Michael Gloegl
. So it seems like ManagerBase aquires its logger from somewhere else, and refuses to let it be replaced with another more restrictive logger. I am really at a loss in this, and the stuff is getting quite annoying :) I would be thankful for an

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: Problem using Tomcat in Win98

2007-02-13 Thread Michael Jouravlev
On 2/13/07, Rahul Choubey <[EMAIL PROTECTED]> wrote: Dear Friends, I am having a problem using Tomcat in Windows 98.I am using Apache Tomcat 4.1.34 and I am getting the following error on starting Tomcat:- Syntax error The JAVA_HOME environment variable is not defined This environment v

Re: PermGen space

2007-02-16 Thread Michael Fortin
check out: http://opensource.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669 it might be a little out of date but still an excellent reference. Davide Romanini wrote: Il giorno ven, 16/02/2007 alle 14.42 +0100, Jost Richstein ha scritto: You assume a memory leak...well,

SV: Help figuring out Virtual Hosts

2005-10-14 Thread Michael Salmon
Hi Dola This instruktion worked for me: http://www.ex-parrot.com/~pete/tomcat-vhost.html /Michael -Oprindelig meddelelse- Fra: Dola Woolfe [mailto:[EMAIL PROTECTED] Sendt: 14. oktober 2005 03:11 Til: Tomcat Users List Emne: Re: Help figuring out Virtual Hosts Hi, Getting back to

Permissions for Sun JSF RI and Security Manager under Tomcat 6.0?

2008-06-24 Thread Michael Anstis
Hi, Firstly, sorry for the long stack traces in here but I included the lot incase what I discount somebody else picks up on. Anyway, when trying to use JSF 1.2-b20-FCS on Tomcat 6.0 with Java 2 Security Manager enabled I receive the below. This can be replicated by creating a new WAR and simply

Re: Permissions for Sun JSF RI and Security Manager under Tomcat 6.0?

2008-06-25 Thread Michael Anstis
out the programmatic use of EL and security settings? Thanks, Mike On 24/06/2008, Michael Anstis <[EMAIL PROTECTED]> wrote: > > Hi, > > Firstly, sorry for the long stack traces in here but I included the lot > incase what I discount somebody else picks up on. > > Anywa

Tomcat and IIS - I almost have it working, but...

2008-07-08 Thread Michael Dubno
I have (as far as I can tell) an IIS 6.0 server configured to redirect requests to a Tomcat 4.1.24 server. Except it doesn't seem to actually send the forwarded URL to the Tomcat server. The configuration seems to be correct on the IIS server. Here is the isapi.log excerpt - [Tue Jul 08 15:23:

Any experts on jk_isapi_plugin have any idea what I did wrong?

2008-07-10 Thread Michael Dubno
-Original Message- From: Michael Dubno [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 3:55 PM To: users@tomcat.apache.org Subject: Tomcat and IIS - I almost have it working, but... I have (as far as I can tell) an IIS 6.0 server configured to redirect requests to a Tomcat 4.1.24

Tomcat 5.5, JKConnector, Apache 2.2 on SuSE Enterprise 10 timeout problem

2008-07-11 Thread Scheibe Michael
tried to set several timeouts a little higher (server.xml, jk-config) but the timeout is still there. We then tried to find a timeout setting that matches these 2 minutes -> no results. Has anyone got an idea what else we could try? Thanks very much in advance Michael Würth ITen

AW: Tomcat 5.5, JKConnector, Apache 2.2 on SuSE Enterprise 10 timeout problem

2008-07-11 Thread Scheibe Michael
Case solved, MS ISA Proxy was the Problem! Sorry for spamming the mailing list ;-) Von: Scheibe Michael [mailto:[EMAIL PROTECTED] Gesendet: Fr 11.07.2008 10:03 An: users@tomcat.apache.org Betreff: Tomcat 5.5, JKConnector, Apache 2.2 on SuSE Enterprise 10 timeout

RE: Tomcat and IIS - I almost have it working, but...

2008-07-16 Thread Michael Dubno
es" MMC, restart "IIS Admin" If someone could update the document that would be great! Thanks again - Mike -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Saturday, July 12, 2008 8:02 AM To: Tomcat Users List Subject: Re: Tomcat and IIS - I almost have

RE: Tomcat and IIS - I almost have it working, but...

2008-07-16 Thread Michael Dubno
working, but... Michael Dubno schrieb: > Thanks for the help! > The problem was a missing step in the configuration document > (http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html ) > which I found in http://www.cflex.net/showFileDetails.cfm?ObjectID=296) > - > > >

appbase and docbase

2008-07-23 Thread Michael Clovis
This is hopefully a simple question that will be easy to clear up. Here is the example: In server.xml the appbase="webapps" and unpackWARs="false" and autoDeploy="true" For an application let's call it foo and it is in a war and meant to be "executed" as such.. so foo.war is placed within the

Re: appbase and docbase

2008-07-23 Thread Michael Clovis
(HostConfig.java:488) Still a little confused.. Caldarale, Charles R wrote: From: Michael Clovis [mailto:[EMAIL PROTECTED] Subject: appbase and docbase For an application let's call it foo and it is in a war and meant to be "executed" as such.. so foo.war is placed within the we

Re: "webapps" on Network Drive?

2008-08-25 Thread Michael Jouravlev
I never tried changing value in the HOST tag, I use DOCBASE in the CONTEXT tag instead. On Mon, Aug 25, 2008 at 12:04 PM, David Shreffler <[EMAIL PROTECTED]> wrote: > I'm having difficulties with a Tomcat installation. I am a high school > teacher installing Tomcat in a computer lab. I want to h

JVM per Context

2008-09-10 Thread Michael Dehmlow
I have multiple contexts that are defined for a given host in my server.xml each context I would like to start up in its own jvm, for dll and enviornment variable reasons. Here's an example of my server.xml:

RE: JVM per Context

2008-09-10 Thread Michael Dehmlow
Thanks, my version of tomcat 5.5.26. My mistake I was looking at tomcat 3.3 documentation: http://tomcat.apache.org/tomcat-3.3-doc/tomcat-apache-howto.html http://tomcat.apache.org/tomcat-3.3-doc/tomcat-apache-howto.html . Yes defining contexts in the Server.xml is discouraged but I'm doing it an

setHeader after DoFilter delegation in filter?

2008-10-07 Thread Michael Larson
Hello, I'm debugging a tomcat filter. The filter has been designed as follows: MyFilter::DoFilter(ServletRequest request, ServletResponse response, FilterChain chain) { do_some_stuff(); //now delegate the call the chain chain.DoFilter(); //the header value below doesn't always sh

RE: JVM per web App in Tomcat 5 possiable

2007-02-21 Thread Rutherford, Michael
x27;m sure there are better ways but I haven't had the luxury of time to re-address this yet. Michael Rutherfurd -Original Message- From: jerrythenoob [mailto:[EMAIL PROTECTED] Sent: Thursday, 22 February 2007 10:26 AM To: users@tomcat.apache.org Subject: JVM per web App in Tomcat 5

RE: Determining the complete classpath for a web app in Tomcat 5.5

2007-02-25 Thread Rutherford, Michael
> > From: Rutherford, Michael [mailto:[EMAIL PROTECTED] > > Subject: Determining the complete classpath for a web app in > > Tomcat 5.5 > > > > I am attempting to find a (preferably simple :-) way to find out the > > complete classpath for a web app. >

Re: SSL Certs

2007-03-09 Thread Michael Holstein
ssword, you can just create a new one, and add the root and intermediate CA certs (in that order) before adding your new cert, then just change the keystore location in server.xml. Cheers, Michael Holstein CISSP GCIA Cleveland State University Erich Rockman wrote: Hello. I am trying to take

Re: SSL Certs

2007-03-09 Thread Michael Holstein
Thanks. Works like a charm. One more question. How do I establish the chain to the CA? Do I do it using keytool? Yes. Import the intermediates and root certificates into the same keystore. For the root CA you shouldn't use the -trustcacerts line. Use the same keystore file, just pick differen

Re: Tomcat 6 Scales

2007-03-12 Thread Michael Clovis
Filip, Great article. We were already having some memory issues using the NIO connector in 6.0.10 yet REALLY need this functionality. Our quick question is the following , can we in your estimation use the nightly build of your code and apply to 6.0.10 until version 11 releases? Filip Hani

connection pool

2007-03-19 Thread Gioia, Michael
Hi, I'm new to tomcat and have a problem with keeping up the connection to the database thru the connection pool. Almost every weekend the database gets bumped and the java app that were running needs to have tomcat restarted to reconnect to the database thru the connection pool. When we come

RE: connection pool

2007-03-22 Thread Gioia, Michael
some bad thread or something hanging in Tomcat causing this. Any way you have Tomcat stop and restart on its own? We do that on our Win platform as a service -- ostensobly in part to avoid that type of thing. -Original Message- From: Gioia, Michael [mailto:[EMAIL PROTECTED] Sent: Monday,

connection pool

2007-03-22 Thread Gioia, Michael
Hi, I'm still having a problem with tomcat with keeping up the connection to the database thru the connection pool. Almost every weekend the database gets bumped and the java app that were running needs to have tomcat restarted to reconnect to the database thru the connection pool. When we com

WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
Hello everyone, I am having a problem with WAR deployment. I am performing a static deployment: copying a ROOT.war under the webapps directory, and then starting Tomcat (no other web applications). On most occasions, the deployment is successful. However, occasionally the deployment does not su

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
I forgot to mention that (should it matter) I am running Tomcat 5.5.17, on JRE version 1.4.2_12. -Original Message- From: Michael Heinrichs [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 10:43 AM To: users@tomcat.apache.org Subject: WAR deployment incomplete (sometimes) Hello

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
t never thought much of it, just assuming it was a random glitch. It seems to be more common for me when I restart it quickly after stopping, and less often if I let it sit for 30 seconds or so before restarting. Michael Heinrichs wrote: >I forgot to mention that (should it matter) I am run

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
r (as the upload hasn't completed) and aborts the deployment you need to work around the fact that your upload is "taking time" Filip Michael Heinrichs wrote: > I don't see a consistent pattern, but it definitely happens on first > deployment. In my scenario, Tomcat i

RE: WAR deployment incomplete (sometimes)

2007-05-10 Thread Michael Heinrichs
gered by such things as JARs larger than 2GB (large file support), and JARs with more than 64,000 entries, but none of the bugs apply to my situation. -Original Message- From: Michael Heinrichs [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 10:43 AM To: users@tomcat.apache.org Su

<    1   2   3   4   5   6   7   8   9   10   >