Hey In the case If Iam working in weblogic server
If I consider I know only the virtual path like
http://localhost:7001/jsp/test.jsp Here in this test.jsp file
**********test.jsp
<html>
<%@ page language="java" %>
<%@ page import="example" %>
<
jsp:useBean class="example" scope="request" id="Bn" >
<jsp:......
This is how my jsp programm goes off
where in the class
Iam searching for a file work.txt in the directory
in the actual path
c:\weblogic\myserver\public_html\jsp\work.txt
But I want to Know whether I could searhc for file with
the virtual path
http://localhost:7001/jsp/ Regards,
Sangeetha