Installing tomcat on Win98 2nd Ed.

2001-07-29 Thread Siu Hong Hui
Hi, I am a new tomcat user and I wanted to install both Tomcat and Apache server on my Windows 98 2nd edition OS. Right now i am having trouble installing the server. When I try to install the Apache setup file apache_1.3.20-win32-src-r2.msi there will be a warning message saying that i need a

RE: Installing tomcat on Win98 2nd Ed.

2001-07-29 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Siu Hong Hui [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 10:54 AM To: [EMAIL PROTECTED] Subject: Installing tomcat on Win98 2nd Ed. Hi, I am a new tomcat user and I wanted to install both Tomcat and Apache server on my Windows 98 2nd

Re: Default folder in Tomcat

2001-07-29 Thread mili
Hello, Thank you for your replies. But I am not able to solve the problem. I would like to know the root folder (physical path in the server) where I would have to put my properties file. [EMAIL PROTECTED] 07/27/01 09:04 PM Please respond to tomcat-user To:[EMAIL

Re: load balanced workers

2001-07-29 Thread mili
Hello, I am not really answering your question, but I would liek to know in which folder in your tomcat installation, that you have put the workers.properties file?? i am really stuck with this problem. I am just porting my application to tomcat and i am not able to read my properties files

RE: jdbc odbc bridge on linux

2001-07-29 Thread Ramon Buckland
Here is a free JDBC Driver for MSSQL 7.0 http://www.thinweb.com/tw_download_twfreetds.html It is based on FreeTDS from www.freetds.org which also has it's own JDBC Driver. I don't know what differences they hold. I wouldn't say it is production quality. But it does do simple SELECT's etc. We

Re: jdbc odbc bridge on linux

2001-07-29 Thread Nils O. Selåsdal
On Sunday 29 July 2001 01:12 am, you wrote: I'm not aware of any free jdbc drivers that will work with SQL Server, but there are a number of commercial solutions. I use the OPTA 2000 driver from www.inetsoftware.de. Take a look at www.freetds.org -- Nils O. Selåsdal

VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridgeon linux)

2001-07-29 Thread Pier P. Fumagalli
Emir Alikadic (ADNOC IST) at [EMAIL PROTECTED] wrote: What is rude was his posting on the list in format other than plain text. Read the list's FAQ if you don't understand. I believe _I_ wrote that list FAQ. The number of fancy-formatted messages is on the rise and if we don't nip this in

RE: Please help Please help

2001-07-29 Thread HGhoreishi
Hi everyone. I need to import in my Servlet the statement: import com.oreilly.servlet.RemoteDaemonHttpServlet; went and searched found the following. would you please someone tell me how can i find and use the content of com.oreilly.servlet.RemoteDaemonHttpServlet to compile my servlet.

RE: Please help Please help

2001-07-29 Thread Zapta \(Teiko\)
Try http://www.servlets.com/cos/index.html Tal Dayan [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 8:05 AM To: [EMAIL PROTECTED] Subject: RE: Please help Please help Hi everyone. I need to import in my Servlet

Re: VOTE: HTML in Messages and politeness

2001-07-29 Thread Ramsés Morales
On 29 Jul 2001 15:42:01 +0100, Pier P. Fumagalli wrote: One thing I can ask to you guys is, do you want me to strip HTML out of your messages and reject emails only with HTML content type? Plenary vote open until 11:59 PM GMT of Monday 07/30/2001. [X] +1 - Plain Text only. Strip HTML on

Re: VOTE: HTML in Messages and politeness

2001-07-29 Thread Tim O'Neil
At 09:44 AM 7/29/2001, you wrote: On 29 Jul 2001 15:42:01 +0100, Pier P. Fumagalli wrote: One thing I can ask to you guys is, do you want me to strip HTML out of your messages and reject emails only with HTML content type? Plenary vote open until 11:59 PM GMT of Monday 07/30/2001. [X]

Re: Apache cannot connect to Tomcat

2001-07-29 Thread Jeff Kilbride
If you're using mod_jk, you have to add the connector to your server.xml file. I'm not sure why you *haven't* done that. Apache and Tomcat won't be able to communicate without it. So, I would suggest starting there. --jeff - Original Message - From: Kelly E. Grooms [EMAIL PROTECTED] To:

Re: HTML in Messages and politeness

2001-07-29 Thread Jeff Kilbride
[X] 0 - I don't give a damn shit. I do, however, agree with the points on politeness. I think if you reject HTML-only messages, a lot of new subscribers are not going to be able to figure out why they can't post to the list. Most probably don't even realize they are doing it, since the newer

[Fwd: Re: VOTE: HTML in Messages and politeness]

2001-07-29 Thread Jack Lauman
[X] +1 - Plain Text only. Strip HTML on the mailing list. I agree strip out the HTML. Original Message Subject: Re: VOTE: HTML in Messages and politeness On 29 Jul 2001 15:42:01 +0100, Pier P. Fumagalli wrote: One thing I can ask to you guys is, do you want me to strip

Re: VOTE: HTML in Messages and politeness

2001-07-29 Thread Kurt Bernhard Pruenner
Pier P. Fumagalli wrote: [X] +1 - Plain Text only. Strip HTML on the mailing list. After all, HTML in mails is just plain evil... -- Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria ...It might be written Mindfuck, but it's spelt L-A-I-N... np: Burnt Friedman -

Re: HTML in Messages and politeness

2001-07-29 Thread Andrew Robson
[X] +1 - Plain Text only. Strip HTML on the mailing list. Otherwise you start to exclude people who don't use html enabled mail client. Also it seems to me if you are going to post to a list you should read the guidelines first which explicity say not to post HTML or Stylelized emails. I

Re: Apache cannot connect to Tomcat

2001-07-29 Thread Andrew Robson
Hang on Jeff this isn't correct is it? mod_jk can support either the ajp12 or ajp13 protocol so adding the ajp13 connector to server.xml isn't likely to help. I'm afraid I can't help with the jsp side of things as I only ever write servlets. Might be interesting to see if you can get a servlet

Re: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge

2001-07-29 Thread D. Jay Newman
[X] +1 - Plain Text only. Strip HTML on the mailing list. -- D. Jay Newman ! // The worst possible legal hashCode [EMAIL PROTECTED]! public int hashCode() { return 42;} http://www.sprucegrove.com/~jay/ !-- _Effective Java_

Re: Apache cannot connect to Tomcat

2001-07-29 Thread Jeff Kilbride
You're right, Andrew! I misread and thought Kelly hadn't added _any_ connectors to server.xml. My mistake. Kelly, I have JSP's running with 3.2.3 on RedHat Apache 1.3.19. Can you post the relevant parts of your server.xml, httpd.conf and web.xml files? --jeff - Original Message -

Re: jdbc odbc bridge on linux

2001-07-29 Thread Sheryl Coppenger
Emir Alikadic (ADNOC IST) at [EMAIL PROTECTED] wrote: Repost your question in plain text instead of RTF and I'll help you. It _was_ also in plaintext, and the second part of the mime was in HTML, not RTF... I'm not a fan of HTML, but, IMNSHO, this is just plain rude... Pier

Re: Default folder in Tomcat

2001-07-29 Thread Craig R. McClanahan
On Sun, 29 Jul 2001 [EMAIL PROTECTED] wrote: Hello, Thank you for your replies. But I am not able to solve the problem. I would like to know the root folder (physical path in the server) where I would have to put my properties file. To use the Class.getResources() approach, your

Tomcat User Group Bulletin Board

2001-07-29 Thread Dennis Murphy
Hi Everyone, I've been using the TOMCAT e-mail list for technical assistance and have noticed that sometimes I get inundated with tomcat e-mail. I would like to provide resources on my corporate web server and implement an enterprise strength bulletin board system which can include multiple

Re: Tomcat User Group Bulletin Board

2001-07-29 Thread Mark W. Shadle
Seems to me that the installing tomcat and building tomcat should be together...often times the issues bleed into one another...also, topic area regarding tomcat configuration (which may swallow virtual hosting) may be useful as well... just some suggestions... At 7/29/01 08:11 PM, you

Errors in ISAPI.log - Pls HELP!!!

2001-07-29 Thread Lim Dara
Hello all, Jakarta Tomcat v3.2.1 was installed and my application using it is working fine except for noticing that the isapi_redirect.dll sometimes resulted in a 500 internal error in my web w3svc logs with nt code 0. Entries are as : 2001-07-25 01:06:02 Host4-144-123.pagic.net - W3SVC3

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux)

