search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

netbeans + apache

Asked by Anonymous
12 years ago.

Hi, I’m tried deploy java calendar with netbeans as web project, but without success. I tried create project from yours war file, also I tried create own with project with your files. Nothing worked, and I’m still getting error:

org.apache.jasper.JasperException: /WEB-INF/tags/header.tag(8,5) Unable to load tag handler class "org.daypilot.demo.tag.RootTag" for tag "navi:Root"
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)

Any help?

Comment posted by Dan Letecky [DayPilot]
12 years ago.

The demo source code is in the demo/src directory. It has to be compiled before deployment.

However, the war file should contain everything - it's used to deploy the online demo as well:

http://java.daypilot.org/demo/

Please let me check it with NetBeans.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.