How about if you test something like:

<map:match pattern="main/*.jhtml">
<map:generate src="helloworld.xml"/>
<map:transform src="helloworld.xsl"/>
<map:serialize type="html"/>
</map:match>

or

<map:match pattern="**.jhtml">
<map:generate src="helloworld.xml"/>
<map:transform src="helloworld.xsl"/>
<map:serialize type="html"/>
</map:match>

and then try

http://test.domain/main/randomfilename.jhtml


mika



Jed kirjoitti:
Have done all of those things already.

- Jed

On 10/04/2008, Lehtonen, Mika <[EMAIL PROTECTED]> wrote:
Hi,

 can't you just leave the mod_jk out of this for now on and test directly
with Tomcat e.g. configure it to listen port 8080. Another approach might be
to leave Cocoon out and test some static material through mod_jk. That way
you can assure that it is working properly.


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

Reply via email to