• 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

Application not loading

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using OC4J as my application server.
When I try to run my .WAR application it says page not found. The OC4J container has initialized properly.

Previously when I placed the war file in the application directory, it didnot deploy. Then I had to make an entry in applixation.xml.

I am wondering if a similar entry needs to be done in some other file.

The same application is running in Tomcat.

Plzz help!!
 
prakash pai
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem got resolved
U need to make an entry in http-web-site.xml

But now when I run the application it gives the following error:

07/04/06 21:33:09 testapp: JspServlet: unable to dispatch to requested page: Exception racle.jsp.parse.JspParseException: Line # 2, <%@ taglib uri="testappstags.tld" prefix="ReIM" %>
Error: Unable to load taghandler class: testapps.tld
 
I'm sure glad that he's gone. Now I can read this tiny ad in peace!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic