Re: Servlet reload problem

2003-10-27 Thread Neil Zanella
Interesting. I am having either the same problem or in any case a very similar one. I used to use Tomcat 1.4.24 with the autoreload feature that everyone likes to use so much, because it's just so convenient when you're developing web applications not to have to restart the web server every time

servlets: automatic compilation: is it possible?

2003-10-27 Thread Neil Zanella
Hello, I am currently using Tomcat 4.1.27. When I want to deploy a web application I have to recompile the servlet (.java file) and place the produced class file (bytecode) under the WEB-INF/classes directory. Now, with JSP when you have a .jsp file the it all happens automatically: you don't

running tomcat on port 80 instead of port 8080

2003-07-03 Thread Neil Zanella
Hello, Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of: !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector

Re: multiuser setup: please help

2003-06-28 Thread Neil Zanella
John On Fri, 27 Jun 2003 00:24:40 -0230 (NDT), Neil Zanella [EMAIL PROTECTED] wrote: Thank you for your suggestion. I am using Tomcat 4.0.1 and I realize that the same applies to Tomcat 4.0: http://jakarta.apache.org/tomcat/tomcat-4.0- doc/config/defaultcontext.html I have read

Re: multiuser setup: please help

2003-06-28 Thread Neil Zanella
-s1studio_ce-4u1-bin-linux.bin with Tomcat 4.0.1. They should make a new release with the updated Tomcat version (or not distribute Tomcat at all and encourage users to download the latest)! Neil On Sat, 28 Jun 2003, Neil Zanella wrote: The test to see if it is working is to put index.html

multiuser setup: please help

2003-06-26 Thread Neil Zanella
Hello, I have successfully setup Tomcat but now I want the following: Suppose some Linux based system has a dynamic and constantly changing number of users ranging in the thousands. I would like to set up tomcat so that: Each user gets a context root in a directory such as:

Re: multiuser setup: please help

2003-06-26 Thread Neil Zanella
help!!! Neil On Thu, 26 Jun 2003, John Turner wrote: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html The section marked User Web Applications should be what you want. John On Thu, 26 Jun 2003 09:17:33 -0230 (NDT), Neil Zanella [EMAIL PROTECTED] wrote: Hello

What the Tomcat 4 RPM files forgot to do.

2003-06-23 Thread Neil Zanella
Hello, I would like to make the following suggestion for the Tomcat 4 RPM file: To conform with Red Hat's policy, and at the same time simplify the installation process, the following two files should be placed in the Red Hat compliant /etc/profile.d directory (these are used to set

RPMs

2003-06-21 Thread Neil Zanella
Hello, I have installed the tomcat 4 RPMs but when I http to port 8080 I see nothing despite the fact that I have started tomcat and apache from the /etc/init.d directory. Any ideas? Thanks!!! Neil - To unsubscribe,

Re: UserDir

2002-08-03 Thread Neil Zanella
I am no expert on tomcat but as far as I know the tomcat server needs to be restarted each time the contents of one of the web application source code files changes. If something like UserDir really can be set so that $CATALINA_HOME is different for every user, then there should probably be a

RE: How do I implement favicon.ico using catalina?

2002-06-13 Thread Neil Zanella
The rendering of a favicon is dependent on your browser supporting it. Currently as far as I know only MS IE, KDE konqueror, and the latest beta version of netscape 7 support the rendering of a favicon. Place the favicon.ico in some place such as images/favicon.ico and then place the following

please help: multiuser installation

2002-06-13 Thread Neil Zanella
Hello, I want all users on my system to serve servlets or JSPs from their own ~/public_html directories or somewhere under there. So how do I configure tomcat for this? Thanks, Neil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: AW: unanswered questions: Multiple Tomcat Instances

2002-05-28 Thread Neil Zanella
the server. hostname:8080 if you are browsing from your intranet 8080 is the port you defined in server.xml for the http connector. -Ursprüngliche Nachricht- Von: Neil Zanella [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Mai 2002 01:47 An: Tomcat Users Mailing List

Re: Tomcat newbie: multiuser installation

2002-05-27 Thread Neil Zanella
causing trouble. (?) As far as being able to load new classes, have you tried using reloadable contexts? search google for tomcat 4 reloadable contexts I will have a look. Thanks, Neil On 5/26/02 3:06 PM, Neil Zanella [EMAIL PROTECTED] wrote: Hello, I have asked posted

Re: AW: Tomcat newbie: multiuser installation

2002-05-27 Thread Neil Zanella
On Mon, 27 May 2002, Ralph Einfeldt wrote: Have a look at RUNNING.txt: (4) Advanced Configuration - Multiple Tomcat 4 Instances Thanks! Neil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

problems shutting down tomcat 4.0.3: java.net.ConnectException

2002-05-27 Thread Neil Zanella
Hello, Sometimes, when I try to shut down tomcat I get the following errors, other times I do not. I am on Red Hat 7.3 with sun jdk 1.4. These errors show up roughly 50% of the time. # $CATALINA_HOME/bin/startup.sh Using CATALINA_BASE: /usr/local/jakarta-tomcat-4.0.3 Using CATALINA_HOME:

startup question

2002-05-27 Thread Neil Zanella
I was reading a howto that emphasiszes that tomcat needs to be started before apache. Is this really true and if yes then why? I was able to run some servlets by starting apache first. Thanks, Neil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

unanswered questions: Multiple Tomcat Instances

2002-05-27 Thread Neil Zanella
Hello, I am still trying to setup tomcat for multiple instances. I read RUNNING.txt but it is rather incomplete in section (4) as it does not describe what a minimal set of files and their contents in ${CATALINA_BASE} would consist of in this case... As a regular user I created a new directory

Tomcat newbie: multiuser installation

2002-05-26 Thread Neil Zanella
Hello, I have asked posted question before but got no responses so I will try this again: I have installed Tomcat 4.0.3 on Red Hat Linux 7.3 with Sun JDK 1.4 and J2EE 1.3.1 and everything runs smoothly but every time I recompile a servlet placed under the

Tomcat installation: HTTP Status 404 error message

2002-05-14 Thread Neil Zanella
Hello, I have just installed Apache Jakarta Tomcat 4.0.3, Java 2 SDK 1.4.0, and Java 2 SDK EE 1.3.1 on a Red Hat 7.3 Linux platform. I appended the following lines to my personal ~/.bash_profile file: export PATH=$PATH:/usr/local/jdk/bin export JAVA_HOME=/usr/local/j2sdk1.4.0 export

Tomcat: please help: multi user/developer setup

2002-05-14 Thread Neil Zanella
or something like that. Thanks! Neil On Tue, 14 May 2002, Neil Zanella wrote: Hello, I have just installed Apache Jakarta Tomcat 4.0.3, Java 2 SDK 1.4.0, and Java 2 SDK EE 1.3.1 on a Red Hat 7.3 Linux platform. I appended the following lines to my personal ~/.bash_profile file: export PATH