Re: servlet classes not being recognized?

2000-08-13 Thread Vicky
if i am not wrong, dont u need a java web server to run on servlets, since servlets are executed on the server i might be wrong ... vicky Original Message Follows From: Pratik <[EMAIL PROTECTED]> Reply-To: Pratik <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: servlet classes not b

servlet classes not being recognized?

2000-08-13 Thread Pratik
hi i have installed tomcat3.1 & jdk1.3 in Win98. i can run precompiled servlets using tomcat. but when i try to compile a servlet app using javac none of the servlet classes r bing recognized? a typical error line reads like this - C:\myapp\src\Hello.java:66: cannot resolve symbol symbol : clas

Clues in premature response

2000-08-13 Thread Hee Meng, Poh
Hi all, I am currently working on a WAP solution involving jsp and servlets. I wonder if anyone can provide me clues on a problem I am facing with my dynamic pages (WML). Here it goes : When a client accesses _some_ jsp pages via the mobile phone, the WAP gateway (Ericsson) would prematurely re

Re: formula one

2000-08-13 Thread Subramaniam Chidambaram
Hi, You can also use the jdbc driver to parse excel files. Each column in excel table wil be treated as a database column .. Hope this helps. Regards Subbu >From: Jake Brain <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technol

Can't happen - classname is null, who added this ?

2000-08-13 Thread David Holden
Hi, I'm getting the following error:-- Error: 500 Location:/iucrdb/index.htm Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:253) at org.apache.t

Re: textarea or servlet problem?

2000-08-13 Thread Doug Turner
If you are using the GET method to send the text to your servlet, try switching to POST. Otherwise, I think it is a problem in your servlet. We use text area boxes for longish things like posting press releases with no problems. - Original Message - From: gina <[EMAIL PROTECTED]> To: <[

Re: HttpSessionContext.getIds()

2000-08-13 Thread Doug Turner
Per the documentation, HttpSessionContext is a deprecated interface; implementations of the method getIds() must return an empty enumeration. - Original Message - From: Jayaraman Anantharaman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 13, 2000 4:09 AM Subject: HttpSe

HttpSessionContext.getIds()

2000-08-13 Thread Jayaraman Anantharaman
Hi, I'm fairly new to servlets. I'm trying to get all the active sessions using the following code: public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { res.setContentType("text/html"); PrintWriter o

textarea or servlet problem?

2000-08-13 Thread gina
Hi, Not sure if this is a servlet problem or the HTML TextArea problem. We have a TextArea box whereby users can type in contents and sends to the servlet for processing. The problem is it only works for relatively short content. For longer ones, I get this error from the browser: "Error: 41

Re: [Re: [Re: java.sql.Connection.isClosed()]]

2000-08-13 Thread Rob Hazlewood
Thanks everyone that has replied has been most helpful. I'm not going to argue with someone that knows alot about databases, as i'm just getting into oracle. thanks again, Rob (i'll use the select sysdate from dual command) Geeta Ramani <[EMAIL PROTECTED]> wrote: > Rob: > > Sanjesh Pathak suggest