AW: ServletContextListener and HttpSessionActivationListener

2004-09-03 Thread Michael Sudkamp
y intention. > > Have you at least tried the 5.x series and/or checked Bugzilla? > Yes, Tomcat 5.0.24 does the same Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat5 using jsvc in a chroot jail

2004-09-02 Thread Michael Schuerig
svc to work. Michael -- Michael Schuerig There is no matrix, mailto:[EMAIL PROTECTED]only reality. http://www.schuerig.de/michael/ --Lawrence Fishburn - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat 5.5: installing outside webapps via Ant task doesn't seem to work

2004-09-02 Thread Michael Schuerig
On Thursday 02 September 2004 23:41, Remy Maucherat wrote: > On Thu, 2 Sep 2004 23:27:59 +0200, Michael Schuerig <[EMAIL PROTECTED]> wrote: > >>description="Install application to servlet container"> > > > username="${manager.use

Re: Tomcat 5.5: installing outside webapps via Ant task doesn't seem to work

2004-09-02 Thread Michael Schuerig
On Thursday 02 September 2004 22:43, Remy Maucherat wrote: > On Thu, 2 Sep 2004 21:56:36 +0200, Michael Schuerig <[EMAIL PROTECTED]> wrote: [Ant deploy task copies webapps] > Yes, this particular case will work like that now, in order to > simplify quite a bit the deployer (gener

Tomcat 5.5: installing outside webapps via Ant task doesn't seem to work

2004-09-02 Thread Michael Schuerig
and Tomcat, so I might be overlooking something rather obvious. Michael >>> >>> -- Michael Schuerig Failures to use one's frontal lobes mailto:[EMAIL PROTECTED]can result in the loss of the

Tomcat 5.5 character encoding problem

2004-09-02 Thread Michael Schuerig
ing something rather obvious. Michael test.jspx: >>> http://www.w3.org/1999/xhtml"; xmlns:jsp="http://java.sun.com/JSP/Page"; xmlns:c="http://java.sun.com/jsp/jstl/core"; xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"; l

AW: ServletContextListener and HttpSessionActivationListener

2004-09-02 Thread Michael Sudkamp
. I mean I must have had the chance to set up my own context attributes prior to this point. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ServletContextListener and HttpSessionActivationListener

2004-09-02 Thread Michael Sudkamp
ese context attributes are null at that time. The servlet 2.3 spec IMO gives no info about the sequence. What is your opinion? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: website going down

2004-08-31 Thread Michael McQuade
Could the person having problems with Tomcat and MySql contact me at [EMAIL PROTECTED] I also am having Tomcat/MySql/JDBC problems, maybe we can talk some. Thank You Mike - Original Message - From: "QM" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: T

Re: Tomcat Holding Database Open??????

2004-08-31 Thread Michael McQuade
one connection work. Thank you for being patient. Mike " <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 2004 8:55 AM Subject: Re: Tomcat Holding Database Open?? > On Tue, Aug 31, 2004 at 08:43:00AM -0400

AW: Problem with session counting

2004-08-31 Thread Michael Sudkamp
eneral > "logout" page, but what about people who simply let the sessions time > out? When the session times out, the DB cleanup is done in a valueUnbound() method of an appropriate session object. Michael - To

Tomcat Holding Database Open??????

2004-08-31 Thread Michael McQuade
Hi folks, I have alreadysent a similar request, here I am going to try and explain it better. First, my system setup Tomcat 5.0.27 JVM 1.4.2_05-b04 from Sun Windows 2000 and Windows 2000 Server MySql 4.1.3b-beta-nt JDBCMysql-connect

RE: Is it possible to force Tomcat to drop a servlet?

2004-08-31 Thread Nitschke Michael
Excange the now to no in the last mail from me. mfg Michael Nitschke -Original Message- From: Nitschke Michael Sent: Tuesday, August 31, 2004 12:41 PM To: Tomcat Users List Subject: RE: Is it possible to force Tomcat to drop a servlet? I know now way to do it. You should do your clean

RE: Is it possible to force Tomcat to drop a servlet?

2004-08-31 Thread Nitschke Michael
I know now way to do it. You should do your clean-up in a method called destroy(), its called at the time tomcat unloads the servlet. mfg Michael Nitschke -Original Message- From: Varley, Roger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 11:53 AM To: [EMAIL PROTECTED

AW: Problem with session counting

2004-08-31 Thread Michael Südkamp
that a running thread causes this behaviour? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat Admin Tools Page

2004-08-31 Thread Nitschke Michael
At the install routine you should be asked about an admin password. This should work together with name admin. If not, look in the tomcat/conf directory and there should be a file called tomcat_users.xml it contains all user/role/passwords for your installation mike -Original Message- Fro

Re: SecurityManager

2004-08-29 Thread Michael McQuade
So sorry, didnt realize it showed up all over the place, thought I was just asking you a question... - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 29, 2004 6:12 PM Subject: Re: SecurityManager > Mike,

Re: SecurityManager

2004-08-29 Thread Michael McQuade
Hi Benjamin, Im sorry to bother you, but Im desperate and you seem pretty knowledgeable re Tomcat. Im using the Windows Installer version 5.0.27.. Could I ask you a question, I added my application thru the Application Manager... went to the Company Logon screen,which opens MySql

Re: Tomcat will not run JSPs

2004-08-29 Thread Michael McQuade
Hi, is this Jerry Could I ask you a question,wondering if you are having the same problem as I am. Im using Tomcat for windows The Installer version.. I added my application, went to the Comapny Logon screen,which opens MySql database, updates it, and closes it.

Re: Tomcat will not run JSPs

2004-08-29 Thread Michael McQuade
Sorry to bother you again Jacob. But heres what I have found out, first time into a program, the database opens, updates and closes all with a Status of 0 and 0... Enter another program,and the database opens with a Status of SqlCode = -1 and SqlState = 08002 (connection name i

redirect to insecure

2004-08-27 Thread Michael Eastwood
Hi, One part of a site I've done has automatic SSL redirection using the element in web.xml to ensure SSL communication with the sensitive parts of site. The other parts of the site I'd like not to be encrypted. If I go to the secure part, however, then back to a non-secure part, the https:// rem

AW: Tomcat 5 JK2 IIS 5

2004-08-24 Thread Michael Südkamp
Yes the Tomcat JK2 docu is suboptimal. You can try an installer from this site http://www.shiftomat.com/opensource/. It worked for me. If you don't trust the EXE, the Nullsoft installer script is available and you can build the script yourself. Mi

Re: application deploys twice

2004-08-20 Thread Michael Echerer
d you check if you have a deployment descriptor .xml file in conf/Catalina/localhost that is duplicated? BTW. You should not define contexts in server.xml. Use the conf/Catalina/localhost directory for deployments. Greetings Michael -Ji

RE: application deploys twice

2004-08-20 Thread Nitschke Michael
as to solve the problem because it cost me nearly one day. mfg Michael Nitschke -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:17 PM To: Tomcat Users List Subject: application deploys twice Hi All, We are using tomcat5.0.19 and stru

Re: Tomcat clustering

2004-08-18 Thread Michael Echerer
show stopper. Try to - temporarily - disable it on all network interfaces and start your Tomcats again. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: better error message a web.xml has errors

2004-08-16 Thread Lemke, Michael IZ/HZA-IOR
somewhere else. Michael > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 7:14 PM > To: Tomcat Users List > Subject: RE: better error message a web.xml has errors > > > Hi, > An error in web.xml only stop

RE: Using a META-INF\context.xml doesn't work as expected with Manager app .war upload

2004-08-09 Thread Michael Echerer
't work either... But would be logically considering your statement, although it's not about "nested" docBase, but any docBase that doesn't match the war's filename. Will at least the rest of the context.xml element propertly used, when providing e.g. cookies="fal

Using a META-INF\context.xml doesn't work as expected with Manager app .war upload

2004-08-09 Thread Michael Echerer
pe you can help! Thanks Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session Pooling?

2004-08-05 Thread Michael Watson
Fantastic! Thanks for the quick response! Mike - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 4:01 PM Subject: RE: Session Pooling? Hola, >I'm trying to understand how a single instance of Tom

Session Pooling?

2004-08-05 Thread Michael Watson
Hi All, This may have been answered elsewhere in the past but I'm struggling to find it if it has - though please point me in the direction of past answers if that's the case. I'm trying to understand how a single instance of Tomcat manages sessions. Is there any pooling/recycling of sesssion obj

Re: ajp over ssl

2004-08-04 Thread Michael Jürgens
Ruth, Brice wrote: That's the best idea I can think of, too. With SSH tunnels using public key authentication, you can set it up so that the tunnel is setup from a system script, without user intervention. But what if the tunnel breaks? How can I determine that automaticly? regards, Mi

Re: ajp over ssl

2004-08-03 Thread Michael Jürgens
Ruth, Brice wrote: Michael Jürgens wrote: Oh sorry I was a little bit tired in the morning. I want to connect the Apache securesd over an unsecure medium (Internet) An my question ist how to connect AJP 1.3 over SSL (not ssh) with jk or jk2. regards, Michael Michael, I believe you'll wa

Re: ajp over ssl

2004-08-03 Thread Michael Jürgens
Oh sorry I was a little bit tired in the morning. I want to connect the Apache securesd over an unsecure medium (Internet) An my question ist how to connect AJP 1.3 over SSL (not ssh) with jk or jk2. regards, Michael Michael Jürgens wrote: Hi, I want to connect an Apache Webserver over an unsecure

ajp over ssl

2004-08-02 Thread Michael Jürgens
. regards, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: TC4.1.30 autoDeply ignored?

2004-08-02 Thread Lemke, Michael IZ/HZA-IOR
Hi, yes, that helps. Then it doesn't deploy anything. Unfortunately, still not what I want: .xml files aren't deployed in this configuration. Looks to me I can't have .xml deployed but directories not. Only the other way around. Right? Thanks, Michael > ---

TC4.1.30 autoDeply ignored?

2004-08-02 Thread Lemke, Michael IZ/HZA-IOR
to ignore directories, honor .xml files and unpack .war files. Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [tomcat] Re: Understanding tomcat web administration tool.

2004-08-01 Thread Michael Echerer
m, so I guess you messed something up already that makes trouble. Greetings! Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Broken pipe exception with every request!

2004-07-28 Thread Michael Mehrle
Good input, but the site is not being accessed by anyone but me right now and I sure did NOT cancel the page load. So, this is being caused by something else... Michael - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List"

Re: How to hide the JDBCRealm password from server.xml

2004-07-27 Thread Michael Echerer
QM wrote: On Tue, Jul 27, 2004 at 05:42:51PM -0300, Claudio Carvalho wrote: : Does anybody know how to hide the JDBCRealm password from server.xml? 1/ This has been discussed before on the list. (aka, check the archives.) The quick answer is: protect you Tomcat's server.xml from being read by un

Broken pipe exception with every request!

2004-07-27 Thread Michael Mehrle
d I wonder if that's related somehow. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Migrating from TC3.3.1 to TC4.1.30 What's changed?

2004-07-27 Thread Lemke, Michael IZ/HZA-IOR
een doing this for quite some time. But still no solution to this: > >One problem: I launched the webapps with files like > conf/apps-APPNAME.xml. > >How > >do I do that with TC4.1.x? > Is there a simple solution? Thanks, Michael > Yoav Shapira > Millennium

Migrating from TC3.3.1 to TC4.1.30 What's changed?

2004-07-27 Thread Lemke, Michael IZ/HZA-IOR
I do that with TC4.1.x? Thanks, Michael

RE: Java Class is not compiling

2004-07-27 Thread Nitschke Michael
together. Like com.company.database // all database relevant classes com.company.gui // all gui relevant classes. Furthermore i would recommend that you read a javabook or take the java trial at java.sun.com, it imparts the basics of java and some higher approaches. mfg Michael Nitschke

Re: Subclassing WebdavServlet

2004-07-26 Thread Michael Wille
-Original Message- From: Michael Wille [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: Subclassing WebdavServlet Hello All, I would like to know if its possible to subclass the webdav servlet that comes with Tomcat 5.x. We have need of webdav

HotSpot vs. Jikes + performance tuning

2004-07-26 Thread Michael Mehrle
f RAM) could not be set up with the latest version of Apache (don't ask - it's my hosting company) and so I'm serving static content under Tomcat as well. I expect there to be a lot of traffic on this site and maximizing resources is a MUST. ANY input would be a

Subclassing WebdavServlet

2004-07-26 Thread Michael Wille
Hello All, I would like to know if its possible to subclass the webdav servlet that comes with Tomcat 5.x. We have need of webdav in our application, but need to provide a different JNDI InitialContext then the file system. The thought was we could just override the getResources() method in W

Re: Is the Tomcat5 documentation correct for this?

2004-07-24 Thread Michael Echerer
5 for multiple instances by setting a CATALINA_BASE directory, you should use $CATALINA_BASE instead of $CATALINA_HOME for each of these references." :) Michael Echerer wrote: Hi, http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html says: "Pathname to a scratch directory to

Is the Tomcat5 documentation correct for this?

2004-07-24 Thread Michael Echerer
ss files of all Tomcat instances. So I guess it must be: "If not specified, a suitable directory underneath $CATALINA_BASE/work will be provided." Greetings Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: WHy can't i unsubscribe?

2004-07-23 Thread Michael Currie
yeah, me too. Mike Currie Senior Web Developer New Century Mortgage Direct 949 743 7037 Mobile 949 279 4358 Fax 866 281 0360 This electronic message transmission contains information from New Century which may be confidential or privileged. This information is intended for the use of the

Re: How to configure main web app to skip URL application context

2004-07-21 Thread Michael Mehrle
ntext Hi, Set path="" in your Context declaration. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael Mehrle [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 21, 2004 3:05 PM >To: Tomcat Users List >Subject: How to configure main web

How to configure main web app to skip URL application context

2004-07-21 Thread Michael Mehrle
of my application directly in the same fashion without having to specify the webapp context I've seen this done with a Tomcat demo installation of Roller, so I know it's possible. Any input would be appreciated. Thanks

RE: System suggestions? Eclipse / Tomcat / JBoss

2004-07-21 Thread Michael DiChiappari
It sounds like you are on the right track. If you are doing EJBs, then you can use JBoss. Tomcat is just a servlet container. You may also want to consider (when its ready) Apache/Jakarta's J2EE app server. I think it is called Geronimo. JBoss comes in different flavors. We have used the o

Tomcat5 & Log4j "non-meaningful" thread names in loadbalanced environment vs. Tomcat4

2004-07-21 Thread Michael Echerer
is it because I forgot to configure something in my Tomcat 5 setup? I have no idea how to get my favorable port:thread number information back in my logs. Anything I can do about this? Hope you can help! Thanks Michael - To unsubs

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Michael Mehrle
to get this up and running - any help would be appreciated. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Michael Mehrle
Sorry, but I don't understand your question. I am myself SOL on this and am seeking help from someone.... Michael - Original Message - From: "Aristides Burke" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20,

Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-20 Thread Michael Mehrle
dule for Tomcat 5.0.27? Again, the docs online are all over the place - I can't make it work. Any help would be greatly appreciated. Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Embedded Tomcat with no war or webapps

2004-07-20 Thread Michael Banks
I have successfully embedded Tomcat 5 into an application, but I would like to be able to load servlets without using a .war file or a webapps directory and no web.xml file. In Jetty I can do the following: ServletHolder holder = handler.addServlet( "MYSERVLET", "/myservlet/*

RE: address is already in use

2004-07-19 Thread Michael Currie
So, how do you actually get it running again, reboot? Mike Currie Senior Web Developer New Century Mortgage Direct 949 743 7037 Mobile 949 279 4358 Fax 866 281 0360 > This electronic message transmission contains information from New Century which may > be confidential or privileged. This infor

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
o fix this. Thomas > -----Original Message- > From: Michael Currie [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 6:16 PM > To: Tomcat Users List > Subject: RE: How to access the Accept-Encoding header? > > what I would do is user FireFox and download the Live H

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
e same. Thomas > -Original Message- > From: Michael Currie [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 6:09 PM > To: Tomcat Users List > Subject: RE: How to access the Accept-Encoding header? > > What are you using to access the page?? Internet Explorer,

RE: How to access the Accept-Encoding header?

2004-07-16 Thread Michael Currie
What are you using to access the page?? Internet Explorer, Mozilla, Firefox?? Mike Currie Senior Web Developer New Century Mortgage Direct 949 743 7037 Mobile 949 279 4358 Fax 866 281 0360 > This electronic message transmission contains information from New Century which may > be confidential o

RE: Connection pool detecting bad connection

2004-07-16 Thread Holly, Michael
Configure your connection pool to use the 'Test On Borrow' feature. This will send a small query out to make user the connection is available before it uses the connection for the larger query. Your query could be like "SELECT 'test' from dual" if you are on Orac

mod_jk2 and firewall

2004-07-16 Thread Michael Currie
I am running apache2 with mod_jk2 and Tomcat5. Apache2 and Tomcat5 reside on different servers with a firewall between them. My network admins have enforced a one hour inactivity timeout on open tcp connections. What happens is during the day things are fine but, at night there is very little

Tomcat and windows 2003 cert server

2004-07-16 Thread Michael Rockey
I am trying to add SSL to a windows 2000 server running Tomcat. I use keytool to create the keystone file but I can't create one that my windows 2003 cert server will except has anyone had any sasses with this thanks - To unsu

Callback mechanism for Real

2004-07-14 Thread Michael Currie
I have integrate my web application with Active Directory and the JNDIRealm working fine. However I need to create a workflow that detects when the Active Directory "user must change their password at next logon" is set and force them through a workflow to do so. The problem I have is there doe

RE: Can't Login as Admin or manager

2004-07-11 Thread BONUCHI, MICHAEL ROGER (SBCSI)
plemented in tomcat. Have a look in server.xml and see how the realm is configured. You might have changed this through the admin app. If you have, the previous server.xml should still be in the conf directory with a timstamp appended to the filename. Mark > -Original Message- > Fro

RE: Can't Login as Admin or manager

2004-07-10 Thread BONUCHI, MICHAEL ROGER (SBCSI)
be in the conf directory with a timstamp appended to the filename. Mark > -Original Message- > From: BONUCHI, MICHAEL ROGER (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 10, 2004 6:35 PM > To: Tomcat Users List > Subject: RE: Can't Login as Admin or mana

RE: Can't Login as Admin or manager

2004-07-10 Thread BONUCHI, MICHAEL ROGER (SBCSI)
Sat, 2004-07-10 at 17:20, BONUCHI, MICHAEL ROGER (SBCSI) wrote: > Hello, > > I just setup Tomcat 5.019 as part of the NetBeans 3.6/Sun JDK 1.4x package. > At first I was able to login as manager and admin, after an edit to the > tomcat-users.xml file. Now, after apparen

Can't Login as Admin or manager

2004-07-10 Thread BONUCHI, MICHAEL ROGER (SBCSI)
Hello, I just setup Tomcat 5.019 as part of the NetBeans 3.6/Sun JDK 1.4x package. At first I was able to login as manager and admin, after an edit to the tomcat-users.xml file. Now, after apparently using the wrong ID or password to login, I can not get back in no matter what I do wi

Re: getRemoteHost return IP address

2004-07-09 Thread Michael Tang
ation does that trigger the call to return IP address afterwards. -Michael From: QM <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: getRemoteHost return IP address Date: Fri, 9 Jul 2004 17:59:

getRemoteHost return IP address

2004-07-09 Thread Michael Tang
switch to returning IP address instead of the hostname. Does anyone see similar problem before or have any suggestion? thanks, -Michael _ MSN Life Events gives you the tips and tools to handle the turning points in your

Re: How to "start" a web app?

2004-07-09 Thread Michael Labhard
ir and a WEB-INF dir and a web.xml there but it doesn't have XXX in the YYY place." Then no one would care about the semantics of the other documentation -- it would be redundantly obscure. -- Michael - To unsubsc

Re: How to "start" a web app?

2004-07-09 Thread Michael Labhard
Right. So should we improve the documentation or improve all the readers of the documentation? Let's see ... Documentation, or all the readers of the those docs ... Improve the docs, or all the readers of the docs ... Hmmm ... What could the answer be? Boy! That's a tough one! On Frida

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
ones and I was denied access at that time. I haven't had another chance. tomcat-users.xml looks like this: My username is "mel". -- Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
On Thursday 08 July 2004 11:14 am, Andrew Janian wrote: > You don't get a login screen, you get a login popup. Not getting that > either? Nope, not getting that either. I did see it once, yesterday. Ever since, nothing. I have even reinstalled Tomcat without benefit.

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
must put all apps only one folder below. Any ideas about the problem with the Manager? I still cannot use it. Shouldn't I get a login screen as I do with the Administration option? -- Michael - To unsubscribe, e-mail: [EMA

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
mcat was stop/started. Still when I try http://localhost:8080/springapps/niagra2/index.jsp I get " The requested resource (/springapps/niagra2/index.jsp) is not available." Any other suggestions? -- Michael On Thursday 08 July 2004 09:48 am, Mike Curwen wrote: > in order to b

How to "start" a web app?

2004-07-08 Thread Michael Labhard
I try to get to the Manager it says, Access to the specified resource (Access to the requested resource has been denied) has been forbidden. I'm stumped. Don't know where to go from here. Seems like this shouldn't be this difficult.

Re: install task problem

2004-07-07 Thread Michael Labhard
p. I can enter the administration page after logging in. But if I try to open the manager I get a directory listing of the $CATALINA_HOME/server/webapps/manager directory. Stopping and restarting Tomcat doesn't help. Please

install task problem

2004-07-07 Thread Michael Labhard
lhost:8080/manager/install?path=%2Fwebsubdir%2Fmyapp&war=jar%3Afile%3A. %2Fmyapp.war%21%2F Nothing else shows up in the logs. Any advise? Thanks. -- Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: I've officially decided that JSTL is one of the worst things to ever happen

2004-07-04 Thread Michael Labhard
This is like a painter blaming the paint because he cannot create as well as Rembrandt. Pick a language, any language. Now it's your job to make software that works with it. Nobody's going to buy the argument that you're a victim of the tools. On Sunday 04 July 2004 12:41 pm, Ivan Jouikov

Re: question on tomcat's JSESSIONID

2004-07-03 Thread Michael Echerer
) with the string JSESSIONID, take a hex editor and set it to JSESS123ID for example. Put the patched class files back into the jars etc. Make sure that the string has the same length as the original cookie name! Kind of a hack, but it works! Greetings Michael

Service Temporarily Unavailable

2004-07-02 Thread Michael Sullivan
on Dogpile and I've come across several forums where people have tried to find out how to fix this error, but none have given solutions. Please help! -Michael Sullivan- - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: cleaning up a removed webapp

2004-06-30 Thread Holly, Michael
leans up the pools. You could probably use the same technique for your in memory database. Does this sound like what you are wanting to do? Michael -Original Message- From: David Vollberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:53 AM To: [EMAIL PROTECTED] Su

RE: Connection pooling with two databases

2004-06-29 Thread Holly, Michael
this points you toward a solution. Regards Michael -Original Message- From: Frans Flippo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:58 AM To: [EMAIL PROTECTED] Subject: Connection pooling with two databases Hi, We're using Tomcat 4.1.30 and PostgreSQL 7.3.4 to

Is crossContext conform to the Servlet API?

2004-06-26 Thread Michael Echerer
ebapp to by shared by several other webapps. Greetings Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: TC5 / Solaris CPU usage

2004-06-25 Thread Holly, Michael
Looks like my answer was a bit late... ;^) So ditto to what Pete said. That's what I get for not reading all my email first before I answer. Michael -Original Message- From: Holly, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 9:00 AM To: Tomcat Users List Subjec

RE: TC5 / Solaris CPU usage

2004-06-25 Thread Holly, Michael
something isn't loading properly on app startup. What other classes/packages/jars does you app use? Not a solution but something to think about... Michael -Original Message- From: David Parfitt [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 4:40 PM To: [EMAIL PROTECTED] Su

Re: JK2: lb_factor

2004-06-18 Thread Michael Echerer
Kommuru, Bhaskar wrote: Thanks for you comments Michael, So mod_jk2.0.4 does not still seem to be a production quality software. It doesnot work the way it is supposed to work as the documentation. I have spent already a lot of time on this. Actually the 10 Tomcat scenario I mentioned was with

Re: javax.servlet.jsp.tagext package

2004-06-17 Thread Michael Labhard
On Thursday 17 June 2004 01:31 pm, Filip Hanik - Dev wrote: > jakarta-servletapi-5 Thank you for pointing me here. I have built from source and the README.txt in the jakarta-servletapi-5 directory states that a servlet.jar file should be built from the classes. However it isn't and the build.x

javax.servlet.jsp.tagext package

2004-06-17 Thread Michael Labhard
I have spent considerable time searching for the package javax.servlet.jsp.tagext on Tomcat 5 (0.26) without finding it. Can anyone suggest where I might find it, please? Thank you. -- Michael - To unsubscribe, e-mail

Re: JK2: lb_factor

2004-06-17 Thread Michael Echerer
make the lb_factor work correctly? All information I found was that "a lower value means more requests" (official JK2-documentation at jakarta.apache.org). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Tutorial on Tomcat and JMX ?

2004-06-17 Thread Michael Südkamp
Hi, Is there any good tutorial on how to play with the JMX capabilities of Tomcat 4 or 5? I have a basic understanding of JMX but I don't know how to get it to work with Tomcat. Michael - To unsubscribe, e-mail: [

What does it take to upgrade to dbcp 1.2.1?

2004-06-16 Thread Kwan Michael
Hi all, It might be a simple question, but it sure gets me thinking. I m currently using tomcat 4.1.27. I wanted to use the pool preparedstatement from the dbcp 1.2.1. So I did a upgrade to replace both common-dbcp.jar with common-dbcp-1.2.1.jar and common-pool.jar with common-pool.jar. Withou

RE: What's the right way to handle a long process without occupying a tomcat processor/thread?

2004-06-16 Thread Michael Cardon
Tim, Do you have a code example of this solution? I would be very interested in setting something like this up. Thanks. Michael -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 10:22 AM To: Tomcat Users List Subject: Re: What's the righ

RE: Please introduce a good Tomcat debug tool

2004-06-15 Thread Michael Cardon
I use eclipse with the 'myeclipse' plug-in. see www.eclipse.org and www.myeclipseide.com -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 12:13 PM To: Tomcat Users List Subject: Please introduce a good Tomcat debug tool I currently run Tomcat 4

mod_jk2 for RedHat

2004-06-13 Thread Michael DiChiappari
Has anyone built a mod_jk2 for RedHat9/Apache 2.0.40? I would greatly appreciate access to it, which would save me a great deal of time in trying to build the darn thing. It would also elevate you to a true Linux/Tomcat guru in my eyes. If you make it available publicly available, it would pr

Re: Stop Tomcat over non-SSL connection with Apache2/JK2

2004-06-12 Thread Michael Echerer
Gordon Ross wrote: The problem, is that I do *NOT* want the webapp available over the non-SSL connection. In the section in Apache 2 where I defined the SSL VirtualHost, I put a JkUriSet command, but the tomcat apps were still available over port 80 (non-SSL) - even though there was no other ment

Re: Using Tomcat's HTTP processor and SSL

2004-06-12 Thread Michael Echerer
Jim Kennedy wrote: I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL. I know a lot of people use Apache HTTP Server instead of Tomcat for this and Tomcat is just the servlet container only. Is there any reason why I should not use just Tomcat alone for

RE: MySQL connection denied

2004-06-11 Thread Holly, Michael
files. Here is a link that is for Tomcat 3.3 but can give you an idea how to edit and control this http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-security.html#per missions Hope this helps Michael "Good execution of poor requirments is still poor execution" -Origin

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