Re: Help with Windows IIS

2001-04-23 Thread time out

does the virtual directory in fact point to webapps/ROOT?  also, i assume 
that you are using isapi_redirect.ddl... in which case you can put the JSPs 
in the web site directory and not have to use virtual directorieswhich 
may be confusing things too

if not then that may be an error.

At 00:10 04/22/2001 -0700, you wrote:
Why dont you try anonter name for the app / context besides ROOT

- Original Message -
From: John Lusk [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 21, 2001 11:02 PM
Subject: Help with Windows  IIS


I am just loading my server with Tomcat.  I got all the examples to run
correctly with IIS 5.0.  I am now trying to set up my own application.
I went though all the configurations I could find on the Jakarta site.
I made a virtual directory for IAP in IIS.  I opened the server.xml and
added

Context path=/IAP
  docBase=webapps/ROOT
  crossContext=false
  debug=0
  reloadable=true 
 /Context

Also added to uriworkermap.properties

/IAP/*=ajp12
/ROOT/*=ajp12


I must be missing something.  Any help would be appreciated.

John


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Help with Windows IIS

2001-04-22 Thread Ivan

Why dont you try anonter name for the app / context besides ROOT

- Original Message - 
From: "John Lusk" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 21, 2001 11:02 PM
Subject: Help with Windows  IIS


I am just loading my server with Tomcat.  I got all the examples to run
correctly with IIS 5.0.  I am now trying to set up my own application.
I went though all the configurations I could find on the Jakarta site.
I made a virtual directory for IAP in IIS.  I opened the server.xml and
added

Context path="/IAP" 
 docBase="webapps/ROOT" 
 crossContext="false"
 debug="0" 
 reloadable="true"  
/Context

Also added to uriworkermap.properties

/IAP/*=ajp12
/ROOT/*=ajp12


I must be missing something.  Any help would be appreciated.

John




Help with Windows IIS

2001-04-22 Thread John Lusk

I am just loading my server with Tomcat.  I got all the examples to run
correctly with IIS 5.0.  I am now trying to set up my own application.
I went though all the configurations I could find on the Jakarta site.
I made a virtual directory for IAP in IIS.  I opened the server.xml and
added

Context path=/IAP 
 docBase=webapps/ROOT 
 crossContext=false
 debug=0 
 reloadable=true  
/Context

Also added to uriworkermap.properties

/IAP/*=ajp12
/ROOT/*=ajp12


I must be missing something.  Any help would be appreciated.

John