Tomcat 5.X and IIS 6

2004-05-05 Thread nrapagnani
I previously set up Tomcat 4.x with IIS 6.x. I'm now trying Tomcat 5.x with IIS 6.x. I've followed the documentation found here: http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html I'm having trouble getting it to work. I find it

New User Web.xml question

2004-02-25 Thread nrapagnani
Windows Server 2k, Tomcat 4.1. I'm relatively new at building web applications. I'm ok with the programming, I've never learned how to make a web.xml file. I've gotten by on the invoker running all of my jsp pages. It's now time to do things right. I have many books in front of me.

RE: New User Web.xml question

2004-02-25 Thread nrapagnani
Thank you Flip and Yoav for your help. That cleared up a lot of confusion. I have used the empty web.xml listed below, restarted tomcat, and everything was fine. I then added some taglibs to the web.xml: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems,

RE: New User Web.xml question

2004-02-25 Thread nrapagnani
Tomcat Log for web app, after I add taglibs to web.xml: 2004-02-25 13:41:02 WebappLoader[]: Deploying class repositories to work directory C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\www.company.com\_ 2004-02-25 13:41:02 WebappLoader[]: Deploy class files /WEB-INF/classes to

IIS + Tomcat + Beans

2004-02-10 Thread nrapagnani
I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle all jsp files that are on the IIS webserver. Because I'm using IIS, I don't have the standard WEB-INF directory associated with the directories I'm using. I don't know where to put my classes. I've tried putting them in

RE: IIS + Tomcat + Beans

2004-02-10 Thread nrapagnani
-Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 12:15 PM To: Tomcat Users List Subject: Re: IIS + Tomcat + Beans [EMAIL PROTECTED] wrote: I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle all Although I don't

RE: IIS + Tomcat + Beans

2004-02-10 Thread nrapagnani
I'll give that a try, thanks. -Original Message- From: Krell, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 1:08 PM To: 'Tomcat Users List' Subject: RE: IIS + Tomcat + Beans -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-28 Thread nrapagnani
Thanks for all the help. I forgot to add the Jakarta iasapi plug in as a virtual directory on the virtual host I was adding in IIS. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 8:28 AM To: Tomcat Users List Subject: Re: Multiple Virtual

Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-27 Thread nrapagnani
Hello. Thanks for taking the time to read this. First of all, I am assuming that virtual hosts are where you have more than one url pointing to a web server. Each url has it's own data. Not redirection. I have a web server that handles 5 virtual hosts using IIS. I've configured tomcat to

RE: Multiple Virtual Hosts on 1 instance of Tomcat

2003-08-27 Thread nrapagnani
I'm not sure what configuration the IIS connector would need. I'm using the redirector plug in 2.0 that points to the workers file. I thought that was all I needed for the IIS part. As for doesn't work. I get a 404-error page from IIS when I go to the web page. -Original Message-

JAVA_HOME for TOMCAT as an NT Service

2003-07-09 Thread nrapagnani
Hello. I am trying to get TOMCAT 4.1 to run as an NT service. When I have the service running I get a 500 error for all jsp pages I've made a change to. I've set JAVA_HOME to the correct path as a System Variable in windows 2000. If I were to shut down the service and choose Start Tomcat from

Running Tomcat as a service

2003-07-07 Thread nrapagnani
I am running Apache 4.1 along with IIS on a windows 2000 machine. I chose Run as an NT service during the Tomcat install. I've configured the 2 web servers to work together. The jsp pages come up fine when I choose the Start Tomcat icon in the start folder. Problem is, when Tomcat is running

RE: Running Tomcat as a service

2003-07-07 Thread nrapagnani
Let me add that I'm running Tomcat 4.1 not Apache 4.1. Also the 500 error is a nullPointerException error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 9.04 AM To: [EMAIL PROTECTED] Subject: Running Tomcat as a service I am running