• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with tiles plugin in struts 1.3.8

 
Greenhorn
Posts: 25
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends..

I am working with struts 1.3.8 , developing a small application that shows a 2 column layout based jsp page.
while working with tiles plugin I am getting problems and mugging from last 15 days. Please help me....

the error message is like this on server console...


==============================================================
Feb 01, 2013 1:54:47 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performanc
e in production environments was not found on the java.library.path: C:\Program
Files\Apache Software Foundation\Tomcat 7.0\bin;C:\windows\Sun\Java\bin;C:\windo
ws\system32;C:\windows;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C
:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_11\bin
;.;.
Feb 01, 2013 1:54:47 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Feb 01, 2013 1:54:47 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Feb 01, 2013 1:54:47 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 482 ms
Feb 01, 2013 1:54:47 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 01, 2013 1:54:47 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
Feb 01, 2013 1:54:47 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\docs
Feb 01, 2013 1:54:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\examples
Feb 01, 2013 1:54:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\host-manager
Feb 01, 2013 1:54:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\manager
Feb 01, 2013 1:54:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\ROOT
Feb 01, 2013 1:54:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\TilesEx
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-tiles is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-html is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-logic is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-nested is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-html is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-logic is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-nested is already defined
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://struts.apache.org/tags-tiles is already defined
Feb 01, 2013 1:54:49 PM org.apache.struts.action.ActionServlet initChain
INFO: Loading chain catalog from jar:file:/C:/Program%20Files/Apache%20Software%
20Foundation/Tomcat%207.0/webapps/TilesEx/WEB-INF/lib/struts-core-1.3.8.jar!/org
/apache/struts/chain/chain-config.xml
Feb 01, 2013 1:54:49 PM org.apache.struts.tiles.TilesPlugin initDefinitionsFacto
ry
INFO: Tiles definition factory loaded for module ''.
Feb 01, 2013 1:54:49 PM org.apache.struts.validator.ValidatorPlugIn initResource
s
INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
Feb 01, 2013 1:54:49 PM org.apache.struts.validator.ValidatorPlugIn initResource
s
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
Feb 01, 2013 1:54:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 01, 2013 1:54:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 01, 2013 1:54:49 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1940 ms
Feb 01, 2013 1:54:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\Apache Software Found
ation\Tomcat 7.0\webapps\RegisterApp
Feb 01, 2013 1:55:00 PM org.apache.struts.action.ActionServlet initChain
INFO: Loading chain catalog from jar:file:/C:/Program%20Files/Apache%20Software%
20Foundation/Tomcat%207.0/webapps/RegisterApp/WEB-INF/lib/struts-core-1.3.8.jar!
/org/apache/struts/chain/chain-config.xml
Feb 01, 2013 1:55:00 PM org.apache.struts.util.PropertyMessageResources loadLoca
le
WARNING: Resource org/apache/struts/action/ActionResources_en_GB.properties No
t Found.
Feb 01, 2013 1:55:00 PM org.apache.struts.util.PropertyMessageResources loadLoca
le
WARNING: Resource org/apache/struts/action/ActionResources_en.properties Not F
ound.

Feb 01, 2013 1:56:48 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug
logging for this logger for a complete list of JARs that were scanned but no TLD
s were found in them. Skipping unneeded JARs during scanning can improve startup
time and JSP compilation time.
 
reply
    Bookmark Topic Watch Topic
  • New Topic