Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Fabian Sommer
Hi! something not directly mentioned in the howtos for deploying a servlet: you have to update the TOMCAT_HOME/conf/server.xml file for installing your application in the web-app-directory. You have to add an entry like Context path=/seating docBase=seating debug=0

Re: NIGHTMARE

2002-04-08 Thread Fabian Sommer
I disagree with the point that installing tomcat is a nightmare, but making it work properly with apache and understanding how to deploy an own web application takes a lot of time, although you might be familiar with strange applications... And you are always stuck in problems where you don't

Re: Question on reloading web-applications.

2002-03-27 Thread Fabian Sommer
Hi Tarun, One way would be provide every user a way to reload their web-application only, without granting access to the manager application (and thus without bothering the sys-admin). Or is there a parameter in Tomcat that checks whether the class files have changes every once in a

Tomcat Bug while using different paths?

2002-03-27 Thread Fabian Sommer
Hello everybody! I've posted this about 30 hours ago, but perhaps noone noticed it because of lot's of different interesting topics. But if someone has an idea why it could be normal behaviour of Tomcat 4.0.1 and 4.0.3, running on win98 and JSDK1.3, to work fine using the examples context and

Re: Multiple users share java bean?

2002-03-26 Thread Fabian Sommer
Hello guys, i expect beans and servlets to behave different? As i know servlets should only be instanced once in the servlet container, and each request should be handled by the same instance of the servlet. To handle different data for different users, you need to use session tracking and

Crashing tomcat - different path problem?

2002-03-26 Thread Fabian Sommer
Hi there! I have a servlet running fine if i put it in the tomcat examples directory (adding a servlet and servlet-mapping definitions in web.xml), but when i try to put it in an own application directory (with slightly adopted sample web.xml-file (as found in the conf-directory), tomcat just

Problem accessing servlets

2002-03-25 Thread Fabian Sommer
on a win98-machine with a JSDK1.3 (where all these problems occur in the way i desribed them here - i tried these things also on a winnt and a win2k machine, and there i meet much more problems regarding the work of the mm.mysqldriver in my application) Thanks for any help! Fabian Sommer