RE: SSL

2001-04-17 Thread Rams
lt supports Rams CMCLtd 3000401 x 2162 (O) 6313447 (R) -Original Message- From: Noone Anil Kumar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: SSL Hi, Does Tomcat V3.1.1 supports SSL ??? Any help appreciated Thanks

RE: Connection Pooling

2001-04-17 Thread Vinoj Vijayan
Doesn't JDBC 2.0 provide inherent connection pooling mechanism? Has anyone tried it out ? If yes, how effective is the same? TIA Vinoj -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Connection

RE: Hades - RE: is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Hunor Nam
Sorry, but which version of NetScape are you talking about ??? I've tried whit NetScape 4.7 and it's not suported Hades -Original Message- From: Sunil Chandurkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 6:34 PM To: [EMAIL PROTECTED] Subject: Hades - RE: is it p

SSL

2001-04-17 Thread Noone Anil Kumar
Hi, Does Tomcat V3.1.1 supports SSL ??? Any help appreciated Thanks in advance, Anil

RE: mod_jk - DEAD END!

2001-04-17 Thread Jared Clinton
Tim, What happens when u get one by mistake and send it to us all? Please dont say that it isnt possible. Jared. > -Original Message- > From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 18 April 2001 15:44 > To: [EMAIL PROTECTED] > Subject: Re: mod_jk - DEAD END! > > >

Re: mod_jk - DEAD END!

2001-04-17 Thread Jeff Kilbride
What trojan? It was just a text file. --jeff - Original Message - From: "Tim O'Neil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 12:07 PM Subject: Re: mod_jk - DEAD END! > At 07:15 PM 4/17/2001 +0100, Rui M . Silva Seabra wrote: > > >END!.ems <0880.0002>>5

AW: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-17 Thread Ralph Einfeldt
For the remarks see below: > -Ursprüngliche Nachricht- > Von: Tassilo Pilati [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 17. April 2001 17:47 > An: [EMAIL PROTECTED] > Betreff: Tomcat with Apache/URLRewritting and mod_rewrite > > RewriteEngine On > RewriteRule ^(/.*;jsessionid

Re: Connection Pooling

2001-04-17 Thread Jeff Kilbride
Go to http://www.javaexchange.com/ and download the DbConnectionBroker class. It includes examples in the documentation. --jeff - Original Message - From: "Balaji Muniraja" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 6:26 PM Subject: C

Re: mod_jk advice

2001-04-17 Thread Jeff Kilbride
Thanks! I'll check out your site. --jeff - Original Message - From: "GOMEZ Henri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 3:19 PM Subject: RE: mod_jk advice > >What's amazing is that there are no links to these on the > >website. How are > >people su

Re: HTTP Referer Field Not Appearing

2001-04-17 Thread Jeff Kilbride
Could be the capitalization. I use: String referer = req.getHeader("Referer"); and it works with jdk1.3 and Tomcat 3.2.1. Thanks, --jeff - Original Message - From: "David M. Rosner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 12:10 PM Subject: HTTP Referer

Re: How to make DbConnectionBroker from javaexchange.com to work with Mysql?

2001-04-17 Thread Jeff Kilbride
Hi Jason, It looks like you're doing everything right. What does the logfile say? Here is an example of my logfile with two open connections: --- Starting DbConnectionBroker Version 1.0.11: dbDriver = org.gjt.mm.mysql.Driver dbServer = jdbc:mysql://localhost:3306/affiliat

RE: Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread Stuart Allen
Hi Tõnu It's always the way isn't it, two minutes after I sent the last message it started to work (well, sort of). I changed the mapping from *.html to /. It says in the Servlet Specification that this makes jsp the default servlet of the application. This is quite acceptable for what I am tr

RE: JDBC question

2001-04-17 Thread Craig O'Brien
Hello, Are you getting any HTML output at all? Try to leave more messages to see where it is breaking down. Try Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" ).newInstance(); This "newInstance()" is often necessary. I don't use access so I don't know about the drivers or URL. It looks like

RE: Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread Stuart Allen
Hi Tõnu, Thank you for your reply. I still haven't been able to get things working, but I'm getting closer to understanding how it all works. The documentation doesn't seem to talk much about web.xml, but I get the impression that $TOMCAT_HOME/conf/web.xml isn't just a sample. Is this file rea

Load balancing with sticky sessions

2001-04-17 Thread Chen Li
Hi,   I am having problems with tomcat 3.2.1 sticky session feature.  Currently my configuration is having one machine running as the webserver (apache) machine and the other two machines running one tomcat on each. Our application has already implemented session cookies but mod_jk doesn't

Re: JDBC question

2001-04-17 Thread Bo Wang
Thanks for your help, here attached my servlet. I'm using win98 with Access 97, and set up a system DSN "Northwind" without userID and password. After I run this servlet, I got NullPointException. import java.io.*; import java.sql.*; import javax.servlet.*; import javax.servlet.http.*; public cl

Resticting Access

2001-04-17 Thread Vlad Teplitsky
Hi, I am migrating to Tomcat from JWS 2.0 and trying to restrict access to a given subtree on the server. I've tried using JDBCRealm and it works, however it doesn't satisfy my needs. I am trying to restrict access for a user once, make him/her login and then grant access for as long as the ses

Connection Pooling

2001-04-17 Thread Balaji Muniraja
Hi Gurus, I am new to the TOMCAT and JSP. Can any one guide me how to use Connection Pooling with TOMCAT and JSP. Thanks for the efforts and the help in Advance. Thanks and Regards M.Balaji. Do You Yahoo!? Get your free @yahoo.co.

Re: Security Manager/tomcat.policy Problems

2001-04-17 Thread Ed Gomolka
I've figured out the solution to my problem, so I'm replaying to my own message on the off chance that anyone's interested in the solution. There was a mismatch between the way that I had the permissions set in the security manager, and the way that the Java code was verifying permissions. I had

Re: ResultSet not found

2001-04-17 Thread Shun-Luoi Daniel Fong
I apologize if this is a ridiculous question, but I'm not really sure how to check to make sure my class path is correct. I did import java.sql.ResultSet in checklogin.jsp, so it should be finding the ResultSet class. Here is what I'm doing with my jsp's: 1. I'm using Tomcat 3.2.1/linux/apache

RE: Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread John Hardin
If I include the tags as you describe, I get a "cannot load servlet name: jsp" entry in my log file: 2001-04-17 09:28:48 - ContextManager: Adding context Ctx( ) Starting tomcat. Check logs/tomcat.log for error messages No apps in webapps/ 2001-04-17 09:28:48 - Ctx( ): Removing duplicate serv

Form based authentication in 4.0b2

2001-04-17 Thread Mark.Abbott
I have a question regarding the interaction between browsers and the implementation of form based authentication in Tomcat 4. Let's say that a webapp sets its login page to the document /app/login/login.jsp. If one requests a protected document named, for example, /app/jsp/main.jsp, the contain

Re: Why does servlet need to be in a subdir of WEB-INF/classes?

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001, Lu, Spencer wrote: > Hi, > > I've noticed that a servlet class invoked by Tomcat must reside in a > subdirectory of /WEB-INF/classes. Ideally I would like to > be able to place my servlet class in a directory that is not under > WEB-INF/classes. Is there any way to do this

Re: Hiding JSPs from Public Access!?!?!

2001-04-17 Thread Mark Johnson
I have a Session with a property stored therein. When a request is made to mypage.jsp, I check whether the property has the value required for requests to mypage.jsp: if not I send the request to index.html. Eg, in your case you might set a Session property like login="LOGON_OK" upon successful lo

Re: Why does servlet need to be in a subdir of WEB-INF/classes?

2001-04-17 Thread Pae Choi
See the Servlet Spec. and you will see why. Pae >Hi, > >I've noticed that a servlet class invoked by Tomcat must reside in a >subdirectory of /WEB-INF/classes. Ideally I would like to be able >to place my servlet class in a directory that is not under WEB-INF/classes. >Is there any way to do

Why does servlet need to be in a subdir of WEB-INF/classes?

2001-04-17 Thread Lu, Spencer
Hi, I've noticed that a servlet class invoked by Tomcat must reside in a subdirectory of /WEB-INF/classes. Ideally I would like to be able to place my servlet class in a directory that is not under WEB-INF/classes. Is there any way to do this without changing the Tomcat source and recompiling it

http version

2001-04-17 Thread time out
does anyone know which version of http tomcat uses? how about the iis redirecter, isapi_redirect.dll? thanks. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

RE: Security Manager/tomcat.policy Problems

2001-04-17 Thread Ed Gomolka
At 02:02 PM 4/17/01 -0700, you wrote: >the user who owns the Tomcat process doesn't have the OS permission for the >file > >this can be fixed using the "chmod" command > >Filip Thanks for the suggestion. That would be the logical first thing to check, and I've certainly made my share of mistakes

RE: Tomcat 3 vs Tomcat 4

2001-04-17 Thread GOMEZ Henri
>>> Hi, I am in the process of investigating to choose a >servlet container for >>> our project. I am wondering if we should start off with >Tomcat 4.0 or >> Tomcat >>> 3.2.1. Can anybody tell me what are the major differences >in Tomcat 3.x and >>> Tomcat 4.x? >> >>A couple of major difference

RE: Apache-SSL or Mod-ssl

2001-04-17 Thread GOMEZ Henri
>We're deploying on SuSE 7.0 anyway. I prefer SuSE purely because: >a) you get shedloads of apps on the source cd's (less downloading) >b) yast is brilliant for admin stuff >c) They release new versions pretty frequently Redhat, Suse, Mandrake are all great distribs. You allways get binaries and

RE: to many tomcat processes!! AAH!!

2001-04-17 Thread Kevin Sangeelee
Try something like -green (as opposed to -native) as the first command line argument. This is how it works on the bd jdk 1.17 at least. If not, have a look at the $JAVA_HOME/bin/java wrapper, it should have details in there, and probably a way to change the default threading model. Like you, the

RE: mod_jk advice

2001-04-17 Thread GOMEZ Henri
>What's amazing is that there are no links to these on the >website. How are >people supposed to find them? > >--jeff Redhat RPM are available for many jakarta.apache.org projects (ant, oro, tomcat, ...) and xml.apache.org (xerces, xalan, cocoon). But RPM are just a Linux packaging method. So

Re: Servlet reloading problems

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001 [EMAIL PROTECTED] wrote: > Servlet reloading works fine under Tomcat, however I've been bitten > where the servlet re-loaded OK, but a class my servlet depends on > changed but was not reloaded. > > For example, if ServletA uses StaticServiceB. I can reload ServletA > all day

Re: ResultSet not found

2001-04-17 Thread time out
it is related to your class path and the fact that you did not import java.sql.ResultSet or something like that. At 16:48 04/17/2001 -0500, you wrote: >I'm using a JavaBean to communicate with a mysql database. >Here's what I do: > >1. login.jsp --> user enters ID and password; also when this p

RE: ResultSet not found

2001-04-17 Thread Azhar Khan
You should use the statement object instead of connection object to call the method executeQuery Statement stmt = connection.createStatement(); stmt.executeQuery(sql); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shun-Luoi Daniel Fong Sent: Tuesday, A

ResultSet not found

2001-04-17 Thread Shun-Luoi Daniel Fong
I'm using a JavaBean to communicate with a mysql database. Here's what I do: 1. login.jsp --> user enters ID and password; also when this page is loaded the ConnectionBean is declared with scope="session" 2. when the user hits "submit", the form sends the data to checklogin.jsp where the submitt

Hiding JSPs from Public Access

2001-04-17 Thread Tim Coultas
Folks - I have run into the common problem where visitors can get at my jsp files even though I have set up log-in system of security using a central "traffic circle" servlet that forwards users to jsp pages. I have the servlets residing in a directory named jsp under the main context directory

Hiding JSPs from Public Access!?!?!

2001-04-17 Thread Tim Coultas
Folks - I have run into the common problem where visitors can get at my jsp files even though I have set up log-in system of security using a central "traffic circle" servlet that forwards users to jsp pages. I have the servlets residing in a directory named jsp under the main context directory.

RE: help with ie 5.0

2001-04-17 Thread Darrell Porter
Here's what I have so far: Windows 2000. MS SQL 2000. Tomcat 3.2 is running ajp12 on port 8007. IIS 5 is running on port 80. Guardian Raptor firewall only allows port 80 conversations to the IIS server. It works from IE 5.0 from inside the firewall. Outside the firewall, IE 5.x hangs. AOL also h

RE: Security Manager/tomcat.policy Problems

2001-04-17 Thread Filip Hanik
the user who owns the Tomcat process doesn't have the OS permission for the file this can be fixed using the "chmod" command Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

xalan and xerces

2001-04-17 Thread greyson . smith
I know this has been asked before, so I went to the archives. I was a bit unsure as to what the answer was, though. Would someone be willing to restate how to get xalan and xerces working for Tomcat 3.1? I have a class that works fine outside of Tomcat, but when I parse inside of Tomcat or use

RE: to many tomcat processes!! AAH!!

2001-04-17 Thread Ed Gomolka
At 04:03 PM 4/17/01 -0400, you wrote: >does anyone know how can i force java to use green threads? > >thanks I don't know how, but why would you want to do it? The native thread use should be more efficient. The only drawback is the the way that the ps command displays the threads, but it is onl

Security Manager/tomcat.policy Problems

2001-04-17 Thread Ed Gomolka
Platform: Linux Mandrake 7.2/Apache 1.3-19/Tomcat 3.2.1 Can somebody clarify a security manager issue for me? We have an application that allows the user to upload GIF/JPEG images. This has worked fine in development, but has stopped working since we started tightening up security in the tomcat

RE: Servlet reloading problems

2001-04-17 Thread CPC Livelink Admin
I have never heard/seen of the TomcatConf.xml file, so you are one up on me there. -Original Message- From: Steve Brainard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:26 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet reloading problems Thanks for the reply. Is this the

RE: help with ie 5.0

2001-04-17 Thread Darrell Porter
Are you using ajp12 or ajp13? Does it only work if you are "inside" the firewall? Does it work from Netscape outside the firewall? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 11:15 AM To: [EMAIL PROTECTED] Subject: RE: help with ie

RE: Asking for an Opionio on Apache & Tomcat or Just Apache

2001-04-17 Thread Tim O'Neil
At 01:04 PM 4/17/2001 -0700, you wrote: >Do the performance and stress testing yourself and compare the two. >Regardless of configuration, you should be doing the scalability testing up >front to verify what you get from your hardware and software will >satisfactorily meet your needs. > >My number

How to read property files?

2001-04-17 Thread estutes
I would like to put a myapp.properties file in the top level directory of my webapp. But I can't figure out what filepath to give the Properties.load() method in order to load my servlet property object. Can someone help me? Thanks =eas=

RE: Servlet reloading problems

