i am having trouble using Java Beans with Tomcat 4.1

2002-11-22 Thread runu rathi
Hi, I am a beginner to Java beans. i am having trouble using Java Beans with Tomcat 4.1 I am attatching the beans file and am copying the exact errors that I get.. Please help me.. Exception report message description The server encountered an internal error () that prevented it from fulfilling

urgrnt.. I am getting the org.apache.jasper.JasperException: survey/MainSurvey exception.

2002-11-22 Thread runu rathi
Hi, I am getting the following error when I try to run a simple JSP which uses Java Beans. Please suggest what could be the cause. Many Thanks, Runu type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

thanx for helping with TomCat query.. another problem..plz. help..

2002-11-25 Thread runu rathi
Hi, Thanks for helping with my previous query regarding Beans. I have another problem which I have posted earlier (dated 22nd Nov) on the users mailing list. plz. suggest about the possible cause. Thanks, Runu __ Do you Yahoo!? Yahoo! Mail Plus – P

URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-18 Thread runu rathi
Hi, I am having trouble running a simple application which uses JSP and Beans. The error shown is "org.apache.jasper.JasperException: Unable to compile class for JSP". The same application runs perfectly at another place with exactly the same version of Tomcat.. Please see below for the exact e

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread runu rathi
Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sig

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-20 Thread runu rathi
Hi Jacob, I tried to set environment variables and run the commands as shown on the link you sent. My CATALINA_HOME was earlier set to C:\Program Files\Apache Group\Tomcat 4.1\ and so I made the new variable as C:\jakarta-tomcat-4.1.12;C:\Program Files\Apache Group\Tomcat 4.1\ On a new window I

how to run Tomcat on port 80 instead of 8080

2003-02-02 Thread runu rathi
Hi, I want to run Tomcat on port 80 instead of 8080. How can I do that? I shall appreciate any help. Thanks and Regardds, Runu __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ---

how to run Tomcat on 80 instead of 8080 on Windows

2003-02-02 Thread runu rathi
Hi, I am running Tomcat on Windows 2000. I want to run it on post 80 instead of 8080. How do I do that? I shall appreciate any help. Thanks and Regards, Runu Rathi __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http

how can I make my Java code write to a file using relative paths

2003-02-10 Thread runu rathi
Hi all, I am using the following statement in my .java file out = new FileOutputStream("responses.txt", true); I assumed that it should write in a file in the same directory as the .java file in web-inf/classes but instead it writes in C:\WINNT\system32 How can I get it to write at a particular

Re: how can I make my Java code write to a file using relative paths

2003-02-10 Thread runu rathi
Thaks Jake and Tim, Thats right, I am running it as an NT service. So, how can I change my base directory to point to the desired directory? Thanks, Runu Hello runu, I'm guessing you are running your app as an NT Service, right? The base directory of the JVM becomes that from where it was st

how to change the default index page

2003-02-20 Thread runu rathi
Hi All, I want to change the default page that is loaded from http://csegrad.uta.edu/index.jsp to http://csegrad.uta.edu/CSEgraduate/jsp/homepage/templates/gradhomepage.jsp How can I do that? I shall appreciate any help. Thanks and regards, Runu

including header, footer in jsp

2003-02-22 Thread runu rathi
Hi all, If I want to design an application such that I have a template for the footer, header, side menus etc.. And I want to include that in all my jsp pages without copying the whole of it. How can I do it? Thanks for any help. Runu __ Do you Y

tomcat suddenly stopped reloading applications automatically..urgent

2003-02-24 Thread runu rathi
Hi all, I had configured Tomcat quite painstakingly. It was running as a WINNT service with the application being automatically reloaded on changes to any classes. Recently, I am working on an application using JDBC. And suddenly I find that Tomcat is taking one of the old classes which I have

tomcat suddenly stopped reloading applications automatically..urgent

2003-02-24 Thread runu rathi
Hi all, I had configured Tomcat quite painstakingly. It was running as a WINNT service with the application being automatically reloaded on changes to any classes. Recently, I am working on an application using JDBC. And suddenly I find that Tomcat is taking one of the old classes which I have

RE: tomcat suddenly stopped reloading applications automatically..urgent

2003-02-25 Thread runu rathi
Thanks John, I hadn't removed the the files from the Work directory earlier. However, on your suggestion I did so.. But I stll have the same problem. This time however, if I start Tomcat manually from the Program Files -> startup, it works fine. But that does not serve my purpose since I need to

how can I disable directory listing at client side

2003-02-25 Thread runu rathi
Hi all, How can I disable the directory listing to be shown when someone tries to load my application remotely through a browser? I shall appreciate any help. Thanks, Runu __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://

Autopostback in JSP

2003-02-25 Thread runu rathi
Hi, 1) I want the contents of my HTML page display to refresh automatically based on a selection made by the user. I am using HTML + JSP. For Example: There are three radio buttons - Thesis - Non-Thesis - Software Engineering Drop Down Menu1 If the use

problem at shutdown

2003-03-03 Thread runu rathi
Hi All, I installed Tomcat 4.1.18 at a NT service. But when I try to staop this as a service and try to run it using the Start -> Program Files ->. etc, I get the following error when I try to subsequently shutdown the Apache. java.net.BindException: Cannot assign requested address: conne

urgent help needed..cannot make changes to conf/server.xml

2003-03-06 Thread runu rathi
Hi All, I have installed Tomcat4.1 as a WinNT service. If I try to make any changes conf/server.xml (in order to set up the SSL) and try to restart it again, I cannot do so. All I get is a set of exceptions flashing on the screen. In short, it is not allowing me to do any changes in server.xml.

where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-06 Thread runu rathi
Hi all, Where should I put my data source and MSAccess driver for JDBC to find it? I am running Tomcat4.1 as WINNT sevice. Presently, I get an error as Cannot find datasource and driver. I shall appreciate any help. Thanks, Runu __ Do you Yahoo!? Ya

RE: urgent help needed..cannot make changes to conf/server.xml

2003-03-07 Thread runu rathi
Hi, Thanks for the earlier reply, These are the exceptions..Could you just help further suggesting what I should do to? java.lang.ClassNotFoundException: Can't find any SSL implementation at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplement ation.java:97) at

RE: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-07 Thread runu rathi
Hi, Thanks for your reply, Is there a jar file that I need to include if I wish to use the JDBC/ODBC bridge supplied by the JVM? Because, I did not do that. Yet, the datasource gets detected and DB properly updated when I do not run Tomcat as a service. But when I try to run it as a WINNT serv