RNIF + Tomcat + Axis

2003-10-15 Thread Kenneth Westelinck
Hi all, Maybe this is a little off-topic, but here goes anyway. Does anyone in the list have experience with using Tomcat (together with Axis or something else) to implement the Rosetta Net Implementation Framework? regards, Kenneth

RE: RNIF + Tomcat + Axis

2003-10-15 Thread Kenneth Westelinck
Howdy, I personally don't, but that'd be a cool project ;) If you go down the path and reach something interesting, please feel free to share your experience with the list ;) Well is this combination the best way to go? From what I've read so far RNIF is a like ebXML, so I think I can use Axis

Re: ssl client authentication drives me crazy

2003-10-14 Thread Kenneth Westelinck
This article solved everything for me: http://ws.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html Follow it to the letter and you will get it to work. Trust me. From: Twan Munster [EMAIL PROTECTED] Reply-To: Twan Munster [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: ssl

Re: Tomcat 4 + ssl + client authentication

2003-10-10 Thread Kenneth Westelinck
Client cert verification is done against the TrustStore, not the KeyStore. Tomcat 5 has some improvements for this. Tomcat 4 is still a bit limited. I have no idea what is goin wrong. Can someone tell me how to make this work? Assuming that you don't want to just import the signing cert into

Tomcat 4 + ssl + client authentication

2003-10-09 Thread Kenneth Westelinck
Hi all, I've been searching the internet for 2 days now and still haven't found a solution for my problem. I am trying to set up a Tomcat 4 server running in HTTPS mode, contacted by a client written in Java. The client is using HTTPClient from apache. I have done everything the document at

Re: meta search

2001-08-07 Thread Kenneth Westelinck
Arik, Maybe you can use HTDig, from http://www.htdig.org/ hope this helps, Kenneth From: Arik Levin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: meta search Date: Tue, 7 Aug 2001 13:35:26 +0200 I'm looking for an open source Meta Search. If

RE: IIS and Tomcat

2001-06-06 Thread Kenneth Westelinck
value=8080/ /Connector This works for 3.2.1 and 3.2.2 . Don't know about other versions though. hope this helps, Kenneth Westelinck From: Chris Faulkner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: IIS and Tomcat Date: Tue, 5 Jun 2001 07:13:03 +0100 Hi Thanks

