Re: JDBC - MSSQL driver for Linux

2001-01-29 Thread Carlos
see the turbo driver. is good - Original Message - From: "Nagappan A" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 29, 2001 7:58 AM Subject: JDBC - MSSQL driver for Linux Hello all, Where can I get MSSQL JDBC driver for Linux. I'm having freetds driver, but for

Re: buiding mod_jk

2001-01-29 Thread H.-Gerd Rosarius
Hey Doug, I had a compile-error that looked quite similar to yours. Maybe your JAVA_Home [JDK] is not set properly. Try this: Overwrite the line that starts with "# JAVA_HOME=" in the "Makefile.linux" with "JAVA_HOME = ThePathToYouJava". Now it should work. In my case the error occured

WEB-INF/lib servlets

2001-01-29 Thread Christophe Marton
Hi, When Irun an application inside my tomcat 3.2, if I put some files in the WEB-INF/classes only JSP can access the custom classes and the Servlets can't!!! (NoClassDefFoundException) Don't they share the same classpath/classloader since they are in the same application ? Christophe.

Re: Trouble with web.xml P.S.

2001-01-29 Thread Matt Campbell
Thanks, you are a life saver! Matt Campbell wrote: Hi All, this is an addition to my last post, a bit more info in case its any use. I've just tried to run TOMCAT_HOME/webapps/examples/WEB-INF/classes/SnoopServlet.class after un-commenting its init-params in

Tomcat with W2K

2001-01-29 Thread Dario Bonino
tomcat-iis-howto.html wrote: The IIS-Tomcat redirector was developed and tested on: - WinNT4.0-i386 SP4/SP5/SP6a (it should be able to work on other versions of the NT service pack.) and Win98 - IIS4.0 and PWS4.0 Tomcat3.0 - Tomcat3.2 I use succesfully Tomcat with this configuration:

Jasper JSP error

2001-01-29 Thread Per Olesen
Hi I'm trying to deploy a war which I've developed using weblogic, and which deploys fine there. But deploying it in tomcat gives me an exception from jasper saying: - org.apache.jasper.compiler.CompileException: /var/tomcat/webapps/webhelp/example/helpmain.jsp(4,0) Invalid jsp:include

TOMCAT DOWNLOAD FILE WHERE??

2001-01-29 Thread R N Mukherjee
SUB:TOMACT DOWNLOAD FILE(WHERE??) AT JAKARTA FOR WIN98/NT Dear all, can anyone of you please tell which file to download for tomcat3.2.1 for WIN98/NT OS.: (http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin) Index of /builds/jakarta-tomcat/release/v3.2.1/bin [DIR]

Re: TOMCAT DOWNLOAD FILE WHERE??

2001-01-29 Thread Robuschi \(Delfi\)
The right file is jakarta-tomcat-3.2.1.zip Bye!!! Roberto Robuschi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Jasper JSP error

