I mapped the js and css like below mention mapping
`<servlet-mapping>
<servlet-name>default</servlet-name>
<url-pattern>*.css</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>default</servlet-name>
<url-pattern>*.js</url-pattern>
</servlet-mapping>`
the css and js file link did not call in welcome page, i tried all the method to call the external css file but could not work pleas help me to solve this,I'm newbie help me to solve this .
thank you :)