• Welcome to KonaKart Community Forum. Please login or sign up.
 

Problems Installing Konakart on dailyrazor.com "/tags/struts-logic" not found

Started by oracle, April 28, 2011, 02:39:44 pm

Previous topic - Next topic

oracle

Hi Konakart team im trying to install konakart on dailyrazor.com without success

http://explorer-ts.com/_cert/konakart/index.jsp

org.apache.jasper.JasperException: File "/tags/struts-logic" not found

I follow this steps

1) Create a directory _cert with 3 directories for my app (konakart, konakartadmin, bitviewer) and ftp all requeried files
2) When try to access application receive the following error

http://explorer-ts.com/_cert/konakart/index.jsp
org.apache.jasper.JasperException: File "/tags/struts-logic" not found

The initial file of my app is index.jsp at /public_html/_cert/
it has

<%@ taglib uri="/tags/struts-logic" prefix="logic" %>

In web.xml

   <taglib>
      <taglib-uri>/tags/struts-logic</taglib-uri>
      <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
   </taglib>


Plz help

Support services tell me the following


Dear Customer,
The error states (on the page and in logs) the following:

ERROR TP-Processor27 org.apache.catalina.core.ContainerBase.[Catalina].[explorer-ts.com].[/_cert].[jsp] - Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: File "/tags/struts-logic" not found


Please recheck your application and make sure that all needed files are uploaded and you are using correct paths in your application. Please note - the tomcat restart is required after every modification in your application.


And this


Dear Customer,

As we specified before Tomcat treat each subdirectory as separate application, so http://explorer-ts.com/_cert/konakart/tags/struts-logic will be treated as separate context which can't access configuration defined in http://explorer-ts.com/_cert/konakart/WEB-INF/web.xml. You should either:

1) adjust your application structure
2) or provide us a list of directories which should be set as context root's, so we will disable automatic context creation for your domain. In this case WEB-INF configuration will be processed only under this specified directories.

Please let us know if you have any questions.

Best Regards,
Support-AR
DailyRazor Support Team.

Regards


Im not a Java expert any help will be appreciate

Regards