2001-07-29 Thread Artigas, Ricardo Y.
yes! -Original Message- From: Pier P. Fumagalli [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 10:42 PM To: [EMAIL PROTECTED] Subject: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux) Emir Alikadic (ADNOC IST) at [EMAIL PROTECTED] wrote:

RE: VOTE: HTML in Messages

2001-07-29 Thread Bill Wadley
[X] +1 - Plain Text only. Strip HTML on the mailing list. [ ] 0 - I don't give a damn shit. [ ] -1 - You mad? I love HTML in messages and want to keep using it. If you can do it, that would be great... Thank you. Bill

the trailing slash bug in 3.3- anyone have a fix?

2001-07-29 Thread Vernon, Clayton
i'm frustrated by a bug that has appeared in tomcat 3.3 (beta 1) where tomcat's Up to: link does not postpend the trailing slash (eg, navigate up to /Examples in the examples tree). has anyone figured out how to fix this? **

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridgeon linux)

2001-07-29 Thread Aravind Naidu
+1

RONGCHENG BEST CHEER GRANITE CO., LTD

2001-07-29 Thread zhl-tech
ÈôҪȡÏû£¬Çë»Ø¸´: [EMAIL PROTECTED] ZL RONGCHENG BEST CHEER GRANITE CO., LTD Welcome to our Company- Shandong Rongcheng Best Cheer Granite Co.,Ltd . Seeing for oneself is better than hearing from others. Our company is raw material base of stone manufacturer, sources backer of tone

