Apache Web Server and Tomcat

2002-05-29 Thread Mauricio Tia Ni Gong Lin
Hi all, I read the Tomcat documentation, but I still have some problems when I try to integrate Apache Web Server with Tomcat. Can I use virtual hosts without DNS server installed and running? How can I invoke jsp files through URL conform the following piece of configuration in my httpd.conf?

error in install JBuilder

2002-05-29 Thread Anibal Constante Brito
I has installed the JBuilder but I uninstalled it. I try to install again but the setup show this error : InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NullPointerException at com.zerog.ia.installer.Main.i(Unknown Source) at

STATUS 500 - Unable to compile class for JSPNote

2002-05-29 Thread Trenton D. Adams
I get the following error and I have no idea how to fix it. I'm attempting to get the javamail IMAP example going, but it doesn't want to work. I've had to modify several files and it still won't work. I understand that this has to do with a program that has nothing to do with tomcat, but I

Re: STATUS 500 - Unable to compile class for JSPNote

2002-05-29 Thread Phillip Morelock
import the class by making this the top line in your jsp: %@ page language=java contentType=text/html import=ListMessagesTag % The real answer is that you should take some time to learn about packages and jars, but for just getting started, etc., the above *should* fix your current problem.

Apache/Tomcat Integration problems (Syntax error at line 4)

2002-05-29 Thread Suresh Kumar
This is what I have: System: Windows XP Apache: 2.0.36 Tomcat: 3.3.1 I downloaded the puglin (mod_jk.dll) and added it to the modules directory of Apache and made changes to the httpd.conf file like: Include C:/Work/Software/tomcat331/conf/auto/mod_jk.conf mod_jk.conf was auto generated by

RE: Apache/Tomcat Integration problems (Syntax error at line 4)

2002-05-29 Thread t . riteshmenon
I had faced the same problem earlier would eagerly like to know the solution. Ritesh -Original Message- From: Suresh Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Apache/Tomcat Integration problems (Syntax error at line

<    1   2