how can a client upload file via an applet

2002-07-16 Thread Serdar BOZDAĞ
hello, i am trying to write an applet that has an file upload service. Users will able to give the full path of their files to the applet (c:\files\file1.txt for instance) as input and applet will going to get the contents of this file and write the content to the database which is in the serve

Re: how can a client upload file via an applet

2002-07-16 Thread Irina Lishchenko
On Tuesday 16 July 2002 09:38, you wrote: > hello, > i am trying to write an applet that has an file upload service. Users will > able to give the full path of their files to the applet (c:\files\file1.txt > for instance) as input and applet will going to get the contents of this > file and write

RE: how can a client upload file via an applet

2002-07-16 Thread andre . powroznik
A problem will be an applet cannot, by default, read a file on the client unless explicitely authorized... Another is it can only communicate with the server it comes from. -Original Message- From: Irina Lishchenko [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 10:27 To: Tomcat Users Lis

Re: how can a client upload file via an applet

2002-07-16 Thread Simon T
Hi, this is an example of html code for the file upload Which file do you want to upload? You just need a servlet to the processing. I did a google search and got this url. http://www.jguru.com/faq/view.jsp?EID=160 Regards, Simon [EMAIL PROTECTED] wrote: >A problem will be an

Re: how can a client upload file via an applet

2002-07-16 Thread Mehdi . Nejad
You can use jspsmartUpload on page : http://www.jspsmart.com Cheers, Mehdi Simon T <[EMAIL PROTECTED]> 16/07/2002 10:10 Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject:Re: how can a client upload file via a

Re[2]: Importing SSL certificates

2002-07-16 Thread tomcat
Hello Nick Thanks, but I already have the signed certificated by thawte. If I do keytool -genkey -alias tomcat -keyalg RSA -keystore /etc/keystore -storepass changeit it will generate a new one certificate signing request. And I need to use the current one. -- Best regards, NAR> Hav

Re: Importing SSL certificates

2002-07-16 Thread Nikolas A. Rathert
Is it not that simple that you only have to put the .crt file to the appropriate folder and do the same with the .key file? Otherwise there must be a import function ptovided with OpenSSL. I didn't do that before. Cheers, Nick [EMAIL PROTECTED] wrote: > Hello Nick > Thanks, but I al

Re[2]: Importing SSL certificates

2002-07-16 Thread tomcat
Hello No, because keylog generate a a file in binary mode, when the one generated through OpenSSL its in ASCII :(. -- Best regards, NAR> Is it not that simple that you only have to put the .crt file to the NAR> appropriate folder and do the same with the .key file? Otherwise there NAR> must

Re: Importing SSL certificates

2002-07-16 Thread Nikolas A. Rathert
Mmpff. So I have no other idea right now. Nick [EMAIL PROTECTED] wrote: > Hello > > > No, because keylog generate a a file in binary mode, when the one > generated through OpenSSL its in ASCII :(. > -- To unsubscribe, e-mail: For additional commands, e-mail:

Re[2]: Importing SSL certificates

2002-07-16 Thread tomcat
Hello Sorry, I meaned keytool instead keygen -- Best regards, NAR> Is it not that simple that you only have to put the .crt file to the NAR> appropriate folder and do the same with the .key file? Otherwise there NAR> must be a import function ptovided with OpenSSL. NAR> I didn't do that bef

RE: how can a client upload file via an applet

2002-07-16 Thread John Burgess
The problem with using an applet is that usually it wouldn't have access to files on the client machine. The alternative is to use straight html with a FORM with an in it which will produce a proper file selector dialog on the client and then send the file data up to the server. JavaPro January

hello sir

2002-07-16 Thread Ashok
Dear Sir, i have installed apache tomacat 4.0. i was going through the documentation and i find some of the terminologies difficult to understand. so it would be helpfull if u can answer my doubts. to begin with i havent understood the purpose of build .xml file. if i develop a web appli

a weird behavior on tomcat4.1

2002-07-16 Thread Jose de Zarate
Hi everyone!!! For the first, let me tell you I've already had a look around on tomcat faqs, bugs, and stuff like that, wher I found nothing about this strange thing is happenning to me... The "thing" is: I've been working pretty comfortable and easily with tomcat 4.0 and mod_webapp. That co

RE: jdk1.4 vs jdk1.2

2002-07-16 Thread tomo tomo
I 've met same problem with you when I have updated jdk from 1.2.x to 1.4.x. It seems your bean's package which called from your jsp pages may be unnamed. As far as I know, the compiler in jdk1.4.x does not import unnamed packaged beans, but jdk1.2.x does. Tomo __

tomcat and sql server 7.0

2002-07-16 Thread Renee Moussa
Dear Sir /Madam i'm new to tomcat i already installed the tomcat server and started to build a small application using jsp my problem is i need to connect to sql server 7.0 but i'm not able to find the correct driver where can i download it ? and how do i configure it to be used with tomcat bes

NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Alexandre Kaszycki
Hi there, I would like to install Tomcat 4.0.1 on iPlanet Enterprise Server 4.1 SP10. I know there was a NSAPI redirector in Tomcat 3.3.x designed for that but I can not find it anymore in Tomcat 4.0.1. Does anybody know if it still exists in Tomcat 4.0.x and where I can find it ? Sincerel

RE: newbie - finding class files

2002-07-16 Thread Andreas Probst
Hi all, does Tomcat really look into tomcatdir/server/lib? For me it seems Tomcat doesn't. On the one hand the original webapp /webdav runs without errors. On the other hand, when I deploy a class that extends the original webdav-class org.apache.catalina.servlets.WebdavServlet (located in c

JasperException: Unable to compile class

2002-07-16 Thread Roger Adema
Hello - I'm pretty sure this is a config problem but I can't figure out what's wrong. I am having problems with the example JSPs, getting a "JasperException: Unable to compile class for JSP" because the xxx$jsp.java file isn't found in the work directory (e.g., "c: \tomcat404\work\Standalone\lo

Webapp deployment using rpm's

2002-07-16 Thread alec.bickerton
Hi all, I am having a problem deploying a .war file using tomcat 4.0.4 on RH 7.2, using IBM's 1.3.1 JDK. Let me explain, I am using Jbuilder6 as the IDE, this comes with tomcat 4.0.1, and Suns jdk 1.3.1. Using a windows box all I have to do to deploy the .war file (Apache soap incidentally)

Re: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages

2002-07-16 Thread Henri Gomez
On 15 Jul 2002 at 8:10, @Basebeans.com wrote: > Subject: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages > From: "Matt Raible" <[EMAIL PROTECTED]> > === > I downloaded tomcat4-4.0.4-full.2jpp.noarch.rpm from > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/ > >

SSL for certian files wrt a webapp

2002-07-16 Thread Web Services Developer
Hi, How do I make only certain webpages "SSL-ified" ? I have setup Jakarta Tomcat to allow SSL on port number 443. e.g., suppose a request is recvd for an index.html page then there is no need for SSL. However when the request is made to some other file(wrt a file system), the requestor should be

Re: hello sir

2002-07-16 Thread Nikolas A. Rathert
Ant is a build tool used for compiling. Nick Ashok wrote: > Dear Sir, > > i have installed apache tomacat 4.0. i was going through the documentation and >i find some of the terminologies difficult to understand. so it would be helpfull if >u can answer my doubts. to begin with i havent

Tomcat 4.1.7 - / context and admin tool

2002-07-16 Thread Daniel Leong
Hi, System:- Win2k, J2SE 1.4.0, Tomcat 4.1.7 Summary:- Admin tool rewrites the "" context to "/" (but it does look nice ;) I manually changed the server.xml file to use a different base directory (C:\Projects\my_project\web), and it works fine. The context looks like this:

Excapetion Handling in JSP

2002-07-16 Thread Power-Netz \(Schwarz\)
Is it possible for me to catch this exception inside a jsp? A simple yes or no is enough :) -- javax.servlet.ServletException: getAttributeNames: Session already invalidated Root Cause: java.lang.IllegalStateException:

RE: forwarding through j_security_check

2002-07-16 Thread James Krygowski
Hi Craig- >> If so, is it possible to set up a servlet that >> could manipulate the Referrer in the header, and redirect a request along to >> an application in another Tomcat server, making it look like a post to >> j_security_check, complete with referrer, j_username and j_password? >> >> Any s

Re: Excapetion Handling in JSP

2002-07-16 Thread Tim Funk
yes (all you need is a try catch combo) Power-Netz (Schwarz) wrote: > Is it possible for me to catch this exception inside a jsp? > A simple yes or no is enough :) > > > -- > javax.servlet.ServletException: getAttribute

AW: Excapetion Handling in JSP

2002-07-16 Thread Power-Netz \(Schwarz\)
> -Ursprüngliche Nachricht- > Von: Power-Netz (Schwarz) [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 16. Juli 2002 12:59 > An: tomcat liste > Betreff: Excapetion Handling in JSP > > > > Is it possible for me to catch this exception inside a jsp? > A simple yes or no is enough :) > >

disabling cookies, Tomcat 3.3.1 Final

2002-07-16 Thread Christian Kurze
HI, I want to use URL rewriting for session tracking by default, that means, even if the user has activated cookies in his/her browser, the url should be encoded via response.encodeURL(). There is a module to use in the server.xml. But I don't know where to place it, because I want to deactivate

Problems with the mod_jk module

2002-07-16 Thread José Juan Rodríguez
Hi, I'm trying to configure Apache 2.0.39 with Jakarta-Tomcat-4.0.4 in a Red Hat 7.0 linux. So, I've tried to do it with the connectors in: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/linux/i386/ because the documentation says: linux/i386/Contains mod_jk.so fo

RE: newbie - finding class files

2002-07-16 Thread Andreas Probst
> On Mon, 15 Jul 2002, Andreas Probst wrote: > > > > > Hi all, > > > > does Tomcat really look into tomcatdir/server/lib? For me it seems > > Tomcat doesn't. > > > > This directory is only visible to the classloader for Tomcat itself, not > for webapps. There is a special rule that makes servl

configuration of webapps using mod_webapp

2002-07-16 Thread Nikolas A. Rathert
I set up a apache-tomcat-system on linux and I am able to access the example .jsp and servlets. But the manager application is not running even though I created a user and added the role "manager". If I then type http://my-domain.com/manager/list Tomcat answers: /list could not be found on this

Re: Tomcat Icons

2002-07-16 Thread Umberto Nicoletti
"Ertel, Jason" wrote: > > I don't know if this is the right forum for this but hopefully someone > can advise me if it's not. I created two simple 32x32x256 icons for > Tomcat. One is the normal Tomcat logo and the other is the logo > slightly modified, to represent a sleeping feline. > > I

RE: disabling cookies, Tomcat 3.3.1 Final

2002-07-16 Thread Larry Isaacs
What you are looking for isn't directly supported in Tomcat 3.3.1. Are you able permitted to use customized version of Tomcat 3.3.1? If not, you could try setting noCookies="true" on the global and setting noCookies="false" on the local for Contexts you want to use cookies. It looks like the co

Re: configuration of webapps using mod_webapp

2002-07-16 Thread Iain Downie
- Original Message - From: "Nikolas A. Rathert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 12:58 PM Subject: configuration of webapps using mod_webapp > I set up a apache-tomcat-system on linux and I am able to access the > example .jsp and servlets. But the

RE: tomcat and sql server 7.0

2002-07-16 Thread Turner, John
The database technology used with servlets and JSP pages is called JDBC. It is similar to ODBC. Servlets and JSP pages need JDBC drivers to access databases. There are different kinds of JDBC drivers. The different kinds of drivers are explained here: http://www.jguru.com/faq/view.jsp?EID=691

Re: configuration of webapps using mod_webapp

2002-07-16 Thread Nikolas A. Rathert
Ian, could you do me a favour and show me your server.xml file excerpt please? Because I added a new webapp (WebDeployment) and even after a restart tomcat did not recognise that. Cheers, Nick Iain Downie wrote: > - Original Message - > From: "Nikolas A. Rathert" <[EMAIL PROTECTED]> >

WAR archive

2002-07-16 Thread Tarik Mokhtari
Hi, is it possible to put WAR archives in a different folder than /webapps ? Tarik -- To unsubscribe, e-mail: For additional commands, e-mail:

TOMCAT on Domino server?

2002-07-16 Thread staginfo-ar
Hi, I want to execute servlet&jsp on a domino server. How can I do that? Thanks Jean-Christophe -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: disabling cookies, Tomcat 3.3.1 Final

2002-07-16 Thread Christian Kurze
THanks, but it doesn't work. I set in the . But the browsers still use cookies. I tried to put in the -section, without success. I'm not allowed to modify the whole server.xml. But I can modify my -section. Please tell me about your other solution, maybe I can persuade the admins to change t

Re: WAR archive

2002-07-16 Thread Mehdi . Nejad
You should have a /WEB-INF/lib folder from your applications base directory, you should be able to place war files there. Mehdi Tarik Mokhtari <[EMAIL PROTECTED]> 16/07/2002 13:44 Please respond to "Tomcat Users List" To: [EMAIL PROTECTED] cc: Subject:

RE: Problems with the mod_jk module

2002-07-16 Thread Sigurður Bjarnason
Hi there I am having the same proble.. have you had any help yet ?? if so .. could you be so kind to share .. Best Regards Siggi -Original Message- From: José Juan Rodríguez [mailto:[EMAIL PROTECTED]] Sent: 16. júlí 2002 11:52 To: [EMAIL PROTECTED] Subject: Problems with the mod_jk mo

Re: WAR archive

2002-07-16 Thread rsequeira
Yes. You need to change the "appBase" attribute of the Host element. RS Tarik Mokhtari <[EMAIL PROTECTED]> on 07/16/2002 07:44:50 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] cc: Subject:WAR archive Hi, is it possible to put WAR archives in

Tomcat 3.3.1 and Tag Lib

2002-07-16 Thread Laurent Michenaud
I would like to know whether i can use "JSP Tag Library 1.2" with JSP 1.1 and so with Tomcat 3.3.1 ? Or should i use "JSP Tag Library 1.1" instead ? Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe, e-mail: For addit

Apache->Tomcat Howto?

2002-07-16 Thread Chris Ruegger
I want to set up an Apache web server on Red Hat Linux 7.2 to handle static content and SSL, and forward servlet and JSP requests to Tomcat 4.0. It seems there are about 3 ways to do this: Http 1.1 Warp AJP Which approach do most sites use? Can someoneone point me to the Howto's that describe h

RE: Apache->Tomcat Howto?

2002-07-16 Thread Turner, John
There are really only 2 ways: AJP and WARP. If you want apache to serve static content, than there is only 1 way at this time, as far as I know: AJP. You will want mod_jk as your connector. You could try mod_jk2, but mod_jk seems to be the most stable right now. Depending on your choice of ve

RE: tomcat and sql server 7.0

2002-07-16 Thread William G. Thompson, Jr.
Folks have reported good results with the JSQLConnect driver from NetDirect. http://www.j-netdirect.com/JSQLFeatures.htm Cheers, Bill -- William G. Thompson, Jr. Chief Japple Evangelist | www.japple.org Saucon Technologies [EMAIL PROTECTED] | +1 908 947 7145 | www.saucontech.com On Tue, 16 Jul

RE: hello sir

2002-07-16 Thread Jim Urban
The build.xml file that comes with Tomcat is for building Tomcat. Unless you plan to enhance or modify Tomcat there is no need for you to touch this file. I do suggest you look into using Ant to build your web application. Ant is another open source project from the great people at the Apache S

RE: disabling cookies, Tomcat 3.3.1 Final

2002-07-16 Thread Larry Isaacs
It may be that the local executes too early in the chain to have the desired effect. A feature of the Context element is that any attribute that doesn't have an explicit setter get stored in a "properties" hashtable in the Context. Thus, you could add noCookies="true" to the Context, i.e.

RE: Tomcat 3.3.1 and Tag Lib

2002-07-16 Thread Larry Isaacs
As a Servlet 2.2/JSP 1.1 reference implementation, by design, it would not be able to handle a "1.2" tag library. You will need to still with "1.1". Cheers, Larry > -Original Message- > From: Laurent Michenaud [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 9:01 AM > To: [EMAI

Webdav servlet

2002-07-16 Thread David Goodenough
I am trying to use the webDAV servlet under tomcat 4.0.3 (as shipped with JWSDP). So I copied the directory across from an ordinary 4.0.3, and sure enough I can see the HTML page. But when I connect to the site using the URL http://localhost:8080/webdav all I see is the webdav context files. Ho

download file

2002-07-16 Thread @Basebeans.com
Subject: download file From: "J. Jason Zhou" <[EMAIL PROTECTED]> === I have both Tomcat and IIS running on two machines. But when I download a file (abc.xls) from Tomcat, the browser loads the binary content without prompting uisng the save/open dialog while IIS did prompt before the download. h

Webdav servlet

2002-07-16 Thread David Goodenough
I am trying to use the webDAV servlet under tomcat 4.0.3 (as shipped with JWSDP). So I copied the directory across from an ordinary 4.0.3, and sure enough I can see the HTML page. But when I connect to the site using the URL http://localhost:8080/webdav all I see is the webdav context files. Ho

Re: Installing Tomcat 4.0.4 on Red Hat 7.3 with RPM packages

2002-07-16 Thread Eddie Bush
I haven't been able to get that functionality to work myself :-( I think that's a long-standing TC "bug" you're running into. Someone said it would expand it when you created a folder for it, but I haven't even seen that. I'm glad you have webapps now thought ;-) Regards, Eddie Jakarta To

Re: Apache->Tomcat Howto?

2002-07-16 Thread Paul landolt
Problem with most of the information out there is that it deals with connecting 4.0.x with Apache, not 4.1.x. The Coyote JK2 connector is the preferred method with 4.1.x (jk has be deprecated in favour of jk2). Aside from Andrew Conrad's comments, there seems to be little documentation to be foun

RE: Apache->Tomcat Howto?

2002-07-16 Thread Turner, John
True, my reply was from a production point of view. In my opinion, neither mod_webapp or mod_jk2 are production ready, and tomcat 4.1.x is still beta. If you're looking for a production environment, in my mind that is tomcat 4.0.x (or even 3.3.x), mod_jk, and apache 1.3.x/2.0.39. I see little

Re: download file

2002-07-16 Thread rsequeira
Did you set the mime-type set in the web.xml? xls application/vnd.ms-excel RS jakarta-tom on 07/16/2002 09:10:03 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] cc: Subject:download file Subject: download file From: "J. Jason Zhou

RE: download file

2002-07-16 Thread Turner, John
Tomcat needs to know about MIME types. Put MIME-mapping statements in your web.xml file. xls application/vnd.ms-excel John Turner [EMAIL PROTECTED] -Original Message- From: Jakarta Tomcat Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:10 AM To: [EMAI

Re: Apache->Tomcat Howto?

2002-07-16 Thread Eddie Bush
Also check out ubeans.com/tomcat If you want Apache to do static content, you don't want to use the HTTP/webapp connectors. the HTTP connector is really for stand-alone operation. While webapp may eventually be the best solution, it currently doesn't allow Apache to handle static content. I

How do I achieve a nice level of debugging?

2002-07-16 Thread Christian J. Dechery
I would like my tomcat (local, on my machine, for development) to have a nice level of debug. Just like the one that comes with JBuilder... it gives me information like this: 2002-07-16 10:51:13 - JspEngine --> /seta_sessao.jsp 2002-07-16 10:51:13 - ServletPath: /seta_sessao.jsp 2002-07-1

Re: Problems with the mod_jk module

2002-07-16 Thread Eddie Bush
I'm not 100% sure, but, seeing as how you're running Apache2, it could be that you will have to compile. Also, another point to make, I had problems at some point with my libc version - but I'm almost certain this is when I was running 6.2. 7.3 (although it has some slight annoyances :-/) se

Error Tomcat : Why IllegalStateException

2002-07-16 Thread jose saloio
I have this message : Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /test): IllegalStateException in: R( /test+) Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+) Current state = FLUSHED, new state = CODING 7-10 11:

jsp client to server text file uploads

2002-07-16 Thread Dr. Edward R. Jones
Hi, The jsp code FileInputStream fiStream = new FileInputStream(path); causes the jsp server (tomcat 4.0.2) to look for the file on the server rather than on the client machine. Does anyone have a suggestion or example of how to get a text file uploaded to the server for processing using jsp/

RE: jsp client to server text file uploads

2002-07-16 Thread Koes, Derrick
http://www.servlets.com/cos/index.html -Original Message- From: Dr. Edward R. Jones [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: jsp client to server text file uploads Hi, The jsp code FileInputStream fiStream = new FileInputStream(p

RE: Apache->Tomcat Howto?

2002-07-16 Thread David Oxley
As far as I know mod_jk should still be used for 4.1.x, not mod_jk2. When people talk of Coyote JK2, they mean the Java side which is enabled by default when you download TC4.1.x. Dave > -Original Message- > From: Paul landolt [mailto:[EMAIL PROTECTED]] > Sent: 16 July 2002 15:13 > To: T

Client Certificates with Tomcat

2002-07-16 Thread Tathagat (London)
Hi All, I am working with Tomcat 4. I do all the steps provided in server.xml vis: __ Step 2: Generate Client and Server Certificates It is necessary to generate a Certificate for the client and the server. These Certificates are then importe

Re: jsp client to server text file uploads

2002-07-16 Thread Eddie Bush
http://jakarta.apache.org/struts Dr. Edward R. Jones wrote: >Hi, > >The jsp code FileInputStream fiStream = new FileInputStream(path); causes >the jsp server (tomcat 4.0.2) to look for the file on the server rather >than on the client machine. > >Does anyone have a suggestion or example of how

RE: How do I achieve a nice level of debugging?

2002-07-16 Thread BenT . Vandgrift
use the RequestDumperValve. it provides a nice level of debuggings, at least concerning incoming requests. if you have a busy server, watch the log file size, though. benjamin vandgrift ekos project team ph#: 502.564.9375x242 mob: 859.333.7320 > -Original Message- > From: Christian

RE: hello sir

2002-07-16 Thread Clay Graham
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ant's original author couldn't live with when developing soft

RE: jsp client to server text file uploads

2002-07-16 Thread Durham David Cntr 805CSS/SCBE
Here's another way, not open source but still free. www.jspsmart.com --> jspSmartUpload -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:35 AM To: Tomcat Users List Subject: Re: jsp client to server text file uploads http://jakarta.apache.or

tomcat+jdbc

2002-07-16 Thread Mario Henley Becerril Geldis
Hi... I have tomcat with apache 1.3.26 and mod_jk, i run fine jsp examples, but when i try run jsp with jdbc connection to oracle database tomcat send a error... my profile is it: JAVA_HOME=/usr/local/source/oraInventory/jdk export JAVA_HOME JUNIT_HOME=/usr/java/juni export JUNIT_HOME e

Tomcat 4.1.7 Beta / jsp:include

2002-07-16 Thread James, Stuart
I have a problem that has materialised after we upgraded our development web server to tomcat 4.1.7. the tag is ignored no errors are generated and the page is simply not loaded/included. (works fine in version 4.0.x) please help :) Thanks, Stuart James.

RE: tomcat+jdbc

2002-07-16 Thread Durham David Cntr 805CSS/SCBE
This is not a JDBC or Tomcat problem. Your jsp is not compiling, probably because IEEMBeans.DBABean is not the classpath for your app. Is this class in web-inf/lib or web-inf/classes? -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16

Re: NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Cunningham Emmett
>From what I recall the redirector and tomcat are fairly orthogonal, thus you can use the redirector from 3.x. --- Alexandre Kaszycki <[EMAIL PROTECTED]> wrote: > Hi there, > > I would like to install Tomcat 4.0.1 on iPlanet > Enterprise Server 4.1 SP10. > > I know there was a NSAPI redirec

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean
Yes, I can access both JSP and Servlets using port 8080. > http://localhost:8080/testfolder/Test.jsp works > http://localhost/testfolder/Test.jsp works > > > http://localhost:8080/testfolder/servlet/TestServlet does not work > http://localhost/testfolder/servlet/TestServlet

RE: newbie - finding class files

2002-07-16 Thread Craig R. McClanahan
On Tue, 16 Jul 2002, Andreas Probst wrote: > Date: Tue, 16 Jul 2002 13:59:49 +0200 > From: Andreas Probst <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: newbie - finding class files > > > > On Mon, 15 Jul 2002, Andreas Probst wrote:

Re: NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Thierry Boucheny
What operating system do you use ? Le mardi 16 juillet 2002, à 06:18 PM, Cunningham Emmett a écrit : > > From what I recall the redirector and tomcat are > fairly > orthogonal, thus you can use the redirector from 3.x. > > > > --- Alexandre Kaszycki <[EMAIL PROTECTED]> wrote: >> Hi there, >> >>

RE: How do I achieve a nice level of debugging?

2002-07-16 Thread Christian J. Dechery
but I don't want it to to the logfile... I want it in the tomcat output... and can u give me examples of the settings on server.xml?? thanks .:| Christian J. Dechery .:| FINEP - Depto. de Sistemas .:| [EMAIL PROTECTED] .:| (21) 2555-0332 >>> [EMAIL PROTECTED] 16/07/02 12:28 >>> use the Requ

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Turner, John
If http://localhost/testfolder/Test.jsp works, then tomcat and the redirector is fine. Or did you mean that this doesn't work, but that http://localhost:8080/testfolder/servlet/TestServletdoes? Can you post an error message or log file? John Turner [EMAIL PROTECTED] -Original Messag

RE: forwarding through j_security_check

2002-07-16 Thread Craig R. McClanahan
On Tue, 16 Jul 2002, James Krygowski wrote: > Date: Tue, 16 Jul 2002 07:09:55 -0400 > From: James Krygowski <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: forwarding through j_security_check > > Hi Craig- > > >> I

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread rsequeira
Is that a typo? You said Yes, I can access both JSP and Servlets using port 8080. > http://localhost:8080/testfolder/Test.jspworks > http://localhost/testfolder/Test.jsp works > > > http://localhost:8080/testfolder/servlet/TestServlet does not work The above i

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Andrew Conrad
Diana, Do you have a virtual directory in your website pointing to the directory of your isapi_redirector.dll? Specifically, if your extension_uri registry entry equals "/jakarta/isapi_redirector.dll", then you need to have a virtual directory called "jakarta" and it should point to the folder

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean
Yes, it's a typo. I apologize. http://localhost:8080/testfolder/Test.jspworks > http://localhost/testfolder/Test.jsp does not > > > http://localhost:8080/testfolder/servlet/TestServletworks > http://localhost/testfolder/servlet/TestServlet

client cert authorization method.

2002-07-16 Thread Anthony Geoghegan
Hi guys, Does anybody have any links on simple implementations of cert based authentication for stand-alone implementations of TOMCAT 4.x? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Diana McLean
Thanks Andrew. Yes, I have set up a virtual directory called jakarta that has the isapi_redirector.dll under it. The file is physically located in the CATALINA_HOME/bin directory. Diana -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 1:24

IIS + ISAPI Redirector (virtual host)

2002-07-16 Thread TurtleBF
Hi all,   I am working with IIS and Tomcat 4.0.4 and it is working fine. But... I would like to know if it is possible (and how) to define one uriworkermap file for each virtual host in IIS.   Thanks in advance.   Regards,   TBF   -- To unsubscribe, e-mail: For

Moving from 4.0.1 to 4.0.4 breaks log4j?

2002-07-16 Thread Shapira, Yoav
Hi everyone, I have an application using log4j that works fine in 4.0.1. It generates a log file in the /MyApp/WEB-INF/logs directory. I have log4j-1.2.5.jar in /MyApp/WEB-INF/lib. I downloaded tomcat 4.0.4 LE, running it with JDK 1.4.0 on Solaris. Same log4j jar in /MyApp/WEB-INF/lib, same log

RE: tomcat 4.0 and IIS - troubleshoot configuration

2002-07-16 Thread Andrew Conrad
Diana, Your best bet is to delete your log files, set the log_level registry key to "debug" and restart IIS. Test one of your directories then post your log file for the redirector to the mailing list. At this point, I'm sure most of us need more info before we can offer any helpful information

RE: Problems with Tomcat 4.0.3 -> JNDIRealms -> LDAP -> Netware 5

2002-07-16 Thread wbchmura
Well, I got it working by making a new JNDIRealms object that when it checks the authentication it tries to connect as that user. Roles are still a problem but that should not be insurmountable... If anyone has good code for doing this, or know of an issue with how I handled it, please let m

Can Somebody help please! : Coyote, JK and JK2

2002-07-16 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, How does JK2 differ JK. If I want to set up tomcat4.0.3 against apache1.3.26 which one should I be using? How are coyote connectors different from the JK connectors ? Can somebody explain? Also I see that none of the release version of JK connectors are available at http://jakarta.apa

RE: Problems with the mod_jk module

2002-07-16 Thread Sigurður Bjarnason
..Ok.. i used this configure line.. ./configure --with-layout=Apache --prefix=/usr/local/apache --enable-module=most --enable-mods-shared=most more info here http://www.galatea.com/flashguides/apache-tomcat-24-unix.xml and i have installed.. new gcc and ccs and god knows what !! I am runnin

