• 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

(Urgent Please)

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using the iplanet server.I have a jsp file named Sample.jsp in a directory named indvrf in the server.The include tag of this Sample.jsp contains to include file named parameter.txt. I just want to know where i should place the parameter.txt file.
this is how the code for Sample.jsp looks like
<html>
<head>
<title>Sample Program </title>
</head>
<body>
<input type = text name = "tf1" value = "<%@ include file = "parameter.txt" %>" >
</body>
</html>

If i am placing it in the same directory where the Sample.jsp i.e. indvrf its not working.
Someone please do help me. thanks in advance.

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I test your jsp on my weblogic server and it works well with the file in the same directory in the application test.
http://localhost:7001/test/indvrf/Sample.jsp
my file are place in %web-app_home%\indvrf
normally it should work i
sorry i can not help you more i do not know iplanet
------------------
Benjamin l�onard
www.evisor.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic