Thanks Anand, 

Here is the simple code ( Since I am a starter of JSP ).
Initially I  did with out.println("I am here") and then I added " with
testalsdjfalsd"


<HTML>
<HEAD>
</HEAD>
<BODY>

<P>&nbsp;</P>

<%
        out.println("I am here, with testasdlfjalsd");

%>
</BODY>
</HTML>

-----Original Message-----
From: Patil, Anand [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 5:14 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Problem in reflecting changes made on a JSP File


Shiv, can you put out the code here.
Anand 
> -----Original Message-----
> From: SIVA SHANKAR [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, April 12, 2001 4:36 PM
> To:   [EMAIL PROTECTED]
> Subject:      Problem in reflecting changes made on a JSP File
> 
> Hi,
> 
> I installed Tomcat on a Windows NT Machine.  Everything is working fine.
> All the samples are working great.  I did create a JSP file which will
> connect to a SQL Server database and retrieve data from a table.
> Initially
> it works fine.  After that When I did some modifications on the file, but
> it's not reflecting those changes. 
> 
> I found that it's creating a .java & .class file in the work directory,
> when
> I hit the file for the first time.  Even after deleting that file, it
> could'nt reflect those changes.  But after I restarted the service
> (jakarta), it is working.
> 
> Somebody please help me to solve this problem.
> 
> Thank you in advance.
> 
> Siva.

Reply via email to