Re: Problems with Tomcat 4.0.3 -> JNDIRealms -> LDAP -> Netware 5

2002-07-16 Thread Tim Funk
If you need to bind as the user - that implementation is done in the 4.1.X branch. [EMAIL PROTECTED] wrote: > Well, I got it working by making a new JNDIRealms object that when it > checks the authentication it tries to connect as that user. Roles are > still a problem but that should not be

RE: Tomcat Icons

2002-07-16 Thread Ertel, Jason
Ok here's a version for PNG users. I've also re-attached the .ICO copies. -Original Message- From: Umberto Nicoletti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 8:02 AM To: Tomcat Users List Subject: Re: Tomcat Icons "Ertel, Jason" wrote: > > I don't know if this is the

tomcat+jdbc (fwd)

2002-07-16 Thread Mario Henley Becerril Geldis
WEB-INF..?, this directory exist on my example dir, well, i have a jdbc for oracle...i download this from oracle.com. But server.xml on my tomcat contains lines for jdbc realm, my quiestion is, this driver can connect to oracle database...and how i do it..?? > I have tomcat with apache 1.3.

RE: IIS + ISAPI Redirector (virtual host)

2002-07-16 Thread Ignacio J. Ortega
read http://marc.theaimsgroup.com/?t=10075719914r=1w=2 Saludos , Ignacio J. Ortega -Mensaje original- De: TurtleBF [mailto:[EMAIL PROTECTED]] Enviado el: 16 de julio de 2002 19:40 Para: Tomcat Users List Asunto: IIS + ISAPI Redirector (virtual host) Hi all, Iam working with IIS an

