Perhaps I also should have asked it you are able
to access Cocoon by specifying the Tomcat port:

http://mymachine.com:8080/cocoon

or whatever port Tomcat is listening on, usually 8080.

If the cocoon welcom page is displaying properly when
accessing Tomcat directly - then there is really only
one line out of the httpd.conf file that matters:

JkMount /cocoon/* ajp13

you can also setup an alias to cocoon

Alias /cocoon "[path-to-cocoon]"

These are the only lines in the httpd.conf file that
refer to cocoon and should get cocoon showing up
when using http://mymachine.com/cocoon

Obviously the above lines would need to be included
under the specific virtual host in your httpd.conf file if you
are using virtual hosts, or under the default host.


Jim


Jim McCullough
Risk Analytics Inc. - Las Vegas
Software Engineering
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(702) 407-1814 (voice)
(702) 407-1824 (fax)



----- Original Message -----
From: "SAXESS - Hussayn Dabbous" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 23, 2003 8:41 AM
Subject: Re: Administrator in need of help on new install


> Hy,
>
> can you send your tomcat/apache/cocoon config files ?
> That should be a solvable problem ...
>
> If the mailing list agent refuses your email (due to size
> limitations) you can send it directly to my personal
> email adress if you like...
>
> regards, hussayn
>
> Jim McCullough wrote:
> > Have you setup a JkMount in your httpd.conf file
> > for cocoon?
> >
> > JkMount /cocoon/* ajp13
> >
> >
> > Jim McCullough
> > Risk Analytics Inc. - Las Vegas
> > Software Engineering
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> > (702) 407-1814 (voice)
> > (702) 407-1824 (fax)
> >
> >
> >
> > ----- Original Message -----
> > From: "Gerstel, Rachel" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, January 23, 2003 8:25 AM
> > Subject: Administrator in need of help on new install
> >
> >
> >
> >>Hello All,
> >>
> >>Apologies if this has already been covered, but I have not been able to
> >
> > find
> >
> >>a similar problem in the archives.
> >>
> >>I have no experience with xml whatsoever and have a brand-new developer
> >
> > with
> >
> >>no experience whatsoever wanting to start playing around with cocoon.
> >>
> >>I have installed: Tomcat 4.0.4, Apache 1.3.26 and Cocoon 2.0.4 (also
> >>uninstalled and tried 2.0.3, but got the same results). I have a feeling
I
> >>am missing some really basic item, but haven't been able to figure it
out
> >>and am getting a headache so I hope someone can please help. :--)
> >>
> >>My tomcat and apache are configured with mod_jk to talk to each other
(via
> >>auto config in tomcat ../conf/auto/mod_jk.conf) with apache serving
static
> >>pages and tomcat serving servlet, java stuff. That works fine. I put the
> >>cocoon.war into webapps and it auto-deploys, no error messages
anywhere!!!
> >>But when I click on http://mymachin/cocoon the only thing I see is the
> >>directory index. No welcome page that I keep hearing so much about.
> >>
> >>Can someone smack me over the head and tell me what vital thing I have
> >>missed?
> >>
> >>Thanks,
> >>Rachel
> >>
> >>
> >>---------------------------------------------------------------------
> >>Please check that your question  has not already been answered in the
> >>FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >>
> >>To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> >>For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> >
> >
> > ---------------------------------------------------------------------
> > Please check that your question  has not already been answered in the
> > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
>
> --
> Dr. Hussayn Dabbous
> SAXESS Software Design GmbH
> Neuenhöfer Allee 125
> 50935 Köln
> Telefon: +49-221-56011-0
> Fax:     +49-221-56011-20
> E-Mail:  [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to