2001-04-17 Thread Steve Brainard
Thanks for the reply. Is this the same as adding the following lines to TomcatConf.xml? Or, do I have to set up another context in server.xml? (the above works fine for everthing except reloading servlets without restarting tomcat. It doesn't make sense to have to duplica

RE: to many tomcat processes!! AAH!!

2001-04-17 Thread Georges Boutros
does anyone know how can i force java to use green threads? thanks -Original Message- From: Ansgar W. Konermann [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 8:31 PM To: [EMAIL PROTECTED] Subject: Re: to many tomcat processes!! AAH!! Hi, maybe the many processes are becaus

taglibs and jspc

2001-04-17 Thread Nick Christopher
Has anyone got taglibs & jspc working together? I get Sax XML errors - I think while its trying to deal with the taglib-uri in the web.xml. Also the three examples I have of taglib deployment (jakarta/taglibs docs, form tag library docs, WROX Pro JSP book) are all conflicting and vague.

RE: Asking for an Opionio on Apache & Tomcat or Just Apache

2001-04-17 Thread Todd Carmichael
Do the performance and stress testing yourself and compare the two. Regardless of configuration, you should be doing the scalability testing up front to verify what you get from your hardware and software will satisfactorily meet your needs. My numbers show a large increase in performance when

RE: Where does System.out.println go under Tomcat

2001-04-17 Thread Jason_Henriksen
I used to have trouble with this, but now I just use System.err.println(); System.err behaves as you would expect by default. (Assuming you're not already using err for something else.) Jason -- Warning : The informati

Re: Servlet reloading problems

2001-04-17 Thread Jason_Henriksen
Servlet reloading works fine under Tomcat, however I've been bitten where the servlet re-loaded OK, but a class my servlet depends on changed but was not reloaded. For example, if ServletA uses StaticServiceB. I can reload ServletA all day long, but changes to StaticServiceB wont be picked up u

Re: Servlet reloading problems

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001 [EMAIL PROTECTED] wrote: > as far as i know, when you recompile a class, you need to restart > tomcat. there is nothing that you can do about it and there are no > plans to change that. (i got that tidbit from an online discussion > group from a sun employee.) sorry :( Fun

Re: HTTP Referer Field Not Appearing

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001, David M. Rosner wrote: > Hi All, > > For some reason I can't get the Referer header field from any of my JSP > pages. I'm using the following code: > > String strReferringURL = request.getHeader( "referer" ) ; Is that the only named you tried? Capitalization and/or the exac

RE: HTTP Referer Field Not Appearing

2001-04-17 Thread CPC Livelink Admin
On 3.2.1 it works for me. Make sure you are actually getting to the page using a method which would generate a referrer. Just typing the link in the browser address bar will not do it. You need to make a dummy html file with a link to your test page and click on the link to see it. -Origin

Re: problems unsubscribing

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001, Maura TAYLOR wrote: > has anyone had any success with unsubscribing from this list? and Of course, anyone who has won't be reading this (most likely). > yes, i sent an email (several actually) to the unsubscribe email > address for apache thank you very much. Have you rea

RE: Servlet reloading problems

2001-04-17 Thread CPC Livelink Admin
Actually, it does work - you have to set the reload attribute to true in the server.xml - my entry looks like this : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 3:08 PM To: [EMAIL PROTECTED] Subject: Re: Servlet

HTTP Referer Field Not Appearing

2001-04-17 Thread David M. Rosner
Hi All, For some reason I can't get the Referer header field from any of my JSP pages. I'm using the following code: String strReferringURL = request.getHeader( "referer" ) ; I also tried looking at all of the headers in the request, but it doesn't look like this is including all of the heade

Re: mod_jk - DEAD END!

2001-04-17 Thread Tim O'Neil
At 07:15 PM 4/17/2001 +0100, Rui M . Silva Seabra wrote: >END!.ems <0880.0002>>5dee9b.jpgPRO\Attach\Re mod_jk - DEAD END!.ems <0880.0002>> Re mod_jk - DEAD END!.ems Can we get people who continually send lame trojans to the list knocked off? 5dee9b.jpg

RE: ServletOutputStream

2001-04-17 Thread Courtney, James
For any given HTTP request the server returns a single response of a single type. If you want to return test/html then that is what the server will tell the browser it is returning and in turn, the browser will try to display the data that way. If you want to return a byte stream like image/jpeg

problems unsubscribing

2001-04-17 Thread Maura TAYLOR
has anyone had any success with unsubscribing from this list? and yes, i sent an email (several actually) to the unsubscribe email address for apache thank you very much.

Re: Servlet reloading problems

2001-04-17 Thread situbu42
as far as i know, when you recompile a class, you need to restart tomcat. there is nothing that you can do about it and there are no plans to change that. (i got that tidbit from an online discussion group from a sun employee.) sorry :( At 11:06 04/17/2001 -0700, you wrote: >I've read all

ServletOutputStream

2001-04-17 Thread Georges Boutros
hi, i want to use the ServletOutputStream to send the data of a JPG image to the browser. ServletOutputStream ServletOut = response.getOutputStream(); it's working good but i can't write any text before or after the image. if i set response.setContentType("text/html"); i see the text th

RE: Servlet reloading problems

2001-04-17 Thread Steve Brainard
Thanks for the reply. Is this the same as adding the following lines to TomcatConf.xml?           Or, do I have to set up another context in server.xml? (the above works fine for everthing except reloading servlets without restarting tomcat. It doesn't make sense to have to d

Re: Servlet reloading problems

2001-04-17 Thread H.F.N. den Boer
In server.xml set reloadable to true. I use the context mapping;     docBase="xx" crossContext="true" debug="i" reloadable="true" trusted="true" >     That's all.  A

Re: isapi log

2001-04-17 Thread H.F.N. den Boer
Thanks. Checked registry, the correct word is mentioned... Maybe I need to restart the server machine to end up in the correct log mode ? Nico - Original Message - From: Stéphane BAUDET <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 4:59 PM Subject: Re: isapi l

WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-17 Thread Chris Bailey
The Tomcat automatic setting of a classpath for a given webapp is not seeming to work for me. I have my various jar files in .../WEB-INF/lib, for my web app. But, that fails. If I however, put them in $TOMCAT_HOME/lib, then they get added to the generic classpath (which is displayed on startup

Re: Logging, server.xml and so on

2001-04-17 Thread Will England
On Tue, 17 Apr 2001, Sam Newman wrote: > To get stuff into the log, you have to do the following (I'm assuming your > in a servlet at the time!) > > this.getServletContext().log("msg"); > or > this.getServletContext().log("msg", exception); > > Check the API docs for HttpServletContext for more

Re: mod_jk - DEAD END!

2001-04-17 Thread Rui M . Silva Seabra
If you use mod_jk, you should only tamper with server.xml and workers.properties. Use mod_jk.conf-auto as a template for mod_jk's apache configuration flags. Example: Let's suppose you have the following entry in /etc/hosts: 192.168.0.2 MyServer Let's suppose you have the following entries in

RE: help with ie 5.0

2001-04-17 Thread situbu42
i am running tomcat as an out of process container with iis 5.0, i think (it came with win2k), using the isapi redirecter that comes in the win32/i386 directory from tomcat's download area, so that iis serves html docs and tomcat runs JSPs. i checked the directory permissions in IIS manager an

RE: Where does System.out.println go under Tomcat

2001-04-17 Thread Animesh Chaturvedi - US
Hi Brian!!   Did you got the solution to your problem. I am facing the same problem. I am using unix and running tomcat as standalone.  I am trying to debug some  classes. So I put some System.out.println statements in them. I have put these classes at the first position in classpath, so th

Servlet reloading problems

2001-04-17 Thread Steve Brainard
I've read all the archives and still cannot get my servlet to reload. I am running TOMCAT Version 3.2.1 on Windows 2000. Does anyone have a formula to get this to work?   My servlet is in WEB-INF/classes, and I do not have WEB-INF in my classpath, and I have tried setting reloadable to both

Re: Tomcat Integration and Forte IDE

2001-04-17 Thread Ansgar W. Konermann
Chris Andreou wrote: > > Has anybody inregrated JSP and Forte For java? JSP editing/execution _is_ already integrated in Forte4Java (version 2, community edition). >From the Explorer[Filesystem] window, select "New" -> "JSP" -> in the context menu of a directory. -- Best regards, Ansgar W.

Re: Asking for an Opionio on Apache & Tomcat or Just Apache

2001-04-17 Thread suha_yacoub
Thanks very much Benoit and thanks Sam for your help. You both came to the same conclusion: move all contents of mod_jk.conf-auto to the httpd.conf file for apache and set up apache default files to index.html and index.jsp I will try to set that up and let you know if there's a problem. Otherwi

JNDI / Tomcat Security Policy

2001-04-17 Thread eric chacon
Folks, I am trying to deploy a PoolMan DataSource with JNDI, accessible from Tomcat. I'm running Tomcat 3.2.1, Linux, Postgresql 7.0.?, and Apache (using mod_jk.so). I seem to be having trouble with my security policies-- Poolman 1.4.1 (the most recent version I could make work--2.0 was a cr

Re: Acrobat question clarification

2001-04-17 Thread RameshBabu R Muthuvel
Hi This happens to me too, though i use a NT machine. I normally do the foll: 1) clear the browsers cache, close the browser and restart it, it works fine. 2) (the first time i got this error), my acrobat could not launch. so i downloaded and reinstalled, since i was not sure about plugging i

RE: help with ie 5.0

2001-04-17 Thread Darrell Porter
Are you running Tomcat in conjunction with IIS? If so, make sure you allow anonymous or basic authentication access to the IIS site, otherwise, it is trying to do NT Challenge/Response authentication which doesn't work over port 80. Darrell -Original Message- From: time out [mailto:[EM

Tomcat Integration and Forte IDE

2001-04-17 Thread Chris Andreou
Has anybody inregrated JSP and Forte For java? Thanks Chris

RE: please unsubscribe me

2001-04-17 Thread Gottwald, Oliver
I did that atleast 15 times with no response as well... :-) -Original Message- From: GASNIER Lise [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:40 AM To: [EMAIL PROTECTED] Subject: RE: please unsubscribe me To be unsubscribed: send an e-mail to: [EMAIL PROTECTED] > -Me

help with ie 5.0

2001-04-17 Thread time out
i am running tomcat 3.2 on win2k. i have a jsp that connects to mssql 2000 via some classes that i have written. there is a login for the web application. the login process works on all tested netscape and ie version less than 5.0 ... and that is good, but ie 5.0 and higher (and aol, as well)

mod_jk - DEAD END!

2001-04-17 Thread Raj Subramani
Hi, I have been trying to get mod_jk to integrate with my Apache/Tomcat environment. The documentation talks endlessly about jserv and how to use it even though right at the top there is a line saying if you use "mod_jk" disable "jserv". Fantastic. Finally I reached this archive list to fin

Re: JDBC question

2001-04-17 Thread RameshBabu R Muthuvel
Hi There are numerous issues. Some are: 1) either ur dsn is not there 2) Your tables datatype doesn't match with the value passed or accessed from servlet etc... send ur servlet, to find out what really happens ramesh ___

Encoding problem with <%@ include %> directive

2001-04-17 Thread Arik Kfir
Hi all.. I have a JSP page, call it *MyPage.jsp*. The page has the following @page directive: <%@ page language="Java" session="false" buffer="none" errorPage="error.jsp" contentType="text/html;charset=WINDOWS-1255" %> Note the encoding in the *contentType* attribute - its a Hebrew encoding. In

Re: question about CLASSPATH

2001-04-17 Thread Kresimir (Binsco)
well, for some reason it happens,   if the classes are the same name, it will pick up class from another application. could it be because I have CLASSPATH set on the system (linux env. variable) level to both packages (to /fred and to /bob) ? shoudl I remove that?   thanks for your prompt answer

Re: please unsubscribe me

2001-04-17 Thread B. van Ouwerkerk
At 15:05 17-4-01 +0200, you wrote: >please take me off this list. Would you please read the header.. list-help: list-unsubscribe: list-post:

RE: Session Expiry

2001-04-17 Thread Arik Kfir
You can't track the pressing of the Close ("X") button in your server program. When the user presses X, the Browser doesn't notify the server that it has closed - that is exactly why the Timeout notion was invented.. heh so if you tried the HttpSessionBindingListener and it works for the session

cant find the jk_nt_service.exe file

2001-04-17 Thread david . rogers3
Hi, I am trying to set up apache and Tomcat on a Windows 2000 box. To get everything running I should run jk_nt_service.exe but I cannot seem to find it anywhere. any ideas? p.s. I did check in the %tomcat%\conf directory -David Rogers Thanks!

Re: JDBC Realm Question

2001-04-17 Thread eric chacon
That seems to have done it... thanks, Eric >From: Stefan Meisner Larsen <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: JDBC Realm Question >Date: Tue, 17 Apr 2001 14:55:21 +0200 > >Hi Eric > >You seems to be missing: > connectionName="some_name"

RE: Use

2001-04-17 Thread Arik Kfir
what kind of error? post some syntax.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: Use Importance: High Sensitivity: Confidential Hi every body, when I use in my JSP, I have an error. How c

RE: Acrobat question clarification

2001-04-17 Thread Craig O'Brien
Just to let you know. I tried what you explained: placing a link on a jsp page within tomcat to a .pdf file. It worked perfectly in IE5.5, Netscape 4.7 but not initially in Netscape 6. I manually set the path to acrobat and everything thereafter was fine. I have not made changes to the default

Re: question about CLASSPATH

2001-04-17 Thread Sam Newman
Tomcats special classloader should only access classes for each webapp under your webapp directory. You don't have to worry about classes in webapps/bob/WEB-INF/classes picking up webapps/fred/WEB-INF/classes for example.   sam - Original Message - From: Kresimir (Binsco)

Re: Asking for an Opionio on Apache & Tomcat or Just Apache

2001-04-17 Thread Sam Newman
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 4:56 PM Subject: RE: Asking for an Opionio on Apache & Tomcat or Just Apache > > > Thanks. It's still not working. I get a 404 error now when I go to my > applicatio

Re: Followup: WAR deployment with JSP's

2001-04-17 Thread Sam Newman
3rd party libs (e.g. xml parsers etc) should be placed in the WEB-INF/lib directory. But this is valid jar files, not simple classes. If you have your own classes, or even other peoples, unpacked and not in a jar form, put them in WEB-INF/classes (remembering to mirror thier package in the directo

Re: Logging, server.xml and so on

2001-04-17 Thread Sam Newman
To get stuff into the log, you have to do the following (I'm assuming your in a servlet at the time!) this.getServletContext().log("msg"); or this.getServletContext().log("msg", exception); Check the API docs for HttpServletContext for more details. As to how you can tailor this logging to ref

Re: Authentication with JDBC but without JDBCRealms

2001-04-17 Thread João Folha
Thanks for your anwer. I know that, but The security constrains on the web.xml, will make some diference on the behaviour of the *Realm. But what i really want is new "Realm" made by myself so my application doens´t be tomcat dependent - Original Message - From: "Torgeir Veimo" <[EMAIL

Re: Asking for an Opionio on Apache & Tomcat or Just Apache

2001-04-17 Thread Sam Newman
have you edited the Apache directive for the default filex? Search for index.html or index.htm in httpd.conf and try adding index.jsp. Apache doesn't automatically look for any file called index - you need to explicitly tell it what files to load as defaults. If this doesn't work but typing in the

RE: SERVLET problem for a beginer

2001-04-17 Thread Gael Oberson
1. How can I know that Tomcat is working ? You can browse the tomcat page that comes with your tomcat installation and try the examples if they work, that's done... (http://your_site:8080) 2. How can I install a servlet in it ? Edit the server.xml, web.xml files, study them w

question about CLASSPATH

2001-04-17 Thread Kresimir (Binsco)
When setting up different applications in server.xml for an instance of tomcat, is there a way to setup different CLASSPATH for each application? Is there are way to setup CLASSPATH to be "application" specific. For example, if I have two different applications   .../jakarta-tomcat/webapps/pr

Re: include a file in a servlet

2001-04-17 Thread Rui M . Silva Seabra
On Tue, Apr 17, 2001 at 06:13:36PM +0200, Gaël Oberson wrote: > try this: > request.getRequestDispatcher("/examples/web/test.jsp").include(request, > response); What if Apache gets the http request and forwards it with JkMount to tomcat, would this request.getRequestDispatcher("/file.html").incl

  1   2   3   >