RE: Can Somebody help please! : Coyote, JK and JK2

2002-07-16 Thread Turner, John
If you are targeting a production development, and you want apache to server static content and tomcat to server dynamic (servlet and JSP) content, then you should use mod_jk in my opinion. The URL I have for the connector binaries is no longer valid, so I can't help you there. Sorry. John Tur

RE: Problems with Tomcat 4.0.3 -> JNDIRealms -> LDAP -> Netware 5

2002-07-16 Thread wbchmura
Ah sonofa... Do you know if it handles the funny groupMembership rules and such now? -Original Message- From: funkman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 2:14 PM To: tomcat-user Subject: Re: Problems with Tomcat 4.0.3 -> JNDIRealms -> LDAP -> Netware 5 If you need

Webapplication directory

2002-07-16 Thread Ashish Kulkarni
Hi, I have just installed tomcat4.0.4, and i have to deploy a new application. so do i have to create a new folder say maps in c:\tomcat4.0.4\webapps\maps, and then create WEB-INF etc in it, or i can create it any where on my C drive and give the path in server.xml file, what is the best wayof do

Re: Problems with Tomcat 4.0.3 -> JNDIRealms -> LDAP -> Netware 5

2002-07-16 Thread Tim Funk
It does provide a list of roles but I do not know if still solves your issue. (I use IPlanet) [EMAIL PROTECTED] wrote: > Ah sonofa... > > Do you know if it handles the funny groupMembership rules and such now? > > > -Original Message- > From: funkman [mailto:[EMAIL PROTECTED]] > Sent:

RE: IIS + ISAPI Redirector (virtual host)

2002-07-16 Thread Ignacio J. Ortega
ughh, sorry the prior link was wrong here is the correct one, Hope that helps.. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: HUP signal stops Tomcat?

2002-07-16 Thread BenT . Vandgrift
Incidentally, I ran across some Signal handling information recently which might enlighten or confuse. Enjoy. http://www-106.ibm.com/developerworks/ibm/library/i-signalhandling/ benjamin vandgrift ekos project team ph#: 502.564.9375x242 mob: 859.333.7320 > -Original Message- > From:

  1   2   >