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
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
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
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
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
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: <[
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
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
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
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
10 matches
Mail list logo