tomcat-replication.jar with 4.1.18

2003-03-19 Thread Dennis Muhlestein
We deployed your latest version of tomcat-replication and are thus far pleased with the results. Two minor issues: 1) Using the manager application to restart the context does not restart the InMemorySessionManager all the way. An exception is thrown stating that the port is already taken.

Re: Security RISK !

2002-10-22 Thread Dennis Muhlestein
One issue I am aware of, but may not apply, is that apache I think has a setting that can autofill in file extensions for you. If you put the files in the same folder you may want to check for that. If you map *.jsp to go to tomcat, index.jsp goes to tomcat. But if you type in /index apache,

tomcat 4.1.12 issue

2002-10-10 Thread Dennis Muhlestein
I thought I'd upgrade my tomcat to 4.1.12 from 4.0.x. I'm using struts 1.1b2, j2skd1.4.1, various linux distributions. I only had issue. I have one page that conditionally includes another page. With tomcat 4.0.x I've never had a problem. When I upgraded, the compiler could not compile that

Re: passing authentication credentials from apache to tomcat 4.1.12?

2002-10-04 Thread Dennis Muhlestein
set tomcatAuthentication=false in your ajp connector xml. Then it should recognize the apache authorized user. Worked for us. -Dennis On Fri, 2002-10-04 at 12:36, Paul Tomsic wrote: Has anyone does this successfully? I am able to successfully have Apache authenticate against a AuthDB

Re: tomcat 4.1.10 error in opening zip file, cannot start, help?

2002-09-26 Thread Dennis Muhlestein
I had the same problem because I had a jar file that was actually a symlink to a jar file. Problem was the target of the sym link was deleted. On Thu, 2002-09-26 at 12:49, Paul Tomsic wrote: When I try to start tomcat, the start looks like it worked, but it doesn't. In the catalina.out file

Re: DBCP pool always increasing

2002-09-25 Thread Dennis Muhlestein
I was under the impression also that the BasicDataSourceFactory is a default. On Wed, 2002-09-25 at 04:46, Glenn Nielsen wrote: Your config isn't configured to use DBCP. It is missing the following: parameter namefactory/name

DBCP w/ SQL Server

2002-09-24 Thread Dennis Muhlestein
. I would really appreciate it if you could post your server.xml here. Thanks Amitabh -Original Message- From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: RE: Poolman Configuration We use DBCP with SQL

tomcat 4.1.12

2002-09-24 Thread Dennis Muhlestein
After using 4.1.10 for a bit, I see a few issues. I think, ok we can wait for a few fixes. Things worked ok though. So now I download 4.1.12. Shouldn't the server.xml file from 4.1.10 be pretty much compatible with 4.1.12? I tried that to start with but can't get the web app to recognize

getRemoteUser()

2002-09-24 Thread Dennis Muhlestein
I was under the impression that getRemoteUser() was fixed as of 4.1.11. I've upgraded to 4.1.12 but still no luck. It always returns null. We use apache/ssl with mod_jk. Any suggestions? Thanks Dennis -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: getRemoteUser()

2002-09-24 Thread Dennis Muhlestein
I'm still using the older ajp connector because I haven't had time to upgrade the apache side of things. Does the same apply to that connector? I'll fiddle with it. Thanks for the input. Dennis My xml: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009

Re: getRemoteUser()

2002-09-24 Thread Dennis Muhlestein
Just to answer this for anyone else interested. Yes, the tomcatAuthentication in the older ajp connector worked as well. All good, thanks for the input. -Dennis On Tue, 2002-09-24 at 13:09, Dennis Muhlestein wrote: I'm still using the older ajp connector because I haven't had time to upgrade

RE: Poolman Configuration

2002-09-23 Thread Dennis Muhlestein
We use DBCP with SQL Server and haven't had a single problem. Am I missing something or are you? -Dennis On Mon, 2002-09-23 at 12:11, Amitabh Dubey wrote: DBCP does not work well with SQL Server, so i was told. I guess i will have to look into some commercial product then. Any suggestions?

RunTimeException Read of HTTP Request POST parameters failed...

