I have already increased the environment size to 2304,since earlier the error
was-Out of environment space
Michael Jouravlev <[EMAIL PROTECTED]> wrote:
On 2/13/07, Rahul Choubey wrote:
> Dear Friends,
>
> I am having a problem using Tomcat in Windows 98.I am using Apache T
Dear Friends,
I am having a problem using Tomcat in Windows 98.I am using Apache Tomcat
4.1.34
and I am getting the following error on starting Tomcat:-
Syntax error
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program
Using CATAL
to the examples webapp
5. Check the examples web.xml for the servlet mappings for these
servlets. The urls you provided make me thing you are attempting to use
the invoker servlet. That servlet was disabled by default soo long ago,
I can't remember which version was the first to remove it.
--D
Dear Friends,
I am having a problem running servlets on the browser using Tomcat.I am using
Apache Tomcat 4.1.34 and am saving the .class file at the following location in
my system:-
E:\Program Files\apache-tomcat-4.1.34\webapps\rahul\Web-Inf\classes
rahul\Web-Inf\classes being
Dear Friends,
I have installed Apache Tomcat version 4.0 in my system.
I am getting the homepage correctly on writing
http://localhost:8080 on the browser's address bar but
when I go to servlets example page I am unable to execute
the servlets,the same is the problem with JSP too.I am getting
the