Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » WAR Deployment - Images not loading
Closed Thread
Old 03-18-2005, 10:05 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 1

gokulram

Default WAR Deployment - Images not loading

Hi,
I've developed a web appln which is being deployed in Sun One App Server 7. And while deploying I gave the context-root as /Test and I'm invoking the login jsp page using a Controller servlet. The issue is the images are not loading when the page loads. Should there be any entry be made in the web.xml for images alone ? below is the entry from the server.xml.

<applications dynamic-reload-enabled="false" dynamic-reload-poll-interval-in-seconds="2">
<web-module enabled="true" location="C:\Sun9\jstudio\AppServer7\domains\domai n1\server2\applications\j2ee-modules\project_2" name="project" context-root="/Test"/>
</applications>

Can anybody pls help ? I'm stuck...

Thanks,
-GR
gokulram is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On