View Single Post
  #4  
Old 12-23-2009, 05:02 PM
Elik Elik is offline
Member
 
Join Date: Nov 2009
Posts: 24
Default Struts issues

Hello,

I am having the same issue as this guy is having for one of my customer. I did follow the details you posted about adding the context for it, so I have it configured as servlet mapping with /*.do to match the web.xml in his directory as follows:

servlet-mapping
servlet-name action /servlet-name
url-pattern *.do /url-pattern
/servlet-mapping

So I have it configured in his virtual host this setting as follows:

1st Context:
WebApp Context Definition
URI /
Location /home/taberuka/public_html/rss/
Servlet Engine [VHost Level]: TomcatAJP

2nd Context:
Servlet Context Definition
URI /*.do
Servlet Engine [VHost Level]: TomcatAJP

But it is still giving errors still at taberukana.com under the two links at the top, for the search. It is shiny blue buttons, which if you click, it returns the search.

When it is accessed at taberukana.com:8080, it works perfectly for it.
Reply With Quote