rajavardhan n

Greenhorn
+ Follow
since Nov 12, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rajavardhan n

how to call a servlet from html page so that it will be supported by all webservers.
While using javawebserver2.0 as webserver i called servlet from HTML page using relative path
action ="servlet/abc"
and from servlet if i want to access a html file, i accessed it using sendReditect("../abc.html")
It worked fine with Jws2.0 and JRUN 3.0 installed as pluginto IIS on WindowsNT
But when i tried the same on Weblogicsever5.1 installed on windowsNT it is not working. Because we can directly call a servlet with out having "servlet/" as prefix can someone help me out on this
with regards
rajavardhan
23 years ago
thanks tony andsean for ur response. I have used instance variables in the servlets. I wrote some methods other than doGet() ot doPost() for that sake made all the variables as instance variables. Once i remove those variables now its working fine. but i still have have a query how both outputs can be redirected to the same user. if iam using instance variables then they should cause inconsistent values but how is it redirecting the output to the same user please shed some light on this tony
thanks
with regards
rajavardhan
23 years ago
hi list
iam facing a strange problem. When two users are simultaneously acessing the same servlet then both the pages are being displayed to the same user and the other user is getting a blank page.
I haven't used synchronization in my servlets.
This is the case when iam doing database operations in my servlets.
I have tested them on javawebserver2.0 trail version and jrun3.0 evaluation version as a plug in to IIS server.
please clarify me
with regards
rajavardhan
raja_n@satyam.net.in
23 years ago