RE: Tomcat not starting on Debian

2003-04-02 Thread Januski, Ken
I have it running on an experimental basis on my home Debian machine but haven't really used it much recently, instead having to use W2K at work where my real work takes place. So my memory is not fresh on it. But the first thing I'd check is ps -aux | grep java. If you see java in the process list

RE: Out of memory error

2003-04-02 Thread Januski, Ken
>-----Original Message- >From: Januski, Ken [mailto:[EMAIL PROTECTED] >Sent: Tuesday, April 01, 2003 6:22 PM >To: Tomcat Users List >Subject: RE: Out of memory error > >Thanks Nikolaos, > >The multiple (100 per minute) mapping server lines occur before the out of >mem

RE: Out of memory error

2003-04-01 Thread Januski, Ken
ers List Subject: RE: Out of memory error > -Original Message----- > From: Januski, Ken [mailto:[EMAIL PROTECTED] > > But no one has answered my original question: Do the 100s of multiple > "mapping server nnn.nnn.nnn.nn" lines reflect another symptom or the > possib

RE: Out of memory error

2003-04-01 Thread Januski, Ken
;Sent: Tuesday, April 01, 2003 1:16 PM >To: 'Tomcat Users List' >Subject: RE: Out of memory error > > >Set the memory using -Xmx and -Xms. This should take care of the memory >problems. > >If you want to monitor the heap usage, add -verbose:gc > >-- >Darian

RE: tomcat IIS configuration please help

2003-04-01 Thread Januski, Ken
Do you get a 200 for the isapi rediretor in the iis logs? If you get a 401, like I did for a few days, then it can't find the page it's supposed to be redirecting to and something's still amiss on iis side. I asked the same questions about 2 weeks ago and got some useful responses. Let us know wha

Out of memory error

2003-03-31 Thread Januski, Ken
Hi, Very occasionally my Tomcat server runs into out of memory errors. I'ts not a heavily used server, less than 10 users a day I'd guess on an Intranet. But every month or so it runs into memory problems. The newest ones occurred yesterday and I didn't hear about them until today. When I investig

RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
guess if you are getting green arrow on your gateway, you have some problem on "uriworkermap.properties" and "workers.properties". Good luck, jay -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:13 PM To: Tomcat Users List

RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
check your virtual directory name "jakarta". You should be fine. jay -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:27 AM To: Tomcat Users List Subject: RE: Forced to use isapi_redirector.dll and now have pro

RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
istent. Of course it may turn out that I haven't checked as closely as I think I have. But given that I've spent over a day on it I'd be somewhat surprised. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 11:38 AM To: Tomcat Users List

RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
Ian, I have it set up pretty much the same as you: a virtual IIS directory points to a location in Tomcat/conf. I just changed the location, reconnected the virtual directory and tried again but I still get the same 404 error: "requested resource /jakarta/isapi_redirector.dll is not available." K

Forced to use isapi_redirector.dll and now have problems

2003-03-13 Thread Januski, Ken
Hi, I know the problem of Tomcat/IIS integration has been a fairly common one on list but fortunately I've been able to ignore it. Now I'm trying to get a departed colleague's version of ArcIMS running and that necessitates getting IIS and Tomcat to cooperate. After much experimentation, googling

RE: Please sign emergency petition to the U.N.

2003-03-10 Thread Januski, Ken
Well really what's more inappropriate? The first one is just misguided, but still has no place here. This one has no place anywhere. -Original Message- From: Charlie Barker [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:48 PM To: 'Tomcat Users List' Subject: RE: Please sign eme

RE: Excel sheets

2003-02-24 Thread Januski, Ken
The Freedom to Innovate does take some odd paths. -Original Message- From: John Leveille [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 11:21 PM To: Mike Johnson; Tomcat Users List Subject: RE: Excel sheets And the swirl goes on ... try putting putting response.set

RE: Mapping .jsp to controller servlet

2003-02-24 Thread Januski, Ken
Price [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 10:58 AM To: Tomcat Users List Subject: Re: Mapping .jsp to controller servlet Januski, Ken wrote: > I've found a workaround for the time being. Each .jsp page has access to a > bean that includes login info. I changed jsp pag

RE: Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
Thanks Wendy, I found the following code from struts user list archive and it does what I want. I'm not sure why I couldn't get WEB-INF to work but this may be a better solution all in all. SecureAllJSPs *.jsp

RE: Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
ready to explore filters. -Original Message- From: Januski, Ken [mailto:kjanuski@xx] Sent: Friday, February 21, 2003 1:33 PM To: Tomcat Users List Subject: RE: Mapping .jsp to controller servlet Thanks Erik, I'm going to hold off for awhile and see if anyone clarifies

RE: Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
questions about them. Ken -Original Message- From: Erik Price [mailto:eprice@xxx] Sent: Friday, February 21, 2003 12:40 PM To: Tomcat Users List Subject: Re: Mapping .jsp to controller servlet Januski, Ken wrote: > Erik, > > Thanks. Sorry I haven't been

RE: Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
AM To: Tomcat Users List Subject: Re: Mapping .jsp to controller servlet Januski, Ken wrote: > Hmm. I got a 404 error after moving one jsp file to WEB-INF and trying to > directly access it. That's not great but at least it prevents access. Worse > though is that when I then try to go

RE: Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
like you can't move your .jsp files out of the root web-app directory. Can anyone shed any more light on this? -Original Message----- From: Januski, Ken [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 11:36 AM To: Tomcat Users List Subject: RE: Mapping .jsp to controller ser

RE: Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
then forward to JSPs), perhaps it would be worth moving the JSPs into WEB-INF where they cannot be touched? AFAIK, you can still have the servlets dispatcher.forward() to the JSPs if you do this. Erik Januski, Ken wrote: > Yesterday I noticed that an application that has been running successfully

Mapping .jsp to controller servlet

2003-02-21 Thread Januski, Ken
Yesterday I noticed that an application that has been running successfully for about a year has a problem I've never noticed before. It's set up so that all access to web-app is through a login method that calls a login.jsp page from a controller servlet. So all requests to jsp pages get redirected

RE: MY ATTITUDE

2003-02-11 Thread Januski, Ken
Please read this Steve. It's the best advice yet I've seen for you, and I don't mean that as an insult. Read it slowly, carefully and force yourself not to respond to it for at least a day. As the author says more are more people are going to set their mail filters to send your files straight to t

RE: Why won't anyone help me out??

2003-02-04 Thread Januski, Ken
Actually most of the responders here are charming, considerate and extremely knowledgeable. I think the gist of the responses is that the current poster is not. People don't expect that all users will be knowledgeable or charming. But they at least expect consideration. Messages with subjects like

RE: Tomcat 4.1 ignoring -Xmx params

2003-01-28 Thread Januski, Ken
Christian, I'm not sure about this at all but I believe that all services show up in registry. Did you check to see if the -Xms and -Xmx values are set there? I think they should be set as JVM option values. If they do show up then I'd guess that you've installed the service correctly. But as I s

RE: Where does request.getServerName get name from?

2003-01-28 Thread Januski, Ken
7 PM To: Tomcat Users List Subject: Re: Where does request.getServerName get name from? On Mon, 27 Jan 2003, Januski, Ken wrote: > Date: Mon, 27 Jan 2003 18:03:15 -0500 > From: "Januski, Ken" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]

Where does request.getServerName get name from?

2003-01-27 Thread Januski, Ken
I know this is a simple question but just can't find the answer. I have two instances of Tomcat running on one server. Each has a login page as the entry point and that page includes a choice of databases. I'd like the default database (i.e. one at top of select list) to be determined by request.ge

RE: Enough please!

2002-12-10 Thread Januski, Ken
What's amazing to me, given the usual high quality of this list, is that so many people have bothered to respond to this thread. What a waste of time for all concerned. -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:05 AM To: Tomcat Use

RE: Tomcat 4.x as NT service

2002-11-13 Thread Januski, Ken
You know if I'd taken the time to read this list's email yesterday I would have saved myself and my boss a lot of time. As it was we struggled for hours to find a way to install 2 instances of the service and ended up using the info at Alexandria Software noted below. Our only additions were separ

RE: log4j

2002-10-01 Thread Januski, Ken
You might want to take a look at this: http://jakarta.apache.org/log4j/docs/manual.html to get an overview of log4j. I'd tell you more but I'm still trying to digest it, and how I can use it in Tomcat, myself. -Original Message- From: Maxime Colas des Francs [mailto:[EMAIL PROTECTED]] S

RE: Two nics, two ips, one Tomcat instance

2002-09-26 Thread Januski, Ken
this : 213.213.133.270 hope it helps -reynir > -Original Message- > From: Januski, Ken [mailto:[EMAIL PROTECTED]] > Sent: 25. september 2002 20:19 > To: Tomcat Users List > Subject: RE: Two nics, two ips, one Tomcat instance > > > Correction, I mean:

RE: Two nics, two ips, one Tomcat instance

2002-09-25 Thread Januski, Ken
Correction, I mean: 123.xxx.xx.xx ... -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 4:12 PM To: Tomcat Users List Subject: RE: Two nics, two ips, one Tomcat instance Reynir, This sounds good but I'm not sure o

RE: Two nics, two ips, one Tomcat instance

2002-09-25 Thread Januski, Ken
123.123.123.123 under in tomcat_home/conf/server.xml hope it helps [EMAIL PROTECTED] > -Original Message- > From: Januski, Ken [mailto:[EMAIL PROTECTED]] > Sent: 25. september 2002 18:48 > To: Tomcat Users List > Subject: Two nics, two ips, one Tomcat instance > >

Two nics, two ips, one Tomcat instance

2002-09-25 Thread Januski, Ken
Hi, Can anyone point me in the right direction for instructions on setting up a server with 2 nics, 2 ips, and one Tomcat instance? I've spent the better part of two days reading and experimenting but still don't have an answer. I should add that there are no connectors, just Tomcat Standalone.

RE: list volume

2002-08-21 Thread Januski, Ken
Well I've found that the lists I subscribe to with low volume generally aren't very interesting. The interesting ones have high volume. Knowing that you can then choose to use any of the filtering methods others have mentioned. Given the choice of active list like Tomcat-Users with too many posts

RE: Tomcat 4 & Suse 8

2002-08-01 Thread Januski, Ken
Steve, I know it's possible. I mainly run Tomcat on W2K right now but have also experimented with it on Suse 8.0. Unfortunately I must have screwed something up because it's no longer working. But I'm sure I did have it working for awhile, nothing sophisticated but at least I know it can work. S

RE: Setting up an error page

2002-05-28 Thread Januski, Ken
Do you have this at top of pages: <%@ page errorPage="errorPage.jsp" %> I'm pretty new to this but I believe you need to have this at top of all pages that you want sent to your web page. That page in turn must have: <%@ page isErrorPage="true" %> Ken -Original Message- From: [EMAIL

Those missing logs

2002-05-22 Thread Januski, Ken
weren't missing at all. I just installed the exe file in a different Tomcat folder and never thought to look there. Who knows why I thought of this 30 seconds after sending my email rather than 30 seconds before!? Ken -- To unsubscribe, e-mail: For additional comma

Logs stopped writing

2002-05-22 Thread Januski, Ken
I've been moving an application from a test server to a production server. When I couldn't get Tomcat to run as a service on the new W2K server I found something on this list that suggested downloading jakarta-tomcat-4.0.3.exe. I did that and Tomcat now runs as a service. All well and good. But no

RE: Authenticate works but accessControl fails?

2002-04-23 Thread Januski, Ken
e and role-name that I had in my web.xml file. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:49 PM To: Tomcat Users List Subject: Authenticate works but accessControl fails? Hi, I'm still trying to set up jdbc security realms and

Authenticate works but accessControl fails?

2002-04-23 Thread Januski, Ken
Hi, I'm still trying to set up jdbc security realms and have a new problem. I find that depending on what I do in the url-pattern part of web.xml in my application directory I either get in with no authentication being used at all or I get something like this: Authenticator:[/kencat] Callin

RE: JDBC realm problems

2002-04-22 Thread Januski, Ken
Thanks Rick, I did solve it by changing the "&" to "&" and that worked. But it's good to know that there is an alternative and how to go about using it. Ken -Original Message- From: Rick Fincher [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 3:08 PM To: Tomcat Users List Subj

RE: JDBC realm problems

2002-04-22 Thread Januski, Ken
you remove the username and password from the URL and set them via the connectionName, connectionPassword attribs? -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 1:23 PM To: Tomcat Users List Subject: RE: JDBC realm problems Yes I have. After som

RE: Re[2]: JDBC realm problems

2002-04-22 Thread Januski, Ken
Jake, HEY! That did it. Thanks very much for the suggestion. Ken -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 2:42 PM To: Tomcat Users List Subject: Re[2]: JDBC realm problems Hello Ken, Well, then write it as the entity & which is the

RE: JDBC realm problems

2002-04-22 Thread Januski, Ken
Yes I have. After some more investigation I think the problem is this: the entry in server.xml is like this user=ken;password=ken. But mySQL wants a "&" and xml parser demands a ";". With a ";" mySQL thinks no password was sent and so denies me with 'password: no'. With "&" debug=99 comes into pla

RE: JDBC realm problems

2002-04-22 Thread Januski, Ken
assword: NO)" I have the feeling that this may also me an mySQL problem not a Tomcat one. Still if anyone has any clues to the solution I'd appreciate hearing them. Thanks, Ken -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 12:58

JDBC realm problems

2002-04-22 Thread Januski, Ken
Hi, I've spent many hours last week and a few more today trying to get JDBC security realm to work and keep stumbling on this error: java.sql.SQLException: General error: Access denied for user: 'localhost.localdomain' to database 'tomcatusers'; I'm sure many people have problems getting this to

<    1   2