Re: jsp pages wont recompile automatically after reloading

2001-06-28 Thread Alberto Torna Jr.
How are you starting tomcat? If you're starting it with startup.bat or tomcat start, then the class paths are referenced inside the .bat files. Personally, I keep all the class files, .JARs, ETC. inside the tomcat directory. The only environment variable Tomcat uses is the for the JAVA_HOME.

Re: apache not able to access jsp files

2001-06-30 Thread Alberto Torna Jr.
I ran into something similar. I set the default page for Apache to the Tomcat JSP page. From: "Ramkumar Manoharan" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: apache not able to access jsp files Date: Fri, 29 Jun 2001 17:03:27 -0700 Hi, OS-red hat

Re: web.xml files and servlet mapping

2001-07-02 Thread Alberto Torna Jr.
If the examples JSP sites are working, ensure that your JSP has a path defined for your site like the others. Check the Server.xml. That is where most of the general configuration for Tomcat is done. Once it is working there, change the default root of Apache to that directory. You should see

Re: Running more than one instance of Tomcat on the same machine

2001-07-03 Thread Alberto Torna Jr.
Check the paths of your new instance. Ensure you're running Tomcat/Catalina 2 on another port besides 8080. Also, it uses 8007 to communicate with Apache if you're doing that as well. You'll need to change the port on the second instance that communicates with 8007 to something else. What I did

Re: Catalina only version of Tomcat

2001-07-03 Thread Alberto Torna Jr.
In a win32 environment, Tomcat as a command line instance get's it's classpath info from startup.bat and tomcat.bat. If you installed it as a service, it would get it from wrapper.properties. I don't believe you'd get a performance increase by trimming it down in the manner you suggest. Using

Re: mod_webapp.so

2001-07-05 Thread Alberto Torna Jr.
I can't tell you how Tomcat 4.x and Apahce are integrated. But I can tell you how Tomcat 3.2.x Apache work. In the end, it was so simple! 2 things. 1. Append “Include TOMCAT_HOME/conf/tomcat-apache.conf to appache’s httpd.conf file 2. Drop mod_jserv.dll into APACHE_HOME/modules And it

Re: filtering IP's on Tomact

2001-07-05 Thread Alberto Torna Jr.
What do you mean by filtering? From: "Paulo Roque" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: filtering IP's on Tomact Date: Thu, 05 Jul 2001 16:35:35 - Hi, Could anyone enlight me about if it is possible to filter a set of IP addresses on

Re: Problem

2001-07-11 Thread Alberto Torna Jr.
Ensure Tomcat can run from a command prompt IE tomcat start. Ensure all variables and classpaths are the same in your tomcat environment (tomcat env) will show theclasspaths for that instance of tomcat. Those classpaths must be in wrapper.properties From: "molu molu" <[EMAIL PROTECTED]>

Re: NT Service Problem for startup-servlet

2001-07-11 Thread Alberto Torna Jr.
Compare the classpaths. Use Tomcat -env to view the complete classpath in that instance. Then modify the wrapper.properties and ensure all classpaths are correct. From: "abdur raheem" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NT Service Problem for

Re: Hi Pete, help regarding running Tomcat with SSL

2001-07-11 Thread Alberto Torna Jr.
Please excuse the error Manjunath Pete, I see you're running IIS and not Apache. From: "Manjunath BHat" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Hi Pete, help regarding running Tomcat with SSL Date: Tue, 10 Jul 2001 16:17:32 +0530 Hi Pete, U've

Re: Configuring tomcat+Apache on different machines

2001-07-12 Thread Alberto Torna Jr.
The way the communications work between tomcat Apache, a path and a port are involved. You might need to create a share on Tomcat for Apache to access it. Otherwise, a UNC path might suffice. From: "kiran kumar" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject:

Re: Can use ASP pages in Tomcat

2001-07-16 Thread Alberto Torna Jr.
Though I have not tried this yet, there is a Pearl Interpretation of ASP for Apache. http://www.nodeworks.com/asp/ That is assuming you've integrated Apache Web Server. From: "Bakhtawar Singh Gill" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Can use ASP