AW: Name space problem while using TOMCAT

2001-03-31 Thread Andreas Leitel

Yes there is a way:

in wrapper.properties comment out:
#wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar
#wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar

and add the Xerces/Xalan stuff you want:
e.g.:

wrapper.class_path=$(wrapper.tomcat_home)\lib\xerces_1_2_2\xerces.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\xalan_1_2_2\xalan.jar

... or wjat ever version you require

cheers
Andreas


ICLIP AGwww.iclip.ch
Andreas Leitel   [EMAIL PROTECTED]
Postfach 3001 Bern+41 (0)78 629 5883


 -Ursprungliche Nachricht-
 Von: prasanna narayanan [mailto:[EMAIL PROTECTED]]
 Gesendet: Samstag, 31. Marz 2001 14:45
 An: [EMAIL PROTECTED]
 Betreff: Name space problem while using TOMCAT
 
 
 Hi,
 I am using TOMCAT 3.2. I am trying to transform an xml
 doc with XSL to generate a HTML. Code for the above is
 written in JSP using JAVA. When i call the page i am
 getting the following error
 
 "Namespace not supported by SAX Parser".
 
 How to come around this problem. I am using
 namespaces. Is there any option, to plug in XERCES
 parser with TOMCAT, if so how to do it. Since XERCES
 supports namespaces could this be a option to come
 around this problem?  Please help. 
 
 Regards,
 Prasan
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/?.refer=text
 



Re: Directory Browsing in tomcat

2001-03-16 Thread Andreas Leitel

You can simply add the Options -Indexes parameter in the 
VirtualHost node.

To make you we site not only present some default "403 Forbidde"
message, you can also define the ErrorDocument to provide -
which could again point to your Root document.

VirtualHost 192.168.100.100
ServerName www.server.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot D:/sites/xyz
Options -Indexes
ErrorDocument 403 http://www.server.com
/VirtualHost


cheers
Andreas

ICLIP AGwww.iclip.ch
Andreas Leitel   [EMAIL PROTECTED]
Postfach 3001 Bern+41 (0)78 629 5883




Re: Jakarta NT Service

2001-03-05 Thread Andreas Leitel


try http://www.alexandriasc.com/software/JavaService/ 
I have a configuration running with Tomcat 3.2.1. 

Just a hint: Make sure when you specifiy the classpath (which 
is stored in the Windows registry) used by the service, that 
this path does not have more than 255 characters. This seems 
to be a limitation of the Windows registry.

cheers


ICLIP AGwww.iclip.ch
Andreas Leitel   [EMAIL PROTECTED]
Postfach 3001 Bern+41 (0)78 629 5883


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




WG: Jakarta NT Service

2001-03-05 Thread Andreas Leitel


try http://www.alexandriasc.com/software/JavaService/ 
I have a configuration running with Tomcat 3.2.1. 

Just a hint: Make sure when you specifiy the classpath (which 
is stored in the Windows registry) used by the service, that 
this path does not have more than 255 characters. This seems 
to be a limitation of the Windows registry.

cheers


ICLIP AGwww.iclip.ch
Andreas Leitel   [EMAIL PROTECTED]
Postfach 3001 Bern+41 (0)78 629 5883


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