How to change the SSL port

2005-09-15 Thread Stephen Caine
after tomcat restart. Tried 8442 also. No joy. Only plays with 8443. There is another setting somewhere Please advise. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to change the SSL port

2005-09-15 Thread Stephen Caine
Lannis, Check your tomcat log file. If tomcat could bind properly on the SSL port you mentioned, it should show up in the log file (one of the first lines on the top). If not (e.g. because the port is already in use), it will show you a bind error message there as well. If the log says

Re: How to change the SSL port

2005-09-15 Thread Stephen Caine
Charles, What does netstat say about who's listening on which ports? Will check this out. Tried 8442 also. No joy. Only plays with 8443. There is another setting somewhere Really, there isn't. Sounds like you're not editing the server.xml file that's actually being used by

Re: Different JDBC sources?

2005-09-13 Thread Stephen Caine
specialized tags, then exports them to Tomcat/webapps. If you are using SQL, Qilan handles this as well. Download at: http://cgs.qilan.com:8080/qilan/Qilanv3Beta Stephen Caine CommonGround Softworks, Inc. - To unsubscribe

Re: Does Tomcat work on dual processor systems?

2005-09-08 Thread Stephen Caine
Asha, We are using Tomcat v5.5 running under OS X v10.4 (dual processor). No problems whatsoever. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Tomcat/MySQL Application Update

2005-08-09 Thread Stephen Caine
to add other information to the record. A user could then, using a web page, download the file. Just a thought. Stephen Caine Soft Breeze Systems, LLC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: suppress directory listing

2005-08-04 Thread Stephen Caine
Paul, My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I suppress this? Just add a filed named, index.html, to the directory. You can put whatever you want in the file. I often put, Access Prohibited or some such thing. Stephen

Problems accessing the admin app

2005-07-13 Thread Stephen Caine
, Stephen Caine Soft Breeze Systems, LLC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems accessing the admin app

2005-07-13 Thread Stephen Caine
Eric, The admin app is no longer a part of the standard Tomcat download. You need to go download and install it. Obviously, you need to make the appropriate changes to conf/tomcat-users.xml Thank you, but the admin and manager app 'used' to work. In other words, I was able to access

Oracle Drivers that work with Tomcat 5.5.x

2005-07-01 Thread Stephen Caine
, by the way, generates JSP/SQL using a graphical interface that is devoid of syntax. A good thing. Stephen Caine CommonGround Softworks, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Installing SSL

2005-06-20 Thread Stephen Caine
) and Tomcat version 5.5.7. Any assistance is appreciated. Stephen Caine Soft Breeze Systems, LLC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Installing SSL

2005-06-20 Thread Stephen Caine
Ike, You may use KeyTool GUI version 1.6. This has been a life-saver to me. It works with different KeyStore formats and also lets you Import Key Pairs. Google for it, it is a windows-based keytool gui. Thank you. I'll try this out. Hopefully, they have a version for OS X. Stephen