Thiago H. de Paula Figueiredo wrote:
> 
> Em Tue, 05 May 2009 14:08:07 -0300, Pisit <pi...@megadict.com> escreveu:
> 
>> it may be relate to tomcat security configuration issue? or
>> "UnprotectedAssets" topic?
> 
> I still think it is an Apache configuration issue. Try to configure it to  
> allow /asset/* to be handled by Tomcat or just use Tomcat alone.
> 
>> but I still don't have any idea to solve this. maybe i need to change my
>> server to Jetty which it is the last choice.
> 
> Since I've known Jetty I don't use another servlet container. :)
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 


I've just solve this problem few days ago,
and come to post again for everyone who has same problem.

I done as Thiago H. told me.
To allow /* to be handled by Tomcat.
I add this line to my "mod_jk.conf" 

JkMount /* ajp13

and it's work!! 
Thanks again Thiago H.
=)


-- 
View this message in context: 
http://www.nabble.com/Can%27t-access-HTML-files-in-classpath-resouce-tp23380286p23464480.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to