John Varghese

Greenhorn
+ Follow
since Jul 31, 2002
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 John Varghese

Hi everyone,
I've installed Tomcat (Catalina) 4.0.x. And I've deployed my web application.
But I'm getting the following error
----------------------
org.apache.jasper.JasperException: Unable to compile class for JSP
/usr/internet/httpd/tomcat/work/Standalone/localhost/cockpit/main_0005fmenu$jsp.java:7: Class or interface declaration expected.
import javax.servlet.*;
/usr/internet/httpd/tomcat/work/Standalone/localhost/cockpit/main_0005fmenu$jsp.java:13: Superclass org.apache.jsp.HttpJspBase of class org.apache.jsp.main_0005fmenu$jsp not found.
public class main_0005fmenu$jsp extends HttpJspBase {

------------------------
Anyone faced this error before?
The same application works fine with the Tomcat 3.1.x .
What I've noticed is that Catalina is able to load the classes that I've written for the login check but then it gives this compilation error..
Please reply.
Thanks.
21 years ago
Hi,
Could anyone tell me how to implement license functionality for Java based Web application?
I want to give an evalutation version of my application (valid for a period of 30 days or so) to my prospective customer. How can I implement my own license mechanism?
Any pointers, sample codes etc ..
Do reply.
Thanks
VJ
21 years ago
Hi,
I've a got a basic doubt. When do decide to use an applet in a web based application?
Can't JSP provide all functionality that an applet can provide?
Do reply.
Thanks
VJ
21 years ago
Thanks for your reply, Sean.
Will there be any performance issues for such an architecture?
Regards,
VJ
21 years ago
JSP
Hi everyone,
I'm new to JSP so excuse me if this sounds dumb!!
Is it possible to invoke an external executable (an .exe file) from a JSP page?
My JSP page will capture the configuration details for the program that I've written. Once the parameters have been configured, a start button on the JSP page should invoke the .exe
Is this possible? Are there any flaws/problems that you forsee?
Awaiting your inputs.
Thanks,
VJ.
21 years ago
JSP