This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes How to configure two js-file in my Web.xml ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to configure two js-file in my Web.xml ?" Watch "How to configure two js-file in my Web.xml ?" New topic
Author

How to configure two js-file in my Web.xml ?

Gustavo Siqueira
Ranch Hand

Joined: Jun 15, 2011
Posts: 94

Hi!
I'm trying configures several links the web.xml for jsp-file. See:



Error:



What is happening?
Srikanth Kumar
Ranch Hand

Joined: Jun 04, 2008
Posts: 36
Can you post the error part of the log and part around line number 724 in build-impl.xml?


Srikanth Kumar
SCJP 5, SCWCD 5, SCDJWS 5
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56528
    
  14

One problem (of probably many): you have two identical mappings. Each must be unique. And "*.java"? Really?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to configure two js-file in my Web.xml ?
 
Similar Threads
Why is my jsp not available?
Java Servlets and JSP pages
Running first example of head first Servlets & JSP
[solved]Struts 2 and Vaadin
Sessions on a servlet