Java Mailing List Archive

http://www.junlu.com/

Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
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
Reply:     1     2     3  


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 Source code of 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)


©2008 junlu.com - Jax Systems, LLC, U.S.A.