Re: How to intergrate Tomcat 4.01 with IIS 5?

2002-01-15 Thread Ravi Naidu

Tyr this out..

http://www.mycgiserver.com/~vacodi/howto/tomcat/iisnt/#4

Regards,
Ravi.


- Original Message - 
From: Zero Wing [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, January 16, 2002 10:07 AM
Subject: How to intergrate Tomcat 4.01 with IIS 5?


 Hi ..does anyone know on how to intergrate Tomcat 4.01
 with IIS 5?? If you do please let me know how to step
 by step.
 
 Thanx
 
 __ 
 Web-hosting solutions for home and business! http://website.yahoo.ca
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-13 Thread Ravi Naidu

Dear All,

Tomcat 4 is installed on D drive of my machine. and my web directory for jsp
pages is  situated on E drive.

How do i set my web driectory path for the web server in the configuration
files.

Please help.

Regards,
Ravi.
- Original Message -
From: Sriram Narayanan [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Sunday, January 13, 2002 12:09 AM
Subject: Re: TC 4.0.1/SAXParserFactory.newInstance() error


 Hi,

 Looks like there's may be another copy of the Jaxp classes somewhere in
the classpath..Please try the following:

 1. Use the startup scripts that come with tomcat 4.0.1. These unset the
CLASSPATH environment variables and crete custom variables for
 Tomcat's startup.

 2.Check to see if you're having any older Xerces or (Crimson+Jaxp) jars
files in $JAVA_HOME/lib/ext

 3. Remove all instances of the files xerces.jar, parser.jar, crimson.jar
and jaxp.jar from where ever you have placed them in the $CATALINA_HOME
 sub directories.
 Having done that, place a copy of xerces.jar in $CATALINA_HOME/common/lib
 The xerces.jar file that comes with tomcat 4.0.1 is 1.72 MB in size
(1,808,883 bytes)

 4. Just a question, is your app also bundling Xerces/crimson ? Look for
the jars in the WIB-INF/lib sub-directory.


 Sriram

 1/12/02 11:17:36 PM, Mark [EMAIL PROTECTED] wrote:

 I'm attempting to port a working application to Tomcat 4.0.1 and hit a
 problem with SAX parsing.  When this line of code is executed
 
   SAXParserFactory factory = SAXParserFactory.newInstance();
 
 I got a ClassCastException error:
 
 java.lang.ClassCastException:
org.apache.crimson.jaxp.SAXParserFactoryImpl
  at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:148)
 
 I looked at the Tomcat archives and tried what the Tomcat documentation
 says to do, eg. move xerces.jar into my WEB-INF directory or into the
 $CATALINA_HOME/lib directory and move crimson.jar and jaxp.jar out.
 Documentation located at

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html#Tom
c
 at%204%20and%20XML%20Parsers   After doing that however, I get the same
 error but from xerces (org.apache.xerces.jaxp.SAXParserFactoryImpl) vs.
 crimson.
 
 Has someone slayed this dragon before?  If so, any help would be greatly
 appreciated.
 
 Mark
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 




 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 4 integration with apache

2002-01-08 Thread Ravi Naidu

Please let me know how do i integrate tomcat 4 with IIS 4.0 and IIS 5.0 and
how do i define the path of my webpages( also if use the virtual directory
also )

Thank You.
Ravi.
- Original Message -
From: Nikola Milutinovic [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, January 08, 2002 1:30 AM
Subject: Re: Tomcat 4 integration with apache


 Vinay Singh wrote:

  I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I
can
  tell u the steps if you want.

 Go ahead.

 Nix.


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]