Well, first things first, can you access these urls on tomcat directly, without going through apache, and have them working?

obie wrote:
Hi, is there any specific configuration that needs to be done so that tomcat
serve htm?, I even did (in web.xml)
<servlet-mapping>
        <servlet-name>
             jsp
        </servlet-name>
         <url-pattern>
             *.html
         </url-pattern>
     </servlet-mapping>
    <servlet-mapping>
but, it still error 404 (cant open any htm extension)... Can someone help,
thanks


Shutra Zhou wrote:
Tomcat can serve html too.

2006/11/29, obie <[EMAIL PROTECTED]>:

Hi, can someone help me w/ my problem. I installed Roller 3.0 w/
apache-tomcat (using mod_jk).
My problems is, in the configuration I have to use JkMount /* ajp13
but, by doing this, it can open anything except html/htm extension
On the other hand, if I do
JkMount /*.jsp wrkr
JkMount /*.do wrkr
... (and so on)
then, I can see the html, but can not open certain servlet extension.
So my questions is ... when I use JkMount /* ajp13 (forwarding all files
from apache to tomcat), how can I tell tomcat to recognize htm file
extension.
Thanks
--
View this message in context:
http://www.nabble.com/Help-With-Roller-Incubation-3.0-tf2721520s12275.html#a7589436
Sent from the Roller - User mailing list archive at Nabble.com.




Reply via email to