It does indeed build the file tomcat-apache.conf
in "{TOMCAT_HOME}/conf/". Here's what mine looks like.
LoadModule jserv_module
modules/ApacheModuleJServ.dll
ApJServManual on
ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServMountCopy on
ApJServLogLevel notice
ApJServDefaultPort 8007
AddType text/jsp .jsp
AddHandler jserv-servlet .jsp
Alias /examples "C:/tomcat/webapps/examples"
<Directory "C:/tomcat/webapps/examples">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /examples/servlet /examples
<Location "/examples/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/examples/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/examples/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/examples/META-INF/">
AllowOverride None
deny from all
</Directory>
Alias /admin "C:/tomcat/webapps/admin"
<Directory "C:/tomcat/webapps/admin">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /admin/servlet /admin
<Location "/admin/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/admin/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/admin/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/admin/META-INF/">
AllowOverride None
deny from all
</Directory>
Alias /iconnect "C:/tomcat/webapps/iconnect"
<Directory "C:/tomcat/webapps/iconnect">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /iconnect/servlet /iconnect
<Location "/iconnect/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/iconnect/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/iconnect/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/iconnect/META-INF/">
AllowOverride None
deny from all
</Directory>
Alias /iteration "C:/tomcat/webapps/iteration"
<Directory "C:/tomcat/webapps/iteration">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /iteration/servlet /iteration
<Location "/iteration/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/iteration/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/iteration/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/iteration/META-INF/">
AllowOverride None
deny from all
</Directory>
ApJServMount /servlet /ROOT
Alias /struts-documentation "C:/tomcat/webapps/struts-
documentation"
<Directory "C:/tomcat/webapps/struts-documentation">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /struts-documentation/servlet /struts-
documentation
<Location "/struts-documentation/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-
documentation/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/struts-documentation/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-
documentation/META-INF/">
AllowOverride None
deny from all
</Directory>
Alias /struts-example "C:/tomcat/webapps/struts-
example"
<Directory "C:/tomcat/webapps/struts-example">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /struts-example/servlet /struts-example
<Location "/struts-example/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-example/WEB-
INF/">
AllowOverride None
deny from all
</Directory>
<Location "/struts-example/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-example/META-
INF/">
AllowOverride None
deny from all
</Directory>
Alias /struts-mytest "C:/tomcat/webapps/struts-mytest"
<Directory "C:/tomcat/webapps/struts-mytest">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /struts-mytest/servlet /struts-mytest
<Location "/struts-mytest/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-mytest/WEB-
INF/">
AllowOverride None
deny from all
</Directory>
<Location "/struts-mytest/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-mytest/META-
INF/">
AllowOverride None
deny from all
</Directory>
Alias /struts-test "C:/tomcat/webapps/struts-test"
<Directory "C:/tomcat/webapps/struts-test">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /struts-test/servlet /struts-test
<Location "/struts-test/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-test/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/struts-test/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/struts-test/META-INF/">
AllowOverride None
deny from all
</Directory>
Alias /template "C:/tomcat/webapps/template"
<Directory "C:/tomcat/webapps/template">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /template/servlet /template
<Location "/template/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/template/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/template/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/template/META-INF/">
AllowOverride None
deny from all
</Directory>
Alias /test "C:/tomcat/webapps/test"
<Directory "C:/tomcat/webapps/test">
Options Indexes FollowSymLinks
</Directory>
ApJServMount /test/servlet /test
<Location "/test/WEB-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/test/WEB-INF/">
AllowOverride None
deny from all
</Directory>
<Location "/test/META-INF/">
AllowOverride None
deny from all
</Location>
<Directory "C:/tomcat/webapps/test/META-INF/">
AllowOverride None
deny from all
</Directory>
>Out of curiosity, what version of Tomcat are you
using? I too noticed
>a lack of the presence of this file, but I am running
4.0. I'm pretty
>new to this, but as far as I can tell so far 4.0 doesn't
have this file.
>
>On Tue, Feb 20, 2001 at 06:12:24AM -0500, Clifford
Lang wrote:
>> I have installed Tomcat on Solaris 2.7 (sparc), and
NT2000 (intel), and the
>> file is not created on either of those.
>>
>> Do you need to install any other packages? (Ant,
slide, etc....)
>>
>> Cliff
>>
>> At 09:26 PM 2/19/2001 -0500, Stephen Aras wrote:
>> >The file is created in the conf dir on linux. I didn't
set any switches.
>> >
>> >-----Original Message-----
>> >From: Clifford Lang [mailto:[EMAIL PROTECTED]]
>> >Sent: Monday, February 19, 2001 9:14 PM
>> >To: [EMAIL PROTECTED]
>> >Subject: How do you get Tomcat to build the
tomcat-apache.conf?
>> >
>> >Everything I have read says this file is built every
time you startup, but
>> >I have yet to see one created. Is there a flag you
must set?
>> >
>> >Thanks, Cliff
>> >
>> >
>> >Try Ematic.com
>> >Where everyone can buy, or sell, new or used,
products online in safe and
>> >secure manner. Accept credit cards on your web
site (no merchant account
>> >required). Get free email, web hosting, e-
commerce, affiliate program and
>> >more at http://www.ematic.com.
>> >
>> >----------------------------------------------------------
-----------
>> >To unsubscribe, e-mail: tomcat-user-
[EMAIL PROTECTED]
>> >For additional commands, email: tomcat-user-
[EMAIL PROTECTED]
>> >
>> >
>> >----------------------------------------------------------
-----------
>> >To unsubscribe, e-mail: tomcat-user-
[EMAIL PROTECTED]
>> >For additional commands, email: tomcat-user-
[EMAIL PROTECTED]
>>
>>
>> Try Ematic.com
>> Where everyone can buy, or sell, new or used,
products online in safe and secure manner. Accept
credit cards on your web site (no merchant account
required). Get free email, web hosting, e-commerce,
affiliate program and more at http://www.ematic.com.
>>
>> ------------------------------------------------------------
---------
>> To unsubscribe, e-mail: tomcat-user-
[EMAIL PROTECTED]
>> For additional commands, email: tomcat-user-
[EMAIL PROTECTED]
>
>--
>
>Chad Roberts
Senior System Engineer
>[EMAIL PROTECTED]
Sphere Solutions, Inc.
>
http://www.sphere.com
>
>--------------------------------------------------------------
-------
>To unsubscribe, e-mail: tomcat-user-
[EMAIL PROTECTED]
>For additional commands, email: tomcat-user-
[EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]