2001-01-29 Thread Per Olesen
Hi, Found the answer to my own problem. Maybe I should just read the JSP-spec more closely. The flush-attribute is apparently mandatory, but weblogic does not check this. Regards, Per Olesen -- Per Olesen, Systems Architect @ Nordija ApS, www.nordija.com Phone: (+45)23389581, email: [EMAIL

IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip

2001-01-29 Thread wim.praet
Hello, I have a problem with the following setup: - W2K prof. - IIS5.0 - Tomcat 3.2.1 I wrote several servlets and they are working when I test mij webapp on http://localhost ... unfortunately, when I substitute the localhost name for the real world (live) ip address or hostname, only static

Re: Ctx( ): IOException in: R( + /images/dm2.gif + null) socket write error (code=10053)

2001-01-29 Thread William Brogden
Each getImage starts a separate Thread and separate request so it is no wonder you are running into problems. Your applet should use MediaTracker and only do a few Threads at a time. It is also much faster to load a few images and cut them up in the Applet - assuming your big collection comes

How to install tomcat on Debian Linux

2001-01-29 Thread prasad vara
Sir, I Don't know how to install Tomcat on Debian Linux OS.How to set the classpaths. Thanks, prasad __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/

Re: TOMCAT DOWNLOAD FILE WHERE??

2001-01-29 Thread Rick Smith
Download the jakarta-tomcat.3.2.1.zip file and probably the jakarta-servletapi.zip file then go into /builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386 and get the *.zip files there. Depending on your web server and whatever else is in the setup instructions you will need some of these files.

Trusted servlets and tomcat internals

2001-01-29 Thread Per Olesen
Hello, I'm not sure if this should be a post in the developer-group, but I think it belongs here. I would like to access some tomcat-specific functionality, more specificly it is: 1. Some logging service, where I can log my application errors, so they end up in a tomcat logfile. 2. Access

Re: How to install tomcat on Debian Linux

2001-01-29 Thread Maly Daniel
to set the classpath type the following into shell CLASSPATH=$CLASSPATH:/your_file_path check it by typing echo $CLASSPATH u should see ur path there (maybe among others) extrat the downloaded file using gunzip and tar -xvf commands set your $TOMCAT_HOME variable to point the place u extracted

weird error

2001-01-29 Thread Bob Kersten
Hello, The server window shows the following error: 2001-01-29 02:13:33 - Ctx( /test/pictures ): IOException in: R( /test/pictures + /priem-source.gif + null) Connection reset by peer: socket write error But regardless of the rror, everythings loads fine in my client browser (even the

Re: weird error

2001-01-29 Thread Per Olesen
Hi This is just a guess: I've seen this happen on other webservers in the situation where the web-browser requests some dynamic page like a servlet, and then cancels the request while the servlet is outputting its response. You can try provoking it by doing a request from a browser to a

PolicyInterceptor problem and something else...

2001-01-29 Thread Marcantonio del Drago
Hello Trying now to use policy with tomcat (win 2k). MySql works fine now with the "authority" database. but when I uncomment the following line in server.xml ContextInterceptor className="org.apache.tomcat.context.PolicyInterceptor" / ,I get in the console:

Re: Question

2001-01-29 Thread Lavallee Computer Consulting, Inc.
Craig: Thanks for the input, I got more impute about Access - it's strictly a test environment, not development and might very well be the source of my problems. I'm going to test it and find out if the problem persist if the database calls are removed. Bernard LavalleeLavallee Computer

JSP Buffer overflow

2001-01-29 Thread Nagappan A
Hello all, I'm getting an Error in the screen, when clicking an link in any JSP page. The error is, "Error: JSP Buffer Overflow" What might b causing this error. I'm using Tomcat 3.2.1 / Debian GNU/Linux. Thankx in advance Regards Nagappan

Re: Question

2001-01-29 Thread Lavallee Computer Consulting, Inc.
Craig: Thanks - I may look into these. I also have MSSQL server, Oracle and informix to work with. Something should work. Bernard Lavallee Lavallee Computer Consulting, Inc. 166 Packard Road Jericho, VT 05465 Tel: 802 899-3115Email: [EMAIL PROTECTED] Specializing in designing, developing

Setting UNIX Environment Variables

2001-01-29 Thread O'Daniel, Chris
Hello All I need some UNIX environment variables to be available to my servlets. Using JServ I can add the following lines to the the jserv.properties file: # CLASSPATH environment value passed to the JVM # Syntax: wrapper.classpath=[path] (String) wrapper.path=/home/db2inst2/sqllib/bin #

Re: How to install tomcat on Debian Linux

2001-01-29 Thread Nagappan A
Hello, I, got a copy of tomcat installation from Remco van 't Veer [EMAIL PROTECTED]. If, U interested U can contact him. And also U can check with the following URL, http://packages.debian.org/unstable/web/tomcat.html I, have also tried both and feel comfortable with Remco's

CallableStatement problem

2001-01-29 Thread shlomi sarfati
Hi every one I am using tomcat on windows 2000 and it is working good the problem is that I have a problem to execute a CallableStatement on my oracle 8.1.6 db I am getting an exception on the 'my+AF8-conn.prepareCall(xx)' is it a problem with the tomcat or am I doing something wrong ?

Writing Filters

2001-01-29 Thread Kevin Jones
Is there an easy way to create a ServletOutputStream in a Filter? What I want to do is get the result of a resource call getOutputStream.write(...). To do this I need to supply my own ServletOutputStream, but SOS is abstract, so it seems I must subclass and provide my own class. There must be a

cannot load servlet name: jsp

2001-01-29 Thread john . d . howalt
The jsp servlet in the default web.xml file will not load (error = cannot load servlet name: jsp) . We have created our own servlet in our web.xml file that loads properly. I was able to copy the jsp servlet entry from the tomcat web.xml file and paste in in our web.xml file and it was able to

RE: Form Authentication works on standalone no with IIS ? - 405 Error

2001-01-29 Thread BBueckers
I found the root of the HTTP 405 Error. I had my 'login.jsp' page in a directory called '/security' however I did not have an entry in the 'uriworkermap.properties' file for the '/security' directory as such '/security/*=ajp12'. The result I was getting was a 'HTTP Error 405 405 Method Not

Content image/gif problem...

2001-01-29 Thread Rui Oliveira
Hello, I have a servlet that writes a GIF to the OutPutStream. The Content Type is set to image/gif, although, in the browser the image is displayed as a BitMap. Any one knows what is the problem? Thx Rui Oliveira - To

Re: Ctx( ): IOException in: R( + /images/dm2.gif + null) socket write error (code=10053)

2001-01-29 Thread Maxim Senin
Hmmm, I was sure that applet.getImage is synchronous... Anyway, yesterday I tried to rewrite it so that each image is "MediaTracked" after each applet.getImage is called and that's 100% synchronous and there must be only one thread after that - still same problem... - Original Message -

RE: IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip

2001-01-29 Thread Darrell Porter
Are you hosting this yourself or is it hosted on an ISP-owned machine? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 4:20 AM To: [EMAIL PROTECTED] Subject: IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip Hello, I

Installation logs for Tomcat 3.2.1 and Apache 1.3.14 for RedHat 7.0

2001-01-29 Thread Jan Labanowski
I just added my installation notes on Tomcat 3.2.1 and Apache 1.3.14 at http://www.ccl.net/cca/software/UNIX/apache/ There are 2 sets of notes: a) for binary distribution of Apache which comes with RedHat 7.0 and the binary distribution of Tomcat b) for source distribution of RedHat and

RE: include in web.xml ?

2001-01-29 Thread GOMEZ Henri
Yes, it's standard but didn't works in 3.2.1/3.3 codebase. A look at org.apache.tomcat.util.xml.XmlMapper in resolveEntity() consider that we have only DTD !-) On ne peut rsoudre les problmes les plus graves avec le mme esprit qui les a cres. -- Albert Einstein -Original Message-

configuration?

2001-01-29 Thread Markus Diesing
Hello, my problem is the following: I've to call http://localhost/intramail/servlet/IntraMail. What do I have to do for calling my servlet with http://localhost/intramail/IntraMail ? Which configuration-file do I have to modify? I'm running Tomcat 3.2.1 with Apache

OT: unix/linux command site - ftp

2001-01-29 Thread Richard Diaz
I'm trying to figure out how to ftp files to my Linux server via the ftp command. what i need to ftp is the sun java2 sdk and (duh) the tomcat binaries. anyone have a site or the command i need to enter to get that thing on my server? thanks! Rich

RE: include in web.xml ?

2001-01-29 Thread Ignacio J. Ortega
The problem was your syntax? try this way, note that there are only one DOCTYPE., i can not test right now.. ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd" [

Re: Appplication not responding (ajpv12_handle_response, error writing back to server)

2001-01-29 Thread Neil Aggarwal
I forgot to mention my environment: RedHat 7 SMP Tomcat 3.2.1 Apache 1.3.14 Thanks, Neil. Neil Aggarwal wrote: Hello: I tried to search the archive for this, but the search function is down. Sometimes my application stops responding and I am getting this message in the

A couple of issues with Tomcat/Apache on WinNT

2001-01-29 Thread Darrell Porter
Current configuration: Self-hosted server Windows NT 4.0 SP 6a Apache 1.3.14 Tomcat 3.2.1 with mod_jk 1.0 Problem 1: Tomcat is not generating the appropriate mod_jk.conf-auto. It still generates the tomcat-apache.conf. Problem 2: Apache seems to be correctly serving

Basic Auth JDBC Realm

2001-01-29 Thread Marino Vittorio
I want to build an authentication mechanism via JDBC realm and basic authentication that lets me request for user role in each jsp page of my application. In other words I want a jsp page to be accessed from more than 1 role, and put if statements to show links depending on user role. if

RE: include in web.xml ?

2001-01-29 Thread GOMEZ Henri
We have tried with that synthax and I confirm it didn't works. At least with Xerces 1.2.3 and Tomcat 3.2.1 under Visual Age 3.02 (JDK 1.1.7a) On ne peut rsoudre les problmes les plus graves avec le mme esprit qui les a cres. -- Albert Einstein -Original Message- From: Ignacio J.

URL rewriting in Tomcat

2001-01-29 Thread java
I'm writing a servlet that uses session tracking with URL rewriting (noCookies="true"). I'm using Tomcat 3.2.1. When the servlet is located in webapps/Root/Web-inf/classes, it works fine, and the URLs are rewritten with the appropriate session ID, but when the servlet is located in another

Tomcat 4.0 Troubles - Bad Major Version Number

2001-01-29 Thread David Molloy
Hi, Having already installed Tomcat3.1 and Tomcat3.2, linking them with Apache etc. I decided I was ready for Tomcat4.0. Unfortunately, I was wrong firstly I had tarring problems which were solved by downloading gnutar and I was over that hurdle. Before I modified anything I decided

Re: Setting UNIX Environment Variables

2001-01-29 Thread Denis Haskin
"O'Daniel, Chris" wrote: I need some UNIX environment variables to be available to my servlets. Using JServ I can add the following lines to the the jserv.properties file: [...] I need to provide the same environment to my servlets running in Tomcat. Does anyone have any suggestions?

Re: response.sendRedirect and target

2001-01-29 Thread Wyn Easton
Here is a little JavaScript function you can call from the "onload" of the body tag that will assure your page is the topmost page: /*/ function setAsTop() { if (top.location != self.location) top.location = self.location; }

Re: Problem with apxs and mod_jk

2001-01-29 Thread Steven Toth
I've soon similar things like this before, are you running RH 6.0 or 6.1? Steve From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problem with apxs and mod_jk Date: Mon, 29 Jan 2001 11:29:10 -0800 I am trying to integrate Tomcat and Apache using the mod_jk.

Encoding (Windows-1251) problem - wrong translation.

2001-01-29 Thread Maxim Kalyta
I have problem with servlet encoding. My servlet works with Windows-1251 or KOI8-RU. As I understood all responses by default are in ISO-8859-1 by I need Windows-1251! Please, can somebody tell me what I must do? I'm not so cool developer but I think I'm able recompile some files but what to

Jar files not found in WEB-INF/lib directory

2001-01-29 Thread Les Hartzman
I've just started to use Tomcat. I created a .war file for my servlet and on startup of tomcat, the .war file was processed. Trying to access the servlet caused some ClassDefNotFound errors to appear. I moved the necessary .jar files to the WEB-INF/lib directory, and restarted tomcat.

Can sendRedirect() be used to POST?

2001-01-29 Thread David Wall
Is there a way to setup a sendRedirect() URL to result in a POST to that URL? I know I can set the contentType to "application/x-www-form-urlencoded", but I'm not sure how I'd set the Method to "POST" and how I'd stuff in a parameter that I'd like to send along. The root problem I am trying to

applet-servlet communication

2001-01-29 Thread Carlos R Armas
I am trying to have an applet communicate with a servlet. I don't want to use form so I can't set the method to GET/POST. I do want to restrict the servelt to only use POST, not GET. The HttpServletResponse/HttpServletRequest classes are being used to exchange the messages. I have the applet

libhpi.so Problem

2001-01-29 Thread Enoch Pritchard
Hello, Just starting to learn some of the advanced features of the java language, like rmi, jsp, and servlets, and I've been trying to get Tomcat running in conjunction with apache on my linux box for several days now, beating my head against a wall. When I try to start the server I get the

RE: applet-servlet communication

2001-01-29 Thread Randy Layman
I would guess that you are not actually POSTing information. Searching on jGuru just now I found a snippet of code (totally unrelated to your problem) that does an example of POST. Its at http://www.jguru.com/jguru/faq/orphan_view.jsp?EID=141034. Maybe this example can help you to

SOT : Object Pools

2001-01-29 Thread Shahed Ali
Sorry for this off topic post, but we are planning to use Tomcat as an Application server. Tomcat does not offer facilities that products like WebLogic etc offer i.e Connection Pooling etc etc etc. So does anyone know of a good Java Object Pool that can be used in conjunction with Tomcat ?

Weird Error

2001-01-29 Thread kalpesh Patel
Hello, In my tomcat/log i have following entry paymentServlet ProcessRequest: R( /hdfc/servlet/paymentServlet) Context log: path="/hdfc" prefix match /servlet/paymentServlet Ct (Wrapper(invokerS:org.apache.tomcat.servlets.InvokerServlet) ) Context log: path="/hdfc" SM: Handler R(

Re: Tomcat3.2 MySql and JDBC-ODBC bridge

2001-01-29 Thread fumitada
Hi, How come do u use JDBC-ODBC for mySQL ? Try JDBC bridge. Visit www.mysql.com or search for org.gjt.mm.mysql.Driver at Google or Yahoo. Fumitada Hattori. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

JSP Buffer over flow in Tomcat/Debian GNU/Linux

2001-01-29 Thread Nagappan A
Hello all, I'm getting an Error in the screen, when clicking an link in any JSP page. The error is, "Error: JSP Buffer Overflow" What might b causing this error. I'm using Tomcat 3.2.1 / Debian GNU/Linux. Thankx in advance Regards Nagappan