RE: Apache cannot connect to Tomcat

2001-07-29 Thread Kelly E. Grooms
Well I'm not sure what parts you consider relevant, but I can tell you what I changed beyond the defaults. httpd.conf - Only added the path to my mod_jk.conf-auto file in an include statement. server.xml - No changes. Used default file. web.xml- No changes. Used default file. Thanks.

Re: RONGCHENG BEST CHEER GRANITE CO., LTD

2001-07-29 Thread Tim O'Neil
Stripping these out would be good too, but I'm fundamentally a realist... At 07:50 PM 7/29/2001, you wrote: ÈôҪȡÏû£¬Çë»Ø¸´: [EMAIL PROTECTED] ZL RONGCHENG BEST CHEER GRANITE CO., LTD

RE: please help please help

2001-07-29 Thread HGhoreishi
Hi Zapta thanks alot I found what i needed from http://www.servlets.com/cos/index.html thanks again hossein. Try http://www.servlets.com/cos/index.html Tal Dayan [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29,

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux)

2001-07-29 Thread Emir Alikadic (ADNOC IST)
[X] +1 - Plain Text only. Strip HTML on the mailing list. [ ] 0 - I don't give a damn shit. [ ] -1 - You mad? I love HTML in messages and want to keep using it. New subscribers should be POLITELY (he he he!) directed to read the FAQ upon subscription.

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bri dge on linux)

2001-07-29 Thread Tim O'Neil
At 08:57 PM 7/29/2001, you wrote: [X] +1 - Plain Text only. Strip HTML on the mailing list. [ ] 0 - I don't give a damn shit. [ ] -1 - You mad? I love HTML in messages and want to keep using it. New subscribers should be POLITELY (he he he!) directed to read the FAQ upon subscription. Hell,

apache-tomcat

2001-07-29 Thread Sumit Ranjan
can anybody please tell me how to ascertain that my apache is talking to my tomcat ? i am using win NT 4.0 tomcat 3.2.2 apache 1.3.11 Sumit Ranjan

RE: HTML in Messages and politeness

2001-07-29 Thread Emir Alikadic (ADNOC IST)
-Original Message- From: Andrew Robson [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 11:28 PM To: [EMAIL PROTECTED] Subject: Re: HTML in Messages and politeness [X] +1 - Plain Text only. Strip HTML on the mailing list. Otherwise you start to exclude people who don't

LogManager::DispatchThread::Sleep Interrupted

2001-07-29 Thread Saurabh Shukla
Hii, my tomcat shuts down abruptly, leaving this message LogManager::DispatchThread::Sleep Interrupted, any one any idea why is this happening ? I am using jakarta-tomcat-3.3-m3, Red-Hat 7.0, and Java HotSpot(TM) Client VM (build 1.3.0_02, mixed mode). Regards, saurabh

tomcat shutdowning

2001-07-29 Thread sekhar k
Hi all, I am using Apache and tomcat with SunSolaries. When i start my webserver remotly using telnet both are running well. But when i dissconnect the telnet Tomcat is getting shutdowning. but apache is running. What will be the problem. Please suggest me regards sekhar