Re: I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Kenneth Westelinck
Scott, I'm very interested in this document and I would like to read it. Could you send a URL to this mailing list once you've finished a first version. regards, Kenneth Westelinck From: Scott Tatum [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: I am writing

Re: Memory buildup on Tomcat JVM

2001-04-23 Thread Kenneth Westelinck
Hi, What VM are you using? We had a similar problem when running our processes on 1.3 . When running them on 1.2.2 the problem seemed to be solved. Maybe you should try a different VM and check if your problem persists. hope this helps, Kenneth Westelinck From: Shravan Shashikant [EMAIL

Re: Tomcat default

2001-04-23 Thread Kenneth Westelinck
Hi, Check tomcat-users.xml file in tomcat home/conf . regards, Kenenth Westelinck From: yuzz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Tomcat default Date: Tue, 24 Apr 2001 13:46:04 +0800 hello, anybody knows what is tomcat admin default

Re: Changing DocumentRoot

2001-04-23 Thread Kenneth Westelinck
Hi, Adding this to server.xml should solve your problem: Context path=/ docBase=/usr/local/www/data/ hope this helps, Kenneth Westelinck From: Christoph Kukulies [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Changing DocumentRoot Date: Mon, 23 Apr 2001 12:49

Re: Good book

2001-04-12 Thread Kenneth Westelinck
Hi, I'm not sure if there's a good book yet about Tomcat. I think some dudes on this mailing list are working on that. There is however a good website which is being updated frequently and describes everything you need to administer a Tomcat web site. hope this helps. Kenneth Westelinck

RE: Good book

2001-04-12 Thread Kenneth Westelinck
Hi, I'm sorry, I forgot to mention the URL (my mistake :-). It's on tomcat.mslinn.com . regards, Kenneth Westelinck From: Georges Boutros [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: Good book Date: Thu, 12 Apr 2001 11:2

Re: classpath question

2001-04-11 Thread Kenneth Westelinck
No. From: Chris Bailey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: classpath question Date: 11 Apr 2001 11:00:00 -0700 [System: Linux, Tomcat 3.2.1, Apache 1.3.19, mod_jk] I have a web app that uses several jar files. I have these in a lib directory that has a

Re: /examples/servlet

2001-04-10 Thread Kenneth Westelinck
Hi, If you're trying to make the examples work with apache just include the tomcat-apache.conf file in httpd.conf . This always works for me. Hope this helps. regards, Kenneth Westelinck From: Kamesh J [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'&qu

Re: DirectoryIndex - /servlet/MyServlet

2001-04-09 Thread Kenneth Westelinck
Hi, You could place an index.html page with the following content in the htdocs directory of apache: html head meta http-equiv="refresh" content="0; url=http://www.mydomain.com/servlet/MyServlet" /head /html regards, Kenneth Westelinck From: Chris

Re: Urgent help

2001-04-09 Thread Kenneth Westelinck
-ftp. You can download this server from www.wuftpd.org . If you're using Windows you can search www.download.com for an FTP server to do the trick. Hope this helps. regards, Kenneth Westelinck From: "Suresh Krishna M (RBIN/DBA-JOT)" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: WinME installation tip

2001-04-03 Thread Kenneth Westelinck
Hi, There's another way to do this, use this command to extend your environment space: c:\ COMMAND.COM /E:4096 /P regards, Kenneth Westelinck From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: WinME installation tip Date: Tue, 3 Apr 2001 00:56:26 -0700

Re: Tomacat

2001-03-30 Thread Kenneth Westelinck
Hi, I think this is enough: SET PATH=%PATH%;C:\DMI\WIN32\BIN;C:\JDK1.3\bin;C:\jdk1.3\lib SET TOMCAT_HOME=C:\jakarta-tomcat-3.2.1 SET JAVA_HOME=C:\jdk1.3 Instead of what you've written. hope it helps, Kenneth Westelinck From: "Sonia Sh" [EMAIL PROTECTED] Reply-To: [EMAIL

Re: chart in jsp

2001-03-26 Thread Kenneth Westelinck
Hi, Maybe you should use an applet. regards, Kenneth Westelinck From: Ludovic Maitre [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: chart in jsp Date: Mon, 26 Mar 2001 14:34:46 +0200 Altuð Altýntaþ (Koç.Net) wrote: are there any way to draw a dynamic

Re: Problems while configuring Apache-Tomcat on Linux

2001-03-26 Thread Kenneth Westelinck
Hi, Maybe you should get the source of the module and compile it yourself. regards, Kenneth Westelinck From: Kavita Jotwani [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: Problems while configuring Apache-Tomcat on Linux Date: T

Re: Desperate with java.lang.VerifyError

2001-03-26 Thread Kenneth Westelinck
Hi, I think I had this error too. It was due to 2 classes with the same name, but different version, in the classpath. hope this helps, Kenneth Westelinck From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Desperate with java.lang.VerifyError Date: Tue, 27

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
Hi, I don't think you should connect to port 8007 (8007 is for AJP12 connector). The actual webserver is running on port 8080, or whatever is configured in server.xml . So if you browse to : http://localhost:8080/ you should see some nice stuff. regards, Kenneth Westelinck From: "

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
. For more information - about Apache: see included manuals - about mod_jserv: http://java.apache.org/jserv/install/howto.servlets.html - about tomcat: see included documentation regards, Kenneth Westelinck From: "Tonny Liu" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL

Re: XML in parameter value tag

2001-03-24 Thread Kenneth Westelinck
Hi, I'm not sure if this will help, but have you tried: param-nameconfigXML/param-name param-value![CDATA[tagbla/tag]]/param-value regards, Kenneth Westelinck From: "Felgenhauer, Florian, VP-EXT, FFELG" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Su

Re: servlet init problem.

2001-03-22 Thread Kenneth Westelinck
-nameAParameter/param-name param-valueAValue/param-value /init-param /servlet servlet-mapping servlet-nameAServlet/servlet-name url-pattern/AServlet/url-pattern /servlet-mapping hope this helps, Kenneth Westelinck From: "Pradeep Kumar" [EMAIL PROTEC

Re: Does JDK1.3 works with Tomcat?

2001-03-22 Thread Kenneth Westelinck
Hi, Tomcat runs fine on JDK1.3 . I've also tried it on JDK1.1.8 and JDK1.2.2 . Always runs nice. regards, Kenneth Westelinck From: "Jack Li" Reply-To: [EMAIL PROTECTED] To: Subject: Does JDK1.3 works with Tomcat? Date: Thu, 22 Mar 2001 10:52:01 -0500 Hello, Does JDK1.3 works w

Re: Simple Question

2001-03-20 Thread Kenneth Westelinck
Amir, Yes, unless you configure it in the hosts file: - on unix: /etc/hosts - on Windoze: c:\winnt\system32\drivers\etc\hosts regards, Kenneth Westelinck From: "Amir Nuri" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Subject: Simple Qu

Re: Starting Tomcat in Apache

2001-03-18 Thread Kenneth Westelinck
) please let me know. regards, Kenneth Westelinck From: Peter Bernard West [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Starting Tomcat in Apache Date: Sun, 18 Mar 2001 13:58:02 +1000 Kenneth, I don't know enough about the Win environment. In the absen

Re: Starting Tomcat in Apache

2001-03-15 Thread Kenneth Westelinck
ache.exe" -d "%APACHE_HOME%" -s -k start shutdown.bat: @echo off set JAVA_HOME=c:\jdk13 set TOMCAT_HOME=d:\program files\apache group\jakarta-tomcat-3.2.1 set APACHE_HOME=d:\program files\apache group\apache "%APACHE_HOME%\Apache.exe" -d "%APACHE_HOME%" -k

Start processes on the server

2001-03-15 Thread Kenneth Westelinck
problem if ProgB crashes. Is it possible to restart this processes by means of a web interface? Is it possible to write a Servlet/JSP (anything) that restarts this process? If this exists can I use this on Unix/Linux too? many thanks in advance, Kenneth Westelinck

Re: Starting Tomcat in Apache

2001-03-15 Thread Kenneth Westelinck
Peter, I'm not sure about this, since this has never occurred before. I make sure Tomcat is running fine on it's own and then bring in the startup script. If you have a workaround, please let me know. thanks, Kenneth Westelinck From: Peter Bernard West Reply-To: [EMAIL PROTECTED

Re: xml reader

2001-03-13 Thread Kenneth Westelinck
Hi, In my opinion there's only one good XML reader/creator and that's XMLSpy. You can find it at www.xmlspy.com . It's not free but it's damn good. You can use it to create XSL too. regards, Kenneth Westelinck From: Vladimir Grishchenko [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED

Re: problems with conf

2001-03-12 Thread Kenneth Westelinck
Try textpad (www.textpad.com) From: "Robert Keddie" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problems with conf Date: Mon, 12 Mar 2001 08:20:07 -0500 wordpad Robert Keddie web development Marion County, FL [EMAIL PROTECTED] 03/10/01 06:41PM when I

Re: Servlet via URL of the form http://my.domain.com/blah

2001-03-11 Thread Kenneth Westelinck
Hi, If you want to know exactly how the ApJServMount directive is used you should take a look at the documentation included with JServ (at java.apache.org). greets, Kenneth Westelinck From: Milt Epstein Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Servlet via URL

Re: Servlet via URL of the form http://my.domain.com/blah

2001-03-11 Thread Kenneth Westelinck
://my.domain.com/blah Date: Mon, 12 Mar 2001 00:20:27 -0600 (CST) On Mon, 12 Mar 2001, Kenneth Westelinck wrote: Hi, If you want to know exactly how the ApJServMount directive is used you should take a look at the documentation included with JServ (at java.apache.org). Thanks

Re: Unreachable servlets: who knows ?

2001-03-09 Thread Kenneth Westelinck
by http://host/myweb/servlet/TheNameOfTheServlet, since JKMount tells Apache everything that matches /myweb/servlet/* to forward to Tomcat. It's possible that the above example looks different in your configuration. hope this helps, Kenneth Westelinck From: "Gerard BORREILL" [EMAIL

Re: httpd.conf file

2001-03-09 Thread Kenneth Westelinck
Hi, I had the same problem you should change: include d:\foo\tomcat\conf\my_tomcat-apache.conf to: include "d:/foo/tomcat/conf/my_tomcat-apache.conf" looks the same, but its different. hope it helps, Kenneth Westelinck From: "tomcat users" [EMAIL PROTECTED] Reply-

Re: what is the password of tomcat admin

2001-03-09 Thread Kenneth Westelinck
Hi, You should change the following files: serverl.xml, add or alter: Context path="/admin" docBase="webapps/admin" crossContext="true" debug="0" reloadable="true" trusted="true"/ tomcat-users.xml, add or alter: user name="admin" password="admin" roles="admin" / then you should be able to

Re: Tomcat Administration Tools

2001-03-09 Thread Kenneth Westelinck
path, is that right ? Then, do you have to create a new role in tomcat-users.xml for each context defined in server.xml ? Can't several contexts share the same role ? Actually, I guess I mix "Alias", "Context", "ApJServMount" and "jkMount"... I'm lost in th

XSQL on tomcat

2001-03-07 Thread Kenneth Westelinck
: JkMount /xsql/*.xsql ajp12 Everything works. If I browse to http://host/xsql, I'm getting the test page. Is it possible to make Tomcat generate the line: "JkMount /xsql/*.xsql ajp12" automatically, so I can omit this line and just include the mod_jk.conf-auto thanks, Kenneth

Re: tomcat won't work.

2001-03-06 Thread Kenneth Westelinck
For all you WIN98/95 dudes use this: c:\ COMMAND.COM /E:4096 /P From: "K Pothi" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: tomcat won't work. Date: Wed, 7 Mar 2001 11:05:37 +0530 i am using win 98. i have set java_home and tomcat_home. But when i run the

Re: help: tomcat 3.2 won't work on win 98

2001-03-06 Thread Kenneth Westelinck
All WIN98/95 dudes should use: c:\ COMMAND.COM /E:4096 /P From: pothi pothi [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: help: tomcat 3.2 won't work on win 98 Date: Tue, 6 Mar 2001 21:57:42 -0800 (PST) hai, i am using win 98. i have set java_home and

Re: Problems getting tomcat to work with apache

2001-03-03 Thread Kenneth Westelinck
Dave, Have you also included these lines in your httpd.conf file: LoadModulejk_module modules/mod_jk.dll AddModule mod_jk.c and did you copy the mod_jk.dll to the modules directory of apache? regards, Kenneth Westelinck From: "Dave Townsend" [EMAIL PROTECTED] Reply-