OK I got the demo app as well as JSFTemplating code to build. I deployed
the same to glassfish appserver.
Now when I click
http://localhost:4848/demo I get a 404 (File not found)
error. Any ideas what is happening here.
I could see in the logs that the server is trying to resolve
<j2ee-modiles-location>/demo/abc.jsp. However this file is not existing.
There is an abc.jsf. I am not able to make the relation here. Need to
read some more... a lot more..
Rgds
Irfan
Irfan Ahmed wrote:
> Another problem.
>
> This time this is with the jar target in the demo application. The Jar
> target fails because it does not create the WEB-INF/lib directory as
> part of the jarring process. Hence it requires the lib directory
> under WEB-INF to exist before the jar target is run. I added a task
> /*<mkdir dir="WEB_INF/lib"/>*/ before the jar task and the application
> was built.
>
> Note that I am seeing these on Windows XP with Ant 1.6.5.
>
> Rgds
> Irfan
> --
> Irfan Ahmed
> Sun Microsystems Inc., Bangalore, India.
--
Irfan Ahmed
Sun Microsystems Inc., Bangalore, India.