• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

unable to view images across the network

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I am unable to view the images across the network.the images is visible only in the server machine and not in the clients.i am using jboss server
as my AS.
i am using <img src=>
regards
pradeep
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i am using <img src=>



Do you not think it might be useful to show us the actual URLs that you are using for the images? No one here has a crystal ball as far as I can tell.

I'd suspect you are using URLs that are local to the server machine, but have no way to know.
 
pradeep vijayakumar
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI this the coding i use

<html>
<head>
<title>Untitled Document</title>

</head>

<body>
<font color="#3366CC"></font>
<p align="center">
<font color="#4e773e" size="+4"><strong>Refined</strong></font>
</p>

<p> <a href="refinePD.jsp"><img src="Images/productDevelopment.gif" border="0"></a></p>
<p> <a href="refinePLA.jsp" title="Profit and Loss Analysis"><img src="Images/pla.gif" border="0"></a></p>
<p> <a href="refineAdmin.jsp" title="Refined Admin" ><img src="Images/admin.gif" border="0"></a></p>
</body>
</html>
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic