Tomcat on windows 98

2003-07-08 Thread GVS Srinivas
Hi,
Will tomcat4.18  work on windows 98???
I am facing with the installation problems???I have read somewhere on the
net that it wont work on windows 98.
Would you please let me know.

As a work around,after I  installed 4.1.18. and at the command prompt i've
entered into 4.0/bin directory. but the autoexec file contains catalina home
as 4.1.18. and i gave catalina run at 4.0/bin. it has started apache 4.1.18
bcos of catalina home in autoexec is referring to that version of tomcat.
Please  tell me whether it is appropriate to run this service like this.
will i get the features of 4.1.18 like this.

Thanks
GVS
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat on windows 98

2003-07-08 Thread Yannick Monclin


GVS Srinivas a écrit:
Hi,
Will tomcat4.18  work on windows 98???
yes it work's

I am facing with the installation problems???I have read somewhere on the
net that it wont work on windows 98.
it's wrong, we use some tomcat 4.1.18 for our developpers on w98

Would you please let me know.

As a work around,after I  installed 4.1.18. and at the command prompt i've
entered into 4.0/bin directory. but the autoexec file contains catalina home
as 4.1.18. and i gave catalina run at 4.0/bin. it has started apache 4.1.18
bcos of catalina home in autoexec is referring to that version of tomcat.
Please  tell me whether it is appropriate to run this service like this.
will i get the features of 4.1.18 like this.
is you installation of JDK is correct ? if you have any problem, put the 
 JAVA_HOME in the autoexec.bat, so in the command prompt go to the bin 
directory and type catalina run and tomcat start

ps: you must change properties of your shortcut for command prompt set 
the memory to 4096

Yannick

Thanks
GVS
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat on windows 98

2003-07-08 Thread Pavan Kumar Basa
find the attachment which will guide to run tomcat
- Original Message -
From: GVS Srinivas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 2:01 PM
Subject: Tomcat on windows 98


 Hi,
 Will tomcat4.18  work on windows 98???
 I am facing with the installation problems???I have read somewhere on the
 net that it wont work on windows 98.
 Would you please let me know.

 As a work around,after I  installed 4.1.18. and at the command prompt i've
 entered into 4.0/bin directory. but the autoexec file contains catalina
home
 as 4.1.18. and i gave catalina run at 4.0/bin. it has started apache
4.1.18
 bcos of catalina home in autoexec is referring to that version of tomcat.
 Please  tell me whether it is appropriate to run this service like this.
 will i get the features of 4.1.18 like this.

 Thanks
 GVS



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat on windows 98

2003-07-08 Thread GVS Srinivas
Hi pavan
The attachement u sent only contains the below message.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

earlier versions of tomcat had no problems with windows 98 I think but with
tomcat4.18 I am facing some annoying problems.
Would you please resend the attach
Thanks
GVS


 -Original Message-
From:   Pavan Kumar Basa [mailto:[EMAIL PROTECTED] 
Sent:   08 July 2003 10:05
To: Tomcat Users List
Subject:Re: Tomcat on windows 98

  File: ATT79162.txt  find the attachment which will guide to run tomcat
- Original Message -
From: GVS Srinivas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 2:01 PM
Subject: Tomcat on windows 98


 Hi,
 Will tomcat4.18  work on windows 98???
 I am facing with the installation problems???I have read somewhere on the
 net that it wont work on windows 98.
 Would you please let me know.

 As a work around,after I  installed 4.1.18. and at the command prompt i've
 entered into 4.0/bin directory. but the autoexec file contains catalina
home
 as 4.1.18. and i gave catalina run at 4.0/bin. it has started apache
4.1.18
 bcos of catalina home in autoexec is referring to that version of tomcat.
 Please  tell me whether it is appropriate to run this service like this.
 will i get the features of 4.1.18 like this.

 Thanks
 GVS



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




_
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning
Services - powered by MessageLabs. For further information visit
http://www.mci.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat on windows 98

2003-07-08 Thread Pavan Kumar Basa

Hello Sirinivas, i am here in sending u it again

  1.. Install the JDK. Make sure you have JDK 1.3 or 1.4 installed and your
PATH set so that both java -version and javac -help give a result.
  2.. Configure Tomcat.
  3.. Download the software. Go to
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/ and download
and unpack the zip file for the latest version (4.1.24 as of last revision
of this page).
  4.. Enable the ROOT context. Edit install_dir/conf/server.xml and
uncomment this line: Context path= docBase=ROOT debug=0/. Not
necessary in Tomcat 4.0.3 and earlier. In Tomcat 5.0.3, the element is
missing the trailing slash and you need to add it.
  5.. Enable the invoker servlet. Go to install_dir/conf/web.xml and
uncomment the servlet-mapping element that maps the invoker servlet to
/servlet/*. Not necessary prior to Tomcat 4.1.12.
  6.. Change the port to 80. Edit install_dir/conf/server.xml and change the
port attribute of the Connector element from 8080 to 80.
  7.. Turn on servlet reloading. Edit install_dir/conf/server.xml and add a
DefaultContext subelement to the main Service element and supply true for
the reloadable attribute.
  8.. Set the JAVA_HOME variable. Set it to refer to the base JDK directory,
not the bin subdirectory.
  9.. Change the DOS memory settings. If you get an Out of Environment
Space error message when you start the server, right-click on
install_dir/bin/startup.bat, select Properties, select Memory, and change
the Initial Environment entry from Auto to at least 2816. Repeat the process
for install_dir/bin/shutdown.bat.
  10.. Set the CATALINA_HOME variable. Optionally, set CATALINA_HOME to
refer to the top-level Tomcat installation directory.
  11.. Test the server.
  12.. Verify that you can start the server. Double-click
install_dir/bin/startup.bat and try accessing http://localhost/.
  13.. Check that you can access your own HTML  JSP pages. Drop some simple
HTML and JSP pages into install_dir/webapps/ROOT and access them with
http://localhost/filename.
  14.. Set up your development environment.
  15.. Create a development directory. Put it anywhere except within the
Tomcat installation hierarchy.
  16.. Make shortcuts to the Tomcat startup  shutdown Scripts. Put
shortcuts to install_dir/bin/startup.bat and install_dir/bin/shutdown.bat in
your development directory and/or on your desktop.
  17.. Set your CLASSPATH. Include the current directory (.),
install_dir/common/lib/servlet.jar, and the main development directory.
  18.. Bookmark the servlet  JSP javadocs. Add
install_dir/webapps/tomcat-docs/servletapi/index.html to your
bookmarks/favorites list.
  19.. Compile and test some simple servlets.
  20.. Test a packageless servlet. Compile a simple servlet, put the .class
file in install_dir/webapps/ROOT/WEB-INF/classes, and access it with
http://localhost/servlet/ServletName.
  21.. Test a servlet that uses packages. Compile the servlet, put the
.class file in install_dir/webapps/ROOT/WEB-INF/classes/packageName, and
access it with http://localhost/servlet/packageName.ServletName.
  22.. Test a servlet that uses packages and utility classes. Follow the
same procedure as the second step above. This third step verifies that the
CLASSPATH includes the top level of your development directory.
  23.. Establish a simplified deployment method.
  24.. Copy to a shortcut. Make a shortcut to install_dir/webapps/ROOT. Copy
packageless .class files directly there. With packages, copy the entire
directory there.
  25.. Use the -d option of javac. Use -d to tell Java where the deployment
directory is.
  26.. Let your IDE take care of deployment. Tell your IDE where the
deployment directory is and let it copy the necessary files.
  27.. Use ant or a similar tool. Use the Apache make-like tool to automate
copying of files.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat on windows 98

2003-07-08 Thread Pavan Kumar Basa
Hello sirnivas, i am sending it again
  1.. Install the JDK. Make sure you have JDK 1.3 or 1.4 installed and your
PATH set so that both java -version and javac -help give a result.
  2.. Configure Tomcat.
  3.. Download the software. Go to
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/ and download
and unpack the zip file for the latest version (4.1.24 as of last revision
of this page).
  4.. Enable the ROOT context. Edit install_dir/conf/server.xml and
uncomment this line: Context path= docBase=ROOT debug=0/. Not
necessary in Tomcat 4.0.3 and earlier. In Tomcat 5.0.3, the element is
missing the trailing slash and you need to add it.
  5.. Enable the invoker servlet. Go to install_dir/conf/web.xml and
uncomment the servlet-mapping element that maps the invoker servlet to
/servlet/*. Not necessary prior to Tomcat 4.1.12.
  6.. Change the port to 80. Edit install_dir/conf/server.xml and change the
port attribute of the Connector element from 8080 to 80.
  7.. Turn on servlet reloading. Edit install_dir/conf/server.xml and add a
DefaultContext subelement to the main Service element and supply true for
the reloadable attribute.
  8.. Set the JAVA_HOME variable. Set it to refer to the base JDK directory,
not the bin subdirectory.
  9.. Change the DOS memory settings. If you get an Out of Environment
Space error message when you start the server, right-click on
install_dir/bin/startup.bat, select Properties, select Memory, and change
the Initial Environment entry from Auto to at least 2816. Repeat the process
for install_dir/bin/shutdown.bat.
  10.. Set the CATALINA_HOME variable. Optionally, set CATALINA_HOME to
refer to the top-level Tomcat installation directory.
  11.. Test the server.
  12.. Verify that you can start the server. Double-click
install_dir/bin/startup.bat and try accessing http://localhost/.
  13.. Check that you can access your own HTML  JSP pages. Drop some simple
HTML and JSP pages into install_dir/webapps/ROOT and access them with
http://localhost/filename.
  14.. Set up your development environment.
  15.. Create a development directory. Put it anywhere except within the
Tomcat installation hierarchy.
  16.. Make shortcuts to the Tomcat startup  shutdown Scripts. Put
shortcuts to install_dir/bin/startup.bat and install_dir/bin/shutdown.bat in
your development directory and/or on your desktop.
  17.. Set your CLASSPATH. Include the current directory (.),
install_dir/common/lib/servlet.jar, and the main development directory.
  18.. Bookmark the servlet  JSP javadocs. Add
install_dir/webapps/tomcat-docs/servletapi/index.html to your
bookmarks/favorites list.
  19.. Compile and test some simple servlets.
  20.. Test a packageless servlet. Compile a simple servlet, put the .class
file in install_dir/webapps/ROOT/WEB-INF/classes, and access it with
http://localhost/servlet/ServletName.
  21.. Test a servlet that uses packages. Compile the servlet, put the
.class file in install_dir/webapps/ROOT/WEB-INF/classes/packageName, and
access it with http://localhost/servlet/packageName.ServletName.
  22.. Test a servlet that uses packages and utility classes. Follow the
same procedure as the second step above. This third step verifies that the
CLASSPATH includes the top level of your development directory.
  23.. Establish a simplified deployment method.
  24.. Copy to a shortcut. Make a shortcut to install_dir/webapps/ROOT. Copy
packageless .class files directly there. With packages, copy the entire
directory there.
  25.. Use the -d option of javac. Use -d to tell Java where the deployment
directory is.
  26.. Let your IDE take care of deployment. Tell your IDE where the
deployment directory is and let it copy the necessary files.
  27.. Use ant or a similar tool. Use the Apache make-like tool to automate
copying of files.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat on windows 98

2003-07-08 Thread Micael
Works fine on Win98.

At 09:31 AM 7/8/03 +0100, you wrote:
Hi,
Will tomcat4.18  work on windows 98???
I am facing with the installation problems???I have read somewhere on the
net that it wont work on windows 98.
Would you please let me know.
As a work around,after I  installed 4.1.18. and at the command prompt i've
entered into 4.0/bin directory. but the autoexec file contains catalina home
as 4.1.18. and i gave catalina run at 4.0/bin. it has started apache 4.1.18
bcos of catalina home in autoexec is referring to that version of tomcat.
Please  tell me whether it is appropriate to run this service like this.
will i get the features of 4.1.18 like this.
Thanks
GVS


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


LEGAL NOTICE

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank 
you  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat on windows 98

2003-07-08 Thread Micael
You should not do 5, in my opinion.  You should, rather, provide for each 
individual servlet in your xml files.  There are security problems with 
enabling the invoker servlet.  That is why it is commented out in the first 
place.

At 06:35 PM 7/8/03 +0530, you wrote:

Hello Sirinivas, i am here in sending u it again

  1.. Install the JDK. Make sure you have JDK 1.3 or 1.4 installed and your
PATH set so that both java -version and javac -help give a result.
  2.. Configure Tomcat.
  3.. Download the software. Go to
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/ and download
and unpack the zip file for the latest version (4.1.24 as of last revision
of this page).
  4.. Enable the ROOT context. Edit install_dir/conf/server.xml and
uncomment this line: Context path= docBase=ROOT debug=0/. Not
necessary in Tomcat 4.0.3 and earlier. In Tomcat 5.0.3, the element is
missing the trailing slash and you need to add it.
  5.. Enable the invoker servlet. Go to install_dir/conf/web.xml and
uncomment the servlet-mapping element that maps the invoker servlet to
/servlet/*. Not necessary prior to Tomcat 4.1.12.
  6.. Change the port to 80. Edit install_dir/conf/server.xml and change the
port attribute of the Connector element from 8080 to 80.
  7.. Turn on servlet reloading. Edit install_dir/conf/server.xml and add a
DefaultContext subelement to the main Service element and supply true for
the reloadable attribute.
  8.. Set the JAVA_HOME variable. Set it to refer to the base JDK directory,
not the bin subdirectory.
  9.. Change the DOS memory settings. If you get an Out of Environment
Space error message when you start the server, right-click on
install_dir/bin/startup.bat, select Properties, select Memory, and change
the Initial Environment entry from Auto to at least 2816. Repeat the process
for install_dir/bin/shutdown.bat.
  10.. Set the CATALINA_HOME variable. Optionally, set CATALINA_HOME to
refer to the top-level Tomcat installation directory.
  11.. Test the server.
  12.. Verify that you can start the server. Double-click
install_dir/bin/startup.bat and try accessing http://localhost/.
  13.. Check that you can access your own HTML  JSP pages. Drop some simple
HTML and JSP pages into install_dir/webapps/ROOT and access them with
http://localhost/filename.
  14.. Set up your development environment.
  15.. Create a development directory. Put it anywhere except within the
Tomcat installation hierarchy.
  16.. Make shortcuts to the Tomcat startup  shutdown Scripts. Put
shortcuts to install_dir/bin/startup.bat and install_dir/bin/shutdown.bat in
your development directory and/or on your desktop.
  17.. Set your CLASSPATH. Include the current directory (.),
install_dir/common/lib/servlet.jar, and the main development directory.
  18.. Bookmark the servlet  JSP javadocs. Add
install_dir/webapps/tomcat-docs/servletapi/index.html to your
bookmarks/favorites list.
  19.. Compile and test some simple servlets.
  20.. Test a packageless servlet. Compile a simple servlet, put the .class
file in install_dir/webapps/ROOT/WEB-INF/classes, and access it with
http://localhost/servlet/ServletName.
  21.. Test a servlet that uses packages. Compile the servlet, put the
.class file in install_dir/webapps/ROOT/WEB-INF/classes/packageName, and
access it with http://localhost/servlet/packageName.ServletName.
  22.. Test a servlet that uses packages and utility classes. Follow the
same procedure as the second step above. This third step verifies that the
CLASSPATH includes the top level of your development directory.
  23.. Establish a simplified deployment method.
  24.. Copy to a shortcut. Make a shortcut to install_dir/webapps/ROOT. Copy
packageless .class files directly there. With packages, copy the entire
directory there.
  25.. Use the -d option of javac. Use -d to tell Java where the deployment
directory is.
  26.. Let your IDE take care of deployment. Tell your IDE where the
deployment directory is and let it copy the necessary files.
  27.. Use ant or a similar tool. Use the Apache make-like tool to automate
copying of files.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


LEGAL NOTICE

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank 
you  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For 

RE: Tomcat on windows 98

2003-07-08 Thread GVS Srinivas
Thanks a lot .that is really useful.
Cheers
GVS

 -Original Message-
From:   Pavan Kumar Basa [mailto:[EMAIL PROTECTED] 
Sent:   08 July 2003 14:06
To: Tomcat Users List
Subject:Re: Tomcat on windows 98

Hello sirnivas, i am sending it again
  1.. Install the JDK. Make sure you have JDK 1.3 or 1.4 installed and your
PATH set so that both java -version and javac -help give a result.
  2.. Configure Tomcat.
  3.. Download the software. Go to
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/ and download
and unpack the zip file for the latest version (4.1.24 as of last revision
of this page).
  4.. Enable the ROOT context. Edit install_dir/conf/server.xml and
uncomment this line: Context path= docBase=ROOT debug=0/. Not
necessary in Tomcat 4.0.3 and earlier. In Tomcat 5.0.3, the element is
missing the trailing slash and you need to add it.
  5.. Enable the invoker servlet. Go to install_dir/conf/web.xml and
uncomment the servlet-mapping element that maps the invoker servlet to
/servlet/*. Not necessary prior to Tomcat 4.1.12.
  6.. Change the port to 80. Edit install_dir/conf/server.xml and change the
port attribute of the Connector element from 8080 to 80.
  7.. Turn on servlet reloading. Edit install_dir/conf/server.xml and add a
DefaultContext subelement to the main Service element and supply true for
the reloadable attribute.
  8.. Set the JAVA_HOME variable. Set it to refer to the base JDK directory,
not the bin subdirectory.
  9.. Change the DOS memory settings. If you get an Out of Environment
Space error message when you start the server, right-click on
install_dir/bin/startup.bat, select Properties, select Memory, and change
the Initial Environment entry from Auto to at least 2816. Repeat the process
for install_dir/bin/shutdown.bat.
  10.. Set the CATALINA_HOME variable. Optionally, set CATALINA_HOME to
refer to the top-level Tomcat installation directory.
  11.. Test the server.
  12.. Verify that you can start the server. Double-click
install_dir/bin/startup.bat and try accessing http://localhost/.
  13.. Check that you can access your own HTML  JSP pages. Drop some simple
HTML and JSP pages into install_dir/webapps/ROOT and access them with
http://localhost/filename.
  14.. Set up your development environment.
  15.. Create a development directory. Put it anywhere except within the
Tomcat installation hierarchy.
  16.. Make shortcuts to the Tomcat startup  shutdown Scripts. Put
shortcuts to install_dir/bin/startup.bat and install_dir/bin/shutdown.bat in
your development directory and/or on your desktop.
  17.. Set your CLASSPATH. Include the current directory (.),
install_dir/common/lib/servlet.jar, and the main development directory.
  18.. Bookmark the servlet  JSP javadocs. Add
install_dir/webapps/tomcat-docs/servletapi/index.html to your
bookmarks/favorites list.
  19.. Compile and test some simple servlets.
  20.. Test a packageless servlet. Compile a simple servlet, put the .class
file in install_dir/webapps/ROOT/WEB-INF/classes, and access it with
http://localhost/servlet/ServletName.
  21.. Test a servlet that uses packages. Compile the servlet, put the
.class file in install_dir/webapps/ROOT/WEB-INF/classes/packageName, and
access it with http://localhost/servlet/packageName.ServletName.
  22.. Test a servlet that uses packages and utility classes. Follow the
same procedure as the second step above. This third step verifies that the
CLASSPATH includes the top level of your development directory.
  23.. Establish a simplified deployment method.
  24.. Copy to a shortcut. Make a shortcut to install_dir/webapps/ROOT. Copy
packageless .class files directly there. With packages, copy the entire
directory there.
  25.. Use the -d option of javac. Use -d to tell Java where the deployment
directory is.
  26.. Let your IDE take care of deployment. Tell your IDE where the
deployment directory is and let it copy the necessary files.
  27.. Use ant or a similar tool. Use the Apache make-like tool to automate
copying of files.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning
Services - powered by MessageLabs. For further information visit
http://www.mci.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Can't start Tomcat 4.0.4: Windows 98

2002-07-01 Thread Kevin Andryc

I am having troubles starting Tomcat 4.0.4 on windows 98. Here is the error
I get:

At Line 84 /Server/Service/Connector/
className=org.apache.ajp.tomcat4.Ajp13Conn

nnector
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:130)
at
org.apache.catalina.util.xml.ObjectCreate.start(XmlMapper.java:616)
at
org.apache.catalina.util.xml.XmlMapper.matchStart(XmlMapper.java:412)

)
va:329)
at
org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)

at
org.apache.xerces.validators.common.XMLValidator.callStartElement(XML
Validator.java:1284)
at
org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumen
tScanner.java:1806)
at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp
atch(XMLDocumentScanner.java:1182)
at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
canner.java:381)
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
at
org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)

at javax.xml.parsers.SAXParser.parse(SAXParser.java:362)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:301)
at
org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:228)
at org.apache.catalina.startup.Catalina.start(Catalina.java:725)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)

I had it working last week, and now...nothing. Any help is much appreciated!

Sincerely,
Kevin

Kevin Andryc
Web Systems Engineer
MISER
http://www.umass.edu/miser/
Phone: (413)-545-3460
[EMAIL PROTECTED]





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: installation of tomcat on windows 98

2001-06-14 Thread Frans Thamura



try to add JAVA_HOME and TOMCAT_HOME

  - Original Message - 
  From: 
  James Manna 
  
  To: [EMAIL PROTECTED] 
  Sent: Thursday, June 14, 2001 10:52 
  AM
  Subject: Re: installation of tomcat on 
  windows 98
  
  Try http://jakarta.apache.org and find the 
  installation guides.
  They wil take you through all set up 
  instructions
  
- Original Message - 
From: 
Prasad 
Medepalli 
To: [EMAIL PROTECTED] 

Cc: [EMAIL PROTECTED] 
Sent: Thursday, June 14, 2001 12:32 
PM
Subject: installation of tomcat on 
windows 98

Hi, 
I downloaded JDK 1.3 and tomcat 3.2 on my c 
drive.
How do I make tomcat run.
What are the changes I need to make in my autoexe bat for 
windows 98 and in configuration files. I am rearry stuck and want to move 
forward. I hope someone could help me with the list to go about. sorry I am 
new and a student
thanks



Starting TOMCAT on Windows 98

2001-06-14 Thread Steffen Hainke

How can help me in this case:

i try to run tomcat under windows 98 second version. After setting
..._HOMES and run start.bat. i get this output:

Including all jars in ..\lib in your CLASSPATH.

Using CLASSPATH:
..\classes;..\lib\SERVLET.JAR;..\lib\PARSER.JAR;..\lib\JAXP.JAR
;..\lib\ANT.JAR;..\lib\WEBSER~1.JAR;..\lib\JASPER.JAR

Starting Tomcat in new window
Startet eine Anwendung für Windows oder MS-DOS.

START [Optionen] Programm [Argument...]
START [Optionen] dokument.erw

/m[inimized] Startet die Anwendung als Symbol (Hintergrund).
/max[imized] Startet die Anwendung maximiert (Vordergrund).
/r[estored]  Startet die Anwendung im wiederhergestellten Fenster
(Vordergrund)
 [Standard].
/w[ait]  Zeigt die DOS-Eingabeaufforderung erst wieder nach dem
Beenden
 der Anwendung an.


i am using jdk1.2!

Thanks for help




RE: Starting TOMCAT on Windows 98

2001-06-14 Thread Rowe, Kenneth

I had this problem and I added this line at the beginning of my startup.bat:

SET JAVA_HOME=d:\jdk1.3.1

Ken

-Original Message-
From: Steffen Hainke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 7:01 AM
To: [EMAIL PROTECTED]%internet
Subject: Starting TOMCAT on Windows 98


How can help me in this case:

i try to run tomcat under windows 98 second version. After setting
..._HOMES and run start.bat. i get this output:

Including all jars in ..\lib in your CLASSPATH.

Using CLASSPATH:
..\classes;..\lib\SERVLET.JAR;..\lib\PARSER.JAR;..\lib\JAXP.JAR
;..\lib\ANT.JAR;..\lib\WEBSER~1.JAR;..\lib\JASPER.JAR

Starting Tomcat in new window
Startet eine Anwendung für Windows oder MS-DOS.

START [Optionen] Programm [Argument...]
START [Optionen] dokument.erw

/m[inimized] Startet die Anwendung als Symbol (Hintergrund).
/max[imized] Startet die Anwendung maximiert (Vordergrund).
/r[estored]  Startet die Anwendung im wiederhergestellten Fenster
(Vordergrund)
 [Standard].
/w[ait]  Zeigt die DOS-Eingabeaufforderung erst wieder nach dem
Beenden
 der Anwendung an.


i am using jdk1.2!

Thanks for help






Re: installation of tomcat on windows 98

2001-06-14 Thread Luba Powell



From:
TOMCAT_HOME\bin
type:
tomcat start


  - Original Message - 
  From: 
  Prasad 
  Medepalli 
  To: [EMAIL PROTECTED] 
  
  Cc: [EMAIL PROTECTED] 
  Sent: Wednesday, June 13, 2001 11:02 
  PM
  Subject: installation of tomcat on 
  windows 98
  
  Hi, 
  I downloaded JDK 1.3 and tomcat 3.2 on my c 
  drive.
  How do I make tomcat run.
  What are the changes I need to make in my autoexe bat for 
  windows 98 and in configuration files. I am rearry stuck and want to move 
  forward. I hope someone could help me with the list to go about. sorry I am 
  new and a student
  thanks
  


Re: installation of tomcat on windows 98

2001-06-13 Thread James Manna



Try http://jakarta.apache.org and find the 
installation guides.
They wil take you through all set up 
instructions

  - Original Message - 
  From: 
  Prasad 
  Medepalli 
  To: [EMAIL PROTECTED] 
  Cc: [EMAIL PROTECTED] 
  Sent: Thursday, June 14, 2001 12:32 
  PM
  Subject: installation of tomcat on 
  windows 98
  
  Hi, 
  I downloaded JDK 1.3 and tomcat 3.2 on my c 
  drive.
  How do I make tomcat run.
  What are the changes I need to make in my autoexe bat for 
  windows 98 and in configuration files. I am rearry stuck and want to move 
  forward. I hope someone could help me with the list to go about. sorry I am 
  new and a student
  thanks
  


Tomcat on Windows 98

2001-05-28 Thread rocknation

I'm running Tomcat on Windows 98 and I can't get to my localhost:8080 =
page. Please take a look at my batch file. Thanks!

Rocknation

@echo off
rem A batch file to start/stop tomcat server.

rem This batch file written and tested under Windows NT
rem Improvements to this file are welcome

rem Guess TOMCAT_HOME if it is not present

SET JAVA_HOME=3Dc:\jdk1.3.1
SET TOMCAT_HOME=3Dc:\tomcat
SET PATH=3D%JAVA_HOME%\bin

if not %TOMCAT_HOME% =3D=3D c:\tomcat goto gothome

SET TOMCAT_HOME=3D
if exist %TOMCAT_HOME%\bin\tomcat.bat goto gothome

SET TOMCAT_HOME=3D.
if exist %TOMCAT_HOME%\bin\tomcat.bat goto gothome

SET TOMCAT_HOME=3D..
echo Unable to determine the value of TOMCAT_HOME.

goto eof

:gothome

rem Set up the CLASSPATH that we need

set cp=3D%CLASSPATH%

set CLASSPATH=3D.
set CLASSPATH=3D%TOMCAT_HOME%\classes
set CLASSPATH=3D%CLASSPATH%;%TOMCAT_HOME%\lib\webserver.jar
set CLASSPATH=3D%CLASSPATH%;%TOMCAT_HOME%\lib\jasper.jar
set CLASSPATH=3D%CLASSPATH%;%TOMCAT_HOME%\lib\xml.jar
set CLASSPATH=3D%CLASSPATH%;%TOMCAT_HOME%\lib\servlet.jar
set CLASSPATH=3D%CLASSPATH%;%JAVA_HOME=3Dc:\jdk1.3.1%\lib\tools.jar

if %cp% =3D=3D  goto next

rem else
set CLASSPATH=3D%CLASSPATH%;%cp%

:next
if %1 =3D=3D start goto startServer
if %1 =3D=3D stop goto stopServer
if %1 =3D=3D run goto runServer
if %1 =3D=3D env goto setupEnv
if %1 =3D=3D ant goto runAnt
if %1 =3D=3D jspc goto runJspc

echo Usage:

echo start - start tomcat in a separate window
echo run   - start tomcat in the current window
echo env   - setup the environment for tomcat
echo stop  - stop tomcat
echo ant   - run ant with tomcat context
echo jspc  - run jsp pre compiler
goto cleanup

:startServer
echo Starting tomcat in new window
echo Using classpath: %CLASSPATH%
start java %TOMCAT_OPTS% -Dtomcat.home=3D%TOMCAT_HOME% =
org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup

:runServer
rem Start the Tomcat Server
echo Using classpath: %CLASSPATH%
java %TOMCAT_OPTS% -Dtomcat.home=3D%TOMCAT_HOME% =
org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup

:stopServer
rem Stop the Tomcat Server
echo Using classpath: %CLASSPATH%
java %TOMCAT_OPTS% -Dtomcat.home=3D%TOMCAT_HOME% =
org.apache.tomcat.startup.Tomcat -stop %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup
goto cleanup

:runAnt
rem Run ant
set CLASSPATH=3D%CLASSPATH%;%TOMCAT_HOME%\lib\ant.jar
echo Using classpath: %CLASSPATH%
java %ANT_OPTS% -Dant.home=3D%TOMCAT_HOME% =
-Dtomcat.home=3D%TOMCAT_HOME% org.apache.tools.ant.Main %2 %3 %4 %5 %6 =
%7 %8 %9
goto cleanup

:runJspc
rem Run ant
echo Using classpath: %CLASSPATH%
java %JSPC_OPTS% -Dtomcat.home=3D%TOMCAT_HOME% org.apache.jasper.JspC =
%2 %3 %4 %5 %6 %7 %8 %9
goto cleanup

:setupEnv
set cp=3D%CLASSPATH%

:cleanup
rem clean up

set CLASSPATH=3D%cp%
set port=3D
set host=3D
set test=3D
set jsdkJars=3D
set jspJars=3D
set beanJars=3D
set miscJars=3D
set appJars=3D
set appClassPath=3D
set cp=3D

rem pause
:eof


--=_NextPart_000_000A_01C0E783.669BEA40
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable




Tomcat under Windows 98

2001-02-09 Thread Alexandr L. Pazin




Hello!!!

Could anybody help me, Please!

I have Windows 98 on my PC.I have 
downloaded TOMCAT Version 3.1.1.I have put all tomcatfiles ( bin, 
conf, doc, lib, src, webapps) tothe C:\foo\tomcat directory.I have 
installed JDK 1.2 into C:\JAVA.

So, could you describe how should I set 
TOMCAT_HOME.

Best 
regards,Alexander


RES: Tomcat under Windows 98

2001-02-09 Thread Jos Augusto Cerqueira Cond



 I' 
vegot the same problem two weeks ago. If windows 98 shows you a 
messagetelling you it does not have enviroment memory, edit 
thefile"Config.sys" whit these :

 shell: 
c:\command.com /e:32000 /p

 The memory 
will grow up until 32000 bytes.

 
Bye,

 Jose Augusto 
Conde.

  -Mensagem original-De: Alfred Tsang 
  [mailto:[EMAIL PROTECTED]]Enviada em: sexta-feira, 9 de 
  fevereiro de 2001 23:08Para: 
  [EMAIL PROTECTED]Assunto: Re: Tomcat under Windows 
  98
  I edited autoexec.bat and added these statements at the end:
  
  SET TOMCAT_HOME=C:\FOO\TOMCATSET 
  JAVA_HOME=C:\JAVASET 
  CLASSPATH=TOMCAT_HOME\LIB\SERVLET.JAR;TOMCAT_HOME\LIB\JASPER.JAR;%JAVA_HOME%\lib\tools.jar;%CLASSPATH%
  
- Original Message - 
From: 
Alexandr L. Pazin 

To: [EMAIL PROTECTED] 

Sent: Friday, February 09, 2001 7:47 
PM
    Subject: Tomcat under Windows 98


Hello!!!

Could anybody help me, 
Please!

I have Windows 98 on my PC.I have 
downloaded TOMCAT Version 3.1.1.I have put all tomcatfiles ( bin, 
conf, doc, lib, src, webapps) tothe C:\foo\tomcat directory.I have 
installed JDK 1.2 into C:\JAVA.

So, could you describe how should I set 
TOMCAT_HOME.

Best 
regards,Alexander


RE: Run tomcat with windows 98

2001-01-24 Thread Robert Taylor

Hi Manuel,

You might try tweeking some of the memory options under the MS-DOS window
properties. I'm not sure if this will help, but it may be worth a try.

Robert

 -Original Message-
 From: manuel riche [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 24, 2001 5:46 PM
 To: [EMAIL PROTECTED]
 Subject: Run tomcat with windows 98


 When i launch tomcat with windows 98 after the start the MS-DOS command
 window crash (it's the same with Jstart utility)
 i don't understand why


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: Tomcat on Windows 98..

2001-01-11 Thread Wenz Christian

 you don't have to alter config.sys (this is making global changes), just
right-click on tomcat.bat and change environment space to at least 4096

-Originalnachricht-
i have installed tomcat3.2 on win 98 and it's working fine. just do 2
things
1. open tomcat.bat in wordpad or ms-word and then save it
2. add following line  to ur config.sys file
SHELL=c:\command.com  /E:4096  /P


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Tomcat on Windows 98..

2001-01-11 Thread Sam T.

hi
Use simple folder i.e rename this "jakarta-tomcat-3.2.1" to simple name like
"tomcat" becouse the "jakarta-tomcat-3.2.1" can cause
conflicts in *.bat files when starting tomcat.
sam
- Original Message -
From: Santoshwt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 11, 2001 7:34 AM
Subject: Tomcat on Windows 98..


 Hi,

 I'll describe the situation:
 I've installed tomcat on WidowsNT4.0
 the tomcat root is C:\Tomcat\jakarta-tomcat-3.2.1
 After that I had set the TOMCAT_HOME=C:\Tomcat\jakarta-tomcat-3.2.1 and
 JAVA_HOME to the proper place.
 The server works fine for all, JSPs, servlets etc..

 NOW THE PROBLEM:

 When I do the same on Window98 tomcat is not starting.

 Here I've installed Tomcat in C:\TechSofts\Tomcat\jakarta-tomcat-3.2.1 and
 set the TOMCAT_HOME accordingly.
 I've set the JAVA_HOME to the proper dir.

 But when from bin of tomcat I say startup, it shows me error saying:

 U can set TOMCAT_HOME to dos8.3 file format

 classpath cannot be set dynamically.

 setting the classpath statically..
 environment out of space
 environment out of space

 starting tomcat in new window

 but after that no window for tomcat is opened..

 Can anybody please tell me where I can correct at an earliest.

 warm regards,
 Santosh






 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Tomcat on Windows 98..

2001-01-11 Thread Ramkumar Manoharan


There has been questions about "out of environment space" and u could 
probably search the archives before posting to the newsgroup.this holds true 
for any question.

To answer your question:
Click on the properties tab on the dos window that gives u the "out of.." 
message and increase the memory to the max.close the window and reopen it 
and run the batch file

Ram

From: Santoshwt [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED]
Subject: Tomcat on Windows 98..
Date: Wed, 10 Jan 2001 22:34:55 -0800

Hi,

I'll describe the situation:
I've installed tomcat on WidowsNT4.0
the tomcat root is C:\Tomcat\jakarta-tomcat-3.2.1
After that I had set the TOMCAT_HOME=C:\Tomcat\jakarta-tomcat-3.2.1 and
JAVA_HOME to the proper place.
The server works fine for all, JSPs, servlets etc..

NOW THE PROBLEM:

When I do the same on Window98 tomcat is not starting.

Here I've installed Tomcat in C:\TechSofts\Tomcat\jakarta-tomcat-3.2.1 and
set the TOMCAT_HOME accordingly.
I've set the JAVA_HOME to the proper dir.

But when from bin of tomcat I say startup, it shows me error saying:

U can set TOMCAT_HOME to dos8.3 file format

classpath cannot be set dynamically.

setting the classpath statically..
environment out of space
environment out of space

starting tomcat in new window

but after that no window for tomcat is opened..

Can anybody please tell me where I can correct at an earliest.

warm regards,
Santosh






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Tomcat on Windows 98..

2001-01-10 Thread Santoshwt

Hi,

I'll describe the situation:
I've installed tomcat on WidowsNT4.0
the tomcat root is C:\Tomcat\jakarta-tomcat-3.2.1
After that I had set the TOMCAT_HOME=C:\Tomcat\jakarta-tomcat-3.2.1 and
JAVA_HOME to the proper place.
The server works fine for all, JSPs, servlets etc.. 

NOW THE PROBLEM:

When I do the same on Window98 tomcat is not starting.

Here I've installed Tomcat in C:\TechSofts\Tomcat\jakarta-tomcat-3.2.1 and
set the TOMCAT_HOME accordingly.
I've set the JAVA_HOME to the proper dir.

But when from bin of tomcat I say startup, it shows me error saying:

U can set TOMCAT_HOME to dos8.3 file format

classpath cannot be set dynamically.

setting the classpath statically..
environment out of space
environment out of space

starting tomcat in new window

but after that no window for tomcat is opened..

Can anybody please tell me where I can correct at an earliest.

warm regards,
Santosh



 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Tomcat on Windows 98..

2001-01-10 Thread Narayanan

i have installed tomcat3.2 on win 98 and it's working fine. just do 2 things
1. open tomcat.bat in wordpad or ms-word and then save it
2. add following line  to ur config.sys file
SHELL=c:\command.com  /E:4096  /P

restart and it should work fine. just check TOMCAT_HOME and JAVA_HOME
in tomcat.bat


- Original Message -
From: Santoshwt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 11, 2001 12:04 PM
Subject: Tomcat on Windows 98..


 Hi,

 I'll describe the situation:
 I've installed tomcat on WidowsNT4.0
 the tomcat root is C:\Tomcat\jakarta-tomcat-3.2.1
 After that I had set the TOMCAT_HOME=C:\Tomcat\jakarta-tomcat-3.2.1 and
 JAVA_HOME to the proper place.
 The server works fine for all, JSPs, servlets etc..

 NOW THE PROBLEM:

 When I do the same on Window98 tomcat is not starting.

 Here I've installed Tomcat in C:\TechSofts\Tomcat\jakarta-tomcat-3.2.1 and
 set the TOMCAT_HOME accordingly.
 I've set the JAVA_HOME to the proper dir.

 But when from bin of tomcat I say startup, it shows me error saying:

 U can set TOMCAT_HOME to dos8.3 file format

 classpath cannot be set dynamically.

 setting the classpath statically..
 environment out of space
 environment out of space

 starting tomcat in new window

 but after that no window for tomcat is opened..

 Can anybody please tell me where I can correct at an earliest.

 warm regards,
 Santosh






 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]