2002-09-18 Thread Dennis Muhlestein
Anyone have any idea why this happens. It only happens occasionally. It always happens when I call request.getParameter ( ... ); It happens on a form POST but not always the same one. Any input appreciated. -Dennis java.lang.RuntimeException: Read of HTTP Request POST parameters failed:

Re: RunTimeException Read of HTTP Request POST parameters failed...

2002-09-18 Thread Dennis Muhlestein
To add information, I am using tomcat 4.1.10. We use mod_jk ajp13 with apache. I searched through the archives a bit and found references to possible bugs and possible solutions but no-one seemed to post a solution. Any suggestions? -Dennis On Wed, 2002-09-18 at 09:51, Dennis Muhlestein

AJP13 connector question.

2002-09-17 Thread Dennis Muhlestein
What does this mean? We get it fairly often during prime time on our website. We are using tomcat 4.1.10. I haven't seen the end result on the browser side when this happens. 2002-09-16 22:53:01 Ajp13Processor[8009][35] process: invoke java.net.SocketException: Socket closed at

Tomcat 4.1.10 and symbolic links (linux)

2002-09-12 Thread Dennis Muhlestein
I've found many references to this problem on the list and in mail archives but none had to do with my situation and I don't know how to fix this. Because we have used other web containers in the past, our WEB-INF folder is not located in the root of the webapp. We have a symbolic link. The

unpackWars performance/advantages/disadvantages?

2002-09-12 Thread Dennis Muhlestein
? Thanks Dennis On Thu, 2002-09-12 at 14:11, Nome real wrote: That's the new behaviour for 4.1.x. See the RELEASE-NOTES. On 12 Sep 2002 08:12:34 -0600, Dennis Muhlestein [EMAIL PROTECTED] escreveu : De: Dennis Muhlestein [EMAIL PROTECTED] Data: 12 Sep 2002 08:12:34 -0600 Para: [EMAIL

Re: COM Possible?

2002-06-21 Thread Dennis Muhlestein
Use JNI, then from C++ you can do whatever you want. On Fri, 2002-06-21 at 08:29, Steven Sporen wrote: Accessing COM object on windows. Simple question - with Tomcat can a programmer access COM controls on a windows platform? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL

java line numbers

2002-06-12 Thread Dennis Muhlestein
Compile in debug mode. read javac documentation. With ant, you can put debug=true in the build.xml javac target. On Wed, 2002-06-12 at 01:56, August Detlefsen wrote: How do I get line numbers in my stack trace? All the org.apache and javax class show line numbers, but my classes do not:

Re: file upload using POST

2002-06-06 Thread Dennis Muhlestein
jakarta struts project has file upload capability but I haven't ever looked at it. They have an example war file too. -Dennis On Thu, 2002-06-06 at 12:26, Ushakov, Sergey N wrote: Sorry, I'm sure my question is a FAQ, but I still can't find an answer. Does Jakarta/Tomcat have a standard

Re: prohibit stopping tomcat by generic user

2002-06-04 Thread Dennis Muhlestein
Even if the permissions are set correctly you could just telnet localhost 8005 and type SHUTDOWN. If your worried about users that much, I'd rethink their account on that box. And do make sure port 8005 is not available where someone can send the shutdown command! -Dennis On Mon, 2002-06-03

jdbcpool

2002-06-03 Thread Dennis Muhlestein
I'm using the commons-pool, commons-dbcp to connect to mysql from tomcat 4. Everything works fine when I develop but if I leave the site unattened for a period of time, mysql times out the connections in the pool. I'd really like to set the maxIdle parameter to 0 so that if there are idle

Re: rookie question

2002-05-24 Thread Dennis Muhlestein
For complete web-app details, just check the dtd from sun http://java.sun.com/dtd/ . I have a basic web.xml that just has: web-app /web-app On Fri, 2002-05-24 at 07:07, Mihael Knezevic wrote: hi, i'm quite new to this tomcat and servlet/webapp thing. i'm having trouble deploying my

tomcat and jce

2002-05-23 Thread Dennis Muhlestein
I've searched the list far and wide for solutions to the jce issues with tomcat. Basically old posts say to installing sunjce in the JAVA_HOME/jre/lib/ext dir and modifying java.security to allow the use of SunJCE. For me, this isn't working with Tomcat 4.0.3. Does it work for anyone else?