RE: Strange GET error with recent linux upgrade.

2003-12-01 Thread Brian Menke
file was wrong? -Brian -Original Message- From: Brian Menke [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 10:47 AM To: 'Tomcat Users List' Subject: Strange GET error with recent linux upgrade. Hi Everyone, I have a client that just upgraded their Linux to the latest

Strange GET error with recent linux upgrade.

2003-11-27 Thread Brian Menke
Hi Everyone, I have a client that just upgraded their Linux to the latest redhat enterprise linux. They had a bunch of servlets that all worked with the previous version just fine. Those servlets handled both post and get request. After the update, all the servlets now display the following

RE: How to collect IP addresses

2003-11-04 Thread Brian Menke
AccessLogValve and use a custom pattern. -Tim Brian Menke wrote: Hi Everyone, I know that there are existing log files that collect information, but I need one that contains only ip addresses. I'm just wondering if there is some existing tomcat way to do this instead of embedding it in my

RE: How to collect IP addresses

2003-11-04 Thread Brian Menke
That's why I love this group. Thanks Tim and Yoav! -Brian Menke -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 9:12 AM To: Tomcat Users List Subject: RE: How to collect IP addresses Howdy, http://jakarta.apache.org/tomcat/tomcat-4.1

How to collect IP addresses

2003-11-03 Thread Brian Menke
Hi Everyone, I know that there are existing log files that collect information, but I need one that contains only ip addresses. I'm just wondering if there is some existing tomcat way to do this instead of embedding it in my servlet code? I thought maybe log4j, but that looks like it is for

Security methods [OT]

2003-10-31 Thread Brian Menke
this. Can someone suggest some general ideas, a book, or something to get me started? I would surely appreciate it. Thanks! -Brian Menke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Combination Virtual Hosts

2003-08-25 Thread Brian Menke
] DocumentRoot c:/tomcat/webapps/nnmall2 ServerName www.nnmall2.com Location /* JkUriSet worker ajp13:localhost:8009 /Location DirectoryIndex main.jsp /VirtualHost Thanks in advance for your help. -Brian Menke

RE: cookie problem

2003-08-14 Thread Brian Menke
Paul, I ran into something just like this an about went out of my mind trying to figure out what was going on. Try doing it this way instead. It works for me. -Brian Cookie[] cookies = request.getCookies(); boolean foundCookie = false; if(cookies != null) { for(int i = 0; i

Mod_jk2 error when starting tomcat

2003-08-04 Thread Brian Menke
Hi everyone, I have been attempting to connect apache and tomcat. Apache 2, tomcat 4.1.18. I think that I have most thing set up (it's very confusing) but I'm getting this error when tomcat starts. It looks to me that I'm, missing a class called LogFactory, but I never saw instructions anywhere

apache + tomcat permissions problem

2003-08-04 Thread Brian Menke
Hi Everyone, I have set up apache 2, tomcat 4.18 to connect to each other. I think I'm most of the way there but I have on problem. If I have an index.html file in my c:\tomcat\webapps\nnmall2 directory, and then I have my web.xml file that has a welcome-file entry for index.html like the one

RE: XML DOCTYPE problem

2003-07-10 Thread Brian Menke
think the reference to a doctype has to be on the format www.somesite.com/dtd/data.dtd or similar Besides i don't thinkt it will actually validate against that DTD anyway -Original Message- From: Brian Menke [mailto:[EMAIL PROTECTED] Sent: 10. juli 2003 07:21 To: Tomcat Users List

RE: XML DOCTYPE problem

2003-07-10 Thread Brian Menke
that DTD anyway -Original Message- From: Brian Menke [mailto:[EMAIL PROTECTED] Sent: 10. juli 2003 07:21 To: Tomcat Users List Subject: XML DOCTYPE problem Hi everyone, I have created a JSP page that use the jstl xml tag library, specifically using xpath. Everything works perfectly fine

XML DOCTYPE problem

2003-07-09 Thread Brian Menke
Hi everyone, I have created a JSP page that use the jstl xml tag library, specifically using xpath. Everything works perfectly fine as long as I don't have a doctype declaration like the following in my XML instance: !DOCTYPE datasheet PUBLIC -//Innovtech//DTD datasheet//EN

FTP server recommendation

2003-06-20 Thread Brian Menke
I know this isn't the most appropriate place to ask this, but I depend on the insight of this group to find out about all kinds of technical stuff that just happens to be part of an email. It's where I heard first about things like Stuts, JSTL, etc. So here's the question. I want to set up a free

RE: FTP server recommendation

2003-06-20 Thread Brian Menke
it. HTH, Jeremy -Original Message- From: Brian Menke [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 2:39 PM To: Tomcat Users List Subject: FTP server recommendation I know this isn't the most appropriate place to ask this, but I depend on the insight of this group to find out

RE: check for session

2003-06-09 Thread Brian Menke
Hey Jim, I saw this and it intrigued me. Documentum is a document management system. I'm curious about how you are using struts with it?? Do you mind sharing briefly? -Brian -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 2:14 AM To: 'Tomcat

RE: Not seeing new classes

2003-04-04 Thread Brian Menke
Does your JSP page include the right import declaration, something like this: %@ page contentType=text/html; charset=iso-8859-1 language=java import=java.sql.*,innovtech.util.*% Note the import attributte. -Brian -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat redirect to 8080 Help please?

2003-03-31 Thread Brian Menke
By default, tomcat serves EVERYTHING on port 8080. You can easily change it to serve on port 80 so that you don't need to add any port numbers to your url. You make this change in the tomcat_install_dir\conf\server.xml file. Look for Connector

RE: Tomcat and IIS

2003-03-27 Thread Brian Menke
What if the majority of your pages are either servlets or JSP. I have only a couple pages that are not dynamically created, so Apache will only handle those, right? I'm running in a pure Tomcat environment because of this... and the fact I don't know how to set up apache with tomcat :-) -Brian

RE: question

2003-03-09 Thread Brian Menke
This was perfect! Thanks! -Brian -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 11:35 AM To: Tomcat Users List Subject: Re: question I just added this to my FAQ. http://tomcatfaq.sourceforge.net/apache.html To keep the noise down, complain to