Re: tomcat and IIS 5.0 exe files create problems

2002-11-03 Thread Bill Barker
Way back in the yet-to-be-released 3.3.2. ;-) Having just checked, 3.3.1 (unchanged in 3.3.2-dev), Tomcat will assign the content-type of "application/octet-stream" to an ".exe" file by default. I don't use the "isapi_redirector.dll" myself, but I'll need more details to be able to determine if t

Re: J2EE, JSP, SERVLETS

2002-11-03 Thread Wally Masterson
Quite right. As I'm involved in both development, deployment and maintenance, portability and security are key issues. Apache does support ASP, I think, but I don't quite trust that if I can help it. What about Perl? I still like to use it for small, quick jobs. [EMAIL PROTECTED] - Original M

Re: Tomcat Oracle timeout? oracle.jdbc.dbaccess.DBError.throwSqlE

2002-11-03 Thread Wally Masterson
Looks to me like your oracle connections in the pool have timed out due to inactivity you might check your oracle configuration to confirm this. [EMAIL PROTECTED] Hi, I have a connection pool and use Oracle in a test environment. Normally all is OK however, if left alone for many hours the foll

Re: 4.1.12 rpms

2002-11-03 Thread David Kavanagh
The LE-1.4 version also excludes several jars with additional features. I think JMS was one of them. I use the LE-1.4 version with 1.3.1, but add the jaxp, crimson and xalan jars. David Niaz Habib wrote: I believe the LE version is for jdk1.4. As jdk1.4 includes some of the XML parsers necessa

RE: 4.1.12 rpms

2002-11-03 Thread Niaz Habib
I believe the LE version is for jdk1.4. As jdk1.4 includes some of the XML parsers necessary to run tomcat, the LE version does not include them. -Original Message- From: Charles Baker [mailto:rascharles@;yahoo.com] Sent: Sunday, November 03, 2002 6:23 PM To: tomcat Subject: 4.1.12 rpms

4.1.12 rpms

2002-11-03 Thread Charles Baker
What is the difference between the full and le versions of the 4.1.12 rpms? = [EMAIL PROTECTED] http://www.charleshbaker.com/~chb/ Hacking is a "Good Thing!" See http://www.tuxedo.org/~esr/faqs/hacker-howto.html __ Do you Yahoo!? Y! Web Hosting

Tomcat 4.0.6 and manager application problem

2002-11-03 Thread jjnfg
Sorry my previous posting didn't have the accurate title. When I tried to logon to Tomcat's manager application with the user name(dba) & password(dba) defined in /conf/tomact-users.xml I get the following message. And my browser displayed : "HTTP 500 - Internal server error" What are the possibl

Tomcat 4.0.6

2002-11-03 Thread jjnfg
When I tried to logon to Tomcat's manager application with the user name(dba) & password(dba) defined in /conf/tomact-users.xml I get the following message. And my browser displayed : "HTTP 500 - Internal server error" What are the possible causes of the problem ? 2002-11-03 16:25:27 HttpProcesso

Problem accessing data source (I've read docs ;) )

2002-11-03 Thread Michal Kochanowicz
Hi In the first place I'd like to admit that I've read docs and it seems I've done everything correctly. I've defined data source as follows (inside ): factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName org.postgresql.Driver url jdbc:po

[TC v4.1.12] Anything abnormal in the Context Path

2002-11-03 Thread Pae Choi
Have you tried the following? ServletContext sctx = getServletContext(); String contextBugPath = sctx.getRealPath(reqRef.getContextPath()); What do you get? Anything abnormal? Pae

Re: tomcat and IIS 5.0 exe files create problems

2002-11-03 Thread Darren Rose - text4texts.com
Hi, I am trying to configure tomcat 4 with windows 2000 advanced server, but am failing miserably. Can anyone please help. I have configure tomcat with windows 2k, but am now trying to configure with w2k advanced server that will servce site to the Internet. thanks Darren - Original Message

cann't compile tomcat-webapp.jar

2002-11-03 Thread Kirill S. Tarashev
Hi everybody I have one problem with integration Tomcat to Apache I cant find tomcat-webapp.jar file Probably there is some error but i don't know where to search it. I installed J2SDK1.4.1 I installed Tomcat 4.1.12 form binares - it works witout porblems I installed ant-1.5.1 I installed apr 0.9.

Unable to build mod_webapp on freebsd...

2002-11-03 Thread BoD
Hi, I'm trying to build mod_webapp on my freebsd server. I did what is sais on the README.txt : - downloaded the last version of APR - ./support/buildconf.sh - ./configure --with-apxs It gives me this error : Apache 1.3 module compilation (APXS checks) + checking for apxs CC variable... cc + ch

can't find image after upload

2002-11-03 Thread arachus
Hi, i have a smal webapplication with dynamic images, the images are uploaded via http. they are stored in a image folder beneath the context root, where i can see them. but if i make a reference from a html/jsp page to the image (img src="path/picture.gif") the image will not be found. any ideas?

Running Tomcat + IIS on different servers

2002-11-03 Thread Ashish Ravi
Hi, I'm trying to configure IIS (on server 1) to redirect requests to Tomcat (on server 2) . I've seen the help for configuring Tomcat with IIS, but i assume it works when both are on the same server. One way out is to map the directory where the .properties files are and use that mapping in the r