  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Application at context path [filename] could not be started | Application at context path [filename] could not be started 2006-12-16 - By Steen Kristoffersen
Back
Hi!
Please bare over with as I???m completely new to using Tomcat, not least in conjunction with Jdeveloper!
I have created a database using Jdeveloper, and subsequently used the programme to compile what I thought was a Tomcat compatible WAR-file.
I deployed the WAR-file to Tomcat, only to be greeted by the following message: ???Application at context path [filename] could not be started???.
I???m obviously not getting vary far in the process. I had (naively) hoped that a deployed WAR-file would generate an accessible online database, but I have clearly misunderstood certain issues. I have tried looking through the documentation that accompanies Tomcat without success.
I was unsure as to whether this is the appropriate .xml file (web.xml) for the application called Elstock. Perhaps it could cast some light on the issue???.
- <context-param> <param-name>javax.faces.CONFIG_FILES</param-name> <param-value>/WEB-INF/elstock.xml,/WEB-INF/omkostninger.xml</param-value> </context-param> - <context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>client</param-value> </context-param> - <context-param> <param-name>CpxFileName</param-name> <param-value>Elstock.DataBindings</param-value> </context-param> - <filter> <filter-name>adfBindings</filter-name> <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class> </filter> - <filter> <filter-name>adfFaces</filter-name> <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class> </filter> - <filter-mapping> <filter-name>adfBindings</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> - <filter-mapping> <filter-name>adfBindings</filter-name> <url-pattern>*.jspx</url-pattern> </filter-mapping> - <filter-mapping> <filter-name>adfFaces</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> - <filter-mapping> <filter-name>adfFaces</filter-name> <url-pattern>*.jspx</url-pattern> </filter-mapping> - <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet </servlet-class> <load-on-startup>1</load-on-startup> </servlet> - <servlet> <servlet-name>resources</servlet-name>
<servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class> </servlet> - <servlet-mapping> <servlet-name>Faces Servlet</servlet-name> <url-pattern>/faces/*</url-pattern> </servlet-mapping> - <servlet-mapping> <servlet-name>resources</servlet-name> <url-pattern>/adf/*</url-pattern> </servlet-mapping> - <session-config> <session-timeout>35</session-timeout> </session-config> - <mime-mapping> <extension>html</extension> <mime-type>text/html</mime-type> </mime-mapping> - <mime-mapping> <extension>txt</extension> <mime-type>text/plain</mime-type> </mime-mapping> </web-app> -- View this message in context: http://www.nabble.com/Application-at-context-path --filename--could-not-be-started-tf2832015.html#a7906603 Sent from the Tomcat - User mailing list archive at Nabble.com.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |