gsaha

Greenhorn
+ Follow
since Apr 23, 2001
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 gsaha

1) What does it mean UnicastRemoteObject and its method exportObject()?How its works?
2) Do we need to provide the stub classes(of Remote Server) to Client? Is it mandatory?
3) What does it mean RemoteReference? How a Client Object which is associated with different JVM, have the object reference of another?
5)Its says "Non-Remote object passed by value and Remote of passed by reference" How the reference available in another JVM?
Can anyone throw some light on this...
TIA
Goutam
22 years ago
may be because out is the implicit object.
And in complied jsp its used like
JspWriter out = pageContext.getOut();
use some other var. name and check...
22 years ago
There can be several reason for that
1)set the classpath till web-inf/classes
2)class file not available in classes directory
3)tool.jar not available in classpath
22 years ago
Yes you can do that!! this Declaration block <%! %> will added to the outside of the _jspService() method. Other Scriplet block <% %> will added to the inside the _jspService() method.
22 years ago
If you are using JRun 3.0 as your web server then u can connect to IIS or PWS thro' connector proxy. In this way u will change ur web server but still u can use the other component like JSPWriter from Jrun.
22 years ago