RE: Some help out a newbie with tomcat and iis

2001-12-10 Thread Katherine Fraser

yau-
  you will need to add the new folder to your uriworkermap.properties
file so that it looks something like this:

#
# Default worker to be used through our mappings
#
default.worker=ajp13

#
# Sites to be redirected to Tomcat
#
/examples=$(default.worker)
/examples/*.jsp=$(default.worker)
/jsptest/*.jsp=$(default.worker)

also, i couldn't get tomcat to serve jsp's out of my IIS root folder
until i changed the tomcat root in my server.xml file.  you have this
line uncommented:


but you might try changing "ROOT" to "C:\InetPub\WWWRoot" so that tomcat
will look in that folder for the paths listed in uriworkermap.

  i'm not sure where you've been looking on the net but i found both
these sources to be helpful:
http://www.vacodi.com/howto/tomcat/iisnt/index.html
http://www.verysimple.com/scripts/support_tc_iis.html

-katherine


-Original Message-
From: Yau Chin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 09, 2001 11:41 PM
To: [EMAIL PROTECTED]
Subject: Some help out a newbie with tomcat and iis


hi, i've recently set up tomcat on my system.  i've been trying to set
up
tomcat with iis so that iis goes to tomcat to render a .jsp page.  i've
followed instructions i've found on the web, and so far, i have it so
that
the examples work in the localhost:8080/examples/ directory, as well as
the
localhost/examples directory.  so i know that its successfully
redirecting
some of it.  i made a folder in inetpub/wwwroot named jsptest and put a
.jsp
file into it, and tried to run it by going to
localhost/jsptest/test.jsp.
it gives me an HTTP Stats 404 error, with the type being status report,
message being jsptest/test.jsp, and the description as the requested
resource (jsptest/test.jsp) is not available.  since the examples folder
works but this one doesn't, i'm thinking i need to add/change something
in
my server.xml file, but don't know what.  can anyone help me?  thanks in
advance

Yau

here's my server.xml file








  

  
  

























  
  

  
  

  

  

  

  

  

  

  
  




















  
  
  
  
  
  
  
  
usersa
password
driverClassName
  org.hsql.jdbcDriver
driverName
  jdbc:HypersonicSQL:database
  
  
  

  mail.smtp.host
  localhost

  


  



  

  

  
  






  
  

  
  



  




--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: IIS 5 Tomcat Configuration

2001-12-05 Thread Katherine Fraser

did you add the directory to your uriworkermap.properties file?  now
that the jsp files are in the root directory of your web server (since
the root directory is /examples) you'll have to add /*.jsp=ajp13 -- or
/*.jsp=default.worker -- to your list of sites to be redirected.
-katherine

-Original Message-
From: Lybarger, Mark E. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 11:41 AM
To: '[EMAIL PROTECTED]'
Subject: IIS 5 Tomcat Configuration


I've hit a snag setting up tomcat 4.0.1 and iis 5.0.  I followed the
directions for Tomcat 3.3 and also used the following guide:
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html

Tomcat works fine using port 8080 on localhost.  IIS integration works
fine.
I can use mydomain/examples/, and they all work good.  

Next I wanted to setup a custom domain under IIS and have that point to
the
examples area.  I setup a new web site, gave it my static ip address,
and
pointed it to the examples folder in the tomcat area.  The problem is
that
when i go point my browser to http://mycustomdomain/ the pages are only
rendering html, any jsp tags do not seem to be being processed by
tomcat.
Maybe i shouldn't have pointed the new website to the examples area?
any
suggestions?

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




ftp server crash running tomcat 4 with iis

2001-12-05 Thread Katherine Fraser

hi, all-
  i'm trying to get tomcat 4.0.1 working on my w2k server running iis
5.0.  i have followed the directions found at
http://www.vacodi.com/howto/tomcat/iisnt/index.html using jdk 1.3.1_01
and the isapi_redirector.dll (10/25/01) and tomcat is running fine,
i.e., i can go to http://localhost:8080 and see the tomcat pages.

  i have added a filter in iis and a context in uriworkermap.properties
for all jsp pages in the root web directory to use default.worker=ajp13.
these pages are getting redirected *somewhere* since before the filter
was in effect i could see the html portion of a jsp and now i get a
"page cannot be displayed" error.  also, when i try to pull up a
filtered page, the ftp service on the machine is shut down and has to be
restarted.  there is no port conflict (ajp13 connector is listening on
8009 and the ftp sites are on 21 and 2100) and i'm not seeing anything
in the tomcat logs to help me out.

  does anybody have an idea what might be causing me to not be able to
see jsp's via tomcat on iis?  i've checked the archives and couldn't
find any instructions on how to set it up other than what i've already
tried.
thanks in advance,
katherine


--
To unsubscribe:   
For additional commands: 
Troubles with the list: