Directory browsing

2002-03-19 Thread Julien OIX
hi everyone, I'm using Tomcat/Apache service; in my default web.xml, located in $TOMCAT_HOME/conf, I've these lines: servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-class init-param param-namelistings/param-name

Re: Disable DTD Validation for web.xml

2002-03-19 Thread Olaf Jahn
Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 18 Mar 2002, Kevin Grey wrote: I was wondering if its possible to disable DTD validation for the web.xml for a specific WAR file (or across an entire Tomcat engine)? Not without changing the Tomcat sources. Does not

RE: Tomcat 4.0 and Windows XP

2002-03-19 Thread Chris Pheby
I had problems running 4.0.3 as a service under XP. 4.0.4 beta 1 works well as a service however. Also I had to use Service+ (a utility) to set Apache as depending on Tomcat so they integrate properly. Otherwise no problems there. Chris. -Original Message- From: [EMAIL PROTECTED]

Great Book - More Servlets and Java Server Pages

2002-03-19 Thread Andy Eastham
All, I've just finished reading More Servlets and Java Server Pages by Marty Hall. I wish I'd read this when I'd been new to Tomcat. It's brilliant as it really explains _exactly_ how to configure things in Tomcat (plus a couple of other engines), and has some excellent examples. See

Re: Tomcat 4.0 and IterationTag

2002-03-19 Thread Albert Pastrana
Yes, I thought the same, because I did a similar tag some months ago, but I looked at the JSP1.2 specification and docs and I saw that now, TagSupport is implementing IterationTag (a new interface) and that the right way (the other will be deprecated) to do an iteration tag is extending

Re: Lib placement problem

2002-03-19 Thread Alexander Reifinger
Hi John, In our JSP application I included an dynamic output as PDF, done via Cocoon on tomcat 3.2. This has worked once, but somehow does not anymore. After fiddling around and reading FAQ's and so on I decided to try Cocoon 2 and Tomcat 4, but could not get it to work again.

AW: installation of Tomcat 4.0

2002-03-19 Thread Alexander Reifinger
Hi Will, try to use catalina run instead of startup, so you will see the error message tomcat produces... Alexander I've followed the documents from the web on setting up those and when I run the startup.bat file, a window pops up for a second and then disappears. The dos window is back

java.net.BindException

2002-03-19 Thread cyril vidal
Hi, When I start Tomcat 4.0.1 by commandline, I always obtain the same message: Server. run /init:java.net.BindExecption:Adress in use:bind java.net.BindException:Adress in use:bind at java.net.PlainSocketImpl.socketBind(nativMethod) ... Sitemap location = sitemap.xmap Checking sitemap

Strange Behaviour of Tomcat

2002-03-19 Thread KrishnaKanth Vishnubhotla
Hi, I have one observation abt the behaviour of Tomcat. I've been using various versions of Tomcat3.1.1 Tomcat3.2.x. I have a web-application in which I have a JSP page,with only %@ page language=java % as the import statement. I use a 'Vector' object to store some details. BUT, I

Re: Free J2EE IDE: Which one?

2002-03-19 Thread @Basebeans.com
Subject: Re: Free J2EE IDE: Which one? From: Vic Cekvenich [EMAIL PROTECTED] === netbeans.org [EMAIL PROTECTED] wrote: Go for VIsual Age for Java..This is one of the best way... -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:01 AM

Tomcat 4 with Apache 1.3

2002-03-19 Thread Robert Douglass
Could someone please point me to a FAQ or other resource that expains how to configure Tomcat and Apache to run with each other (WIN2K)? I haven't found this in the Tomcat user's manual. I am new to both systems and need something aimed at newbies. Thanks, Robert Douglass -- To unsubscribe:

AW: Strange Behaviour of Tomcat

2002-03-19 Thread Ralph Einfeldt
This is a behaviour of tomcat 3.?. It imported java.util.*. Newer versions of tomcat (at least 4.*) don't have this 'feature' anymore. -Ursprüngliche Nachricht- Von: KrishnaKanth Vishnubhotla [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. März 2002 09:05 An: '[EMAIL

RE: tomcat3-3.3a-2 doesn't load turbine-2.1

2002-03-19 Thread Larry Isaacs
Is it a typo that you are using turbine in the servlet declaration, and Turbine (uppercase 'T') in the mapping? They should be the same. Cheers, Larry -Original Message- From: Huy K Dung [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 7:02 PM To: [EMAIL PROTECTED]

RE: Tomcat and Unicode parameters in URLs ???

2002-03-19 Thread Larry Isaacs
If you can live with the Servlet 2.2 spec, Tomcat 3.3 has a work around for this. The DecodeInterceptor can accept a URL like the following to specify the encoding as part of the URI: http://localhost:8080/myapp/index.jsp;charset=UTF-8?param=value For details, see the charsetAttribute

Serving images from a directory outside of WEB-INF

2002-03-19 Thread WATKINS, Andy, FM
We have a central image directory shared by several web apps. How do I get Tomcat to server images from a directory outside of WEB-INF ie so /images/myimage.gif maps to c:\cetralimages\myimage.gif Andy Visit our

Re: installation of Tomcat 4.0

2002-03-19 Thread George . Marian
make sure you do not have any other web servers running. ie IIS, iplanet Kwan, William [EMAIL PROTECTED] 18/03/2002 07:19 PM Please respond to Tomcat Users List To: Tomcat user (E-mail) [EMAIL PROTECTED] cc: Subject:installation of Tomcat 4.0 Hi

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Adam Lipscombe
I get the same problem on Win2k with Tomcat 4.0.3 and JDK 1.3.1 From other posts it looks like Tyrex is not working. Cheers - Adam From: Nikola Milutinovic Subject: Re: JDBC/JNDI problem, continued -

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Nikola Milutinovic
I get the same problem on Win2k with Tomcat 4.0.3 and JDK 1.3.1 From other posts it looks like Tyrex is not working. At least one guy managed to get my combination to work. The fact that he is one of the top developers (Craig) might have something to do with it. I'm not saying that

Re: installation of Tomcat 4.0

2002-03-19 Thread Raj
U can run any servers with tomcat4.0.3.I did not get any problems.U have not started the tomcat properly.U uninstall it and than install in a directcory c:\tomcat4(as per your convenience.)Go to Env variables set JAVA_HOME as name,c:\jdk1.3any version as value set CATALINA_HOME as name

Re: java.net.BindException

2002-03-19 Thread cyril vidal
Does anybody have the solution for this problem? When I start Tomcat 4.0.1 by commandline, I always obtain the same message: Server. run /init:java.net.BindExecption:Adress in use:bind java.net.BindException:Adress in use:bind at java.net.PlainSocketImpl.socketBind(nativMethod) ...

JSP Page caching questions

2002-03-19 Thread Diego, Emil
Hi, Here is the environment I am running under. Redhat linux 7.2 running apache 1.3 and Tomcat 3.2.3. I have a JSP website that I am making modifications to, here is what is happening. I hav a group of 20 pages, that are all including another pages using the following tag %@include

RE: JSP Page caching questions

2002-03-19 Thread Rodrigo Gonzalez Asensio
I have the same problem The servlet engine doesn't regenerates the jsp files who has includes modified. The trivial solution is touch al files that you wanna update. --- Rodrigo Gonzalez Asensio División de Ingeniería - Platino - GUI

AW: JSP Page caching questions

2002-03-19 Thread Ralph Einfeldt
Static includes are not considered when tomcat decides to recompile a page. One solution: run touch on all JSP Files that include this file. -Ursprüngliche Nachricht- Von: Diego, Emil [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. März 2002 15:14 An: Tomcat Mailing List (E-mail)

Performance problem

2002-03-19 Thread HIRAUCHI Hideyuki
Hello everyone.] My name is Hideyuki. I'm Japanese ( poor at English). I've got a trouble when I'm trying to optimize performance. I want to: 1. set accept queue size 30. 2. process request on 3 thread concurrently. So, I wrote below ---conf/server.xml start--- Connector

RE: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Adam Lipscombe
Should have mentioned that I am using Oracle 817... The Tyrex mailing list archives suggest that it is possible to configure Tyrex via a separate config file. I cant find this under the Tomcat distribution. Anyone know how to do this? Cheers - Adam -Original Message- From: Nikola

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-19 Thread Jim Cobban
- Original Message - From: Jim Cobban [EMAIL PROTECTED] Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run - Original Message - From: Wagoner, Mark [EMAIL PROTECTED] Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run What URL are you using

RE: Deployment from directories not under webapps

2002-03-19 Thread rsequeira
Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: RE: Deployment from directories not under webapps Thanks. My apps make use of JARs and classes that are not located under

RE: Deployment from directories not under webapps

2002-03-19 Thread Rodrigo Gonzalez Asensio
JUST PUT YOUR SERVLETS IN WEB-INF/classes JUST PUT YOUR JARs IN jar files webapp/WEB-INF/lib --- Rodrigo Gonzalez Asensio División de Ingeniería - Platino - GUI Development Gilbarco Latin America Congreso 3450 - C1430AZD Buenos Aires -

Servlets that deployed yesterday ...

2002-03-19 Thread Paul Brown
... suddenly not deploying i've changed no code but i'm getting exceptions stack traces in the logs. if anyone could explain this to me i'd be very grateful ... 2002-03-19 15:14:50 StandardContext[/messagelets]: Servlet /messagelets threw load() exception javax.servlet.ServletException:

maxProcessors

2002-03-19 Thread Dean Hiller
excuse me in my ignorance, but it has been a while and I have forgotten how webservers work. How does a typical webserver work as far as a few threads waiting on accept() for incoming connections? Is the socket created/teardown every time a user goes to a different page? Now that the

AW: maxProcessors

2002-03-19 Thread Ralph Einfeldt
Have a look at http://www.kegel.com/c10k.html How tomcat deal with this things I can't tell. -Ursprüngliche Nachricht- Von: Dean Hiller [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. März 2002 16:40 An: [EMAIL PROTECTED] Betreff: maxProcessors snip/ How does a typical

RE: Deployment from directories not under webapps

2002-03-19 Thread George . Marian
Where do you put the Oracle drivers?This is the error message I get from my log. I am running tomcat 4 on a win2000 machine Tue Mar 19 10:40:54 EST 2002: Can't create a new connection for jdbc:oracle:thin:@172.17.112.10:1525:DTSAPPS java.sql.SQLException: No suitable driver at

RE: Deployment from directories not under webapps

2002-03-19 Thread Randy Layman
You need to rename classesXXX.zip to classesXXX.jar and put it in the WEB-INF/lib directory of your webapp. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 10:54 AM To: Tomcat Users List Subject: RE:

Maximum length of URL

2002-03-19 Thread Michael Zhou
Hello, We are running Tomcat 4.0 on Solaris 2.8 and are using GET method on a form which encodes all the parameter/value pairs into the request URL. I am wondering if there is a limit on the length of URL as in old days when CGI was used. In CGI, there is such a limit (for example, 256

newbie jsp question

2002-03-19 Thread Magnus Jansson
I'm getting nuts I tries to execute a stored procedure that looks like this: INSERT_INTO_MATSEDEL (MATTEXT BLOB, DATUM Date, ISVEGO Integer, ISLUNCH Integer) But I haven't got a clue how to write the jsp code to execute that procedure. I'm using Interbase 6.5 Pleeeaseee help me. - - - - - -

AW: Maximum length of URL

2002-03-19 Thread Ralph Einfeldt
This restrictions on the get request persist on all kind of servers that will be used to route your request to the server. -Ursprüngliche Nachricht- Von: Michael Zhou [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. März 2002 16:58 An: Tomcat Users List Betreff: Maximum length of

RE: newbie jsp question

2002-03-19 Thread Jeff Macomber
Jansson, You are going to need a JDBC driver for Interbase 6.5 first. Then I would recommend looking at the examples that come with the driver on how they handle insertion of BLOB data and escaping stored procedures. Hope this helps, Jeff -Original Message- From: Magnus Jansson

RE: newbie jsp question

2002-03-19 Thread Randy Layman
You will need to learn how to use JDBC to access databases. I would suggest either going to Sun's JDBC site or looking at Interbase. Once you know how to execute the stored procedure from regular Java, JSP is trivial. Randy -Original Message- From: Magnus Jansson

multiple SSL connectors

2002-03-19 Thread Daniel Fisher
Hello, Is it possible to use multiple truststores when using multiple SSL connectors in Tomcat 4.0.3? Thanks. -- Daniel Fisher -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: tomcat3-3.3a-2 doesn't load turbine-2.1

2002-03-19 Thread Huy K Dung
It could be a mistake when we did the web.xml originally. I've been wondering if that would be the problem. However, it has been working with tomcat 3.2.3 all along. I just upgraded to tomcat 3-3.3a-2 and it stopped working. I fixed the typo and restarted tomcat - it didn't work either. Well,

RE: Directory browsing

2002-03-19 Thread Shiva.Devaguptapu
Is there any similar way for Tomcat 3.2.3/3.2.4 to disable directory browsing, while accessing via Apache 1.3.20? Thanks in advance for any idea. -Original Message- From: Julien OIX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 2:06 PM To: Tomcat list Subject: Directory

Creating threads from a servlet

2002-03-19 Thread David Shanahan
Is it against the servlet specification to create threads from inside a servlet ? I am using java.util.Timer java.util.TimerTask to initiate some background work (sending email) from a servlet. The java.util.Timer class implicitly creates a background thread. Right now this is working fine

Re: URL Re-writting

2002-03-19 Thread Craig R. McClanahan
On Mon, 18 Mar 2002, Gabriel Gajdos wrote: Date: Mon, 18 Mar 2002 13:48:37 +0100 From: Gabriel Gajdos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: URL Re-writting | That's been really a great help.Further can I

Re: JDBC/JNDI problem, continued - PUZZLED

2002-03-19 Thread Craig R. McClanahan
On Tue, 19 Mar 2002, Nikola Milutinovic wrote: Date: Tue, 19 Mar 2002 14:57:50 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDBC/JNDI problem, continued - PUZZLED I get the same

RE: installation of Tomcat 4.0

2002-03-19 Thread Kwan, William
Hi Alexander I did try it and here is what i get: C:\catalina debug start Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp Using JAVA_HOME: C:\JAVA\JDK1.3.1_02 Initializing jdb...

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Chris Pheby
I am using netbeans right now (for Servlets not J2EE). Tomcat 4 integration is not here yet, but in practice this has yet to prove a problem. The draft versions of the forthcoming Using Netbeans oreilly book are on the netbeans site and really speeded learning the editor for me. Chris.

RE: tomcat3-3.3a-2 doesn't load turbine-2.1

2002-03-19 Thread Ignacio J. Ortega
De: Huy K Dung [mailto:[EMAIL PROTECTED]] Enviado el: martes 19 de marzo de 2002 1:02 Could you test deploying the JetSpeed war? it's working for me and is a turbine 2.1 app AFAIK, maybe you can this way check your install.. and copy from a web.xml that is already working..

RE: installation of Tomcat 4.0

2002-03-19 Thread Kwan, William
Raj, I did do that. I kept the directory names the same except by putting it in a directory called java. Everytime I try to start tomcat, a dos window appears and then a few seconds, it disappears. I check the services and I couldnt start tomcat there either. Will -Original

Re: Creating threads from a servlet

2002-03-19 Thread Craig R. McClanahan
On Tue, 19 Mar 2002, David Shanahan wrote: Date: Tue, 19 Mar 2002 21:05:11 +0900 From: David Shanahan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], David Shanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Creating threads from a servlet Is it against the

newbie question of the day

2002-03-19 Thread Charles Horan
Is Tomcat currently, or in a future version intended to be a full J2EE container? Regards, Charles Horan There can be no permanent catalogue of change. You must look at it with as few preconceptions as possible, asking yourself 'Now what is this thing doing' -- To unsubscribe: mailto:[EMAIL

XML curiosities

2002-03-19 Thread John Wadkin
All, A few XML issues. Firstly, I wrongly put this in server.xml: Valve classname=org.apache.catalina.valves.RemoteAddrValve allow=ip address, ip address / Instead of seeing a SAX parse exception or similar, this appeared in catalina.out: ERROR reading /usr/local/tomcat/conf/server.xml At

RE: JSP Page caching questions

2002-03-19 Thread Anthony Eden
FWIW, I wrote a small Perl script for doing a recursive touch on all files in a given directory. It is at http://www.anthonyeden.com/projects/perl/rtouch.pl.txt Sincerely, Anthony Eden -Original Message- From: Diego, Emil [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Matt Egyhazy
i havent done ejb in forte community edition, however, it comes with tc 3.3 and you can debug servlets internally. i have not tried remote debugging. matt - Original Message - From: Bing Zhang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 11:34 AM Subject: Off

Tomcat 3.2.x

2002-03-19 Thread Daniel Bruce Lynes
I'm curious as to whether this problem is just me. I haven't seen any mention of anyone else running into this problem. However, what I'm experiencing (it doesn't happen in Tomcat 4.0.x), but I still need to get things working under Tomcat 3.2.x is: 1. deploy the war file 2. restart tomcat

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread hanasaki
You can integrate Tomcat 4 yourself ;) Change the startup scripts to support JPDA Attach with Netbeans For soruce debugging you will need to mount the Tomcat directories in your netbeans project Chris Pheby wrote: I am using netbeans right now (for Servlets not J2EE). Tomcat 4 integration is

RE: Garbage showing up when trying to download a word doc in TC 4.0.1

2002-03-19 Thread Kapasi, Mehjabin
Thanks Joel, I have been trying what you said. I did not understand what you meant by Check the http headers you are sending for the download. There's a tool forthis floating around somewhere I think. Compare the headers 3.2.1 sends with the headers 4.0.1 sends. How do I check that? Here

RE: Creating threads from a servlet

2002-03-19 Thread Anthony Eden
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 12:15 PM To: Tomcat Users List; David Shanahan Subject: Re: Creating threads from a servlet snip A couple of notes about using your own threads in servlet containers: -

Further to Tomcat 3.2 problem with deploying webapp jar/zip files

2002-03-19 Thread Daniel Bruce Lynes
I've also tried checking the Tomcat bugzilla database, to no avail. Seems no matter what I enter for a query term, I don't get anything back, or if I try the simple form, I usually get back one item that is usually for a different product. -- To unsubscribe: mailto:[EMAIL PROTECTED] For

AW: installation of Tomcat 4.0

2002-03-19 Thread Alexander Reifinger
Ermmm - He does not seem to find some class. Anyone else please... Alexander I did try it and here is what i get: C:\catalina debug start Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp

RE: installation of Tomcat 4.0

2002-03-19 Thread John Niven
-Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 17:06 To: 'Tomcat Users List' Subject: RE: installation of Tomcat 4.0 Raj, I did do that. I kept the directory names the same except by putting it in a directory called java. Everytime

RE: Tomcat 3.2.x

2002-03-19 Thread Brandon Cruz
I use tomcat 3.2.4 and haven't noticed this problem. Not sure about the earlier versions of 3.2.x. Brandon -Original Message- From: Daniel Bruce Lynes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:13 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.x I'm curious as to

Re: response.sendRedirect not redirecting

2002-03-19 Thread Christopher Bare
--- Mostafa Al-Mallawani [EMAIL PROTECTED] wrote: Hi, I have a problem with redirecting. In my JSP page I keep checking for errors, whenever I catch one, I set a variable on the session object and then forward to an error page; this could happen up to 5 times in one page. The weird

RE: Creating threads from a servlet

2002-03-19 Thread Craig R. McClanahan
On Tue, 19 Mar 2002, Anthony Eden wrote: Date: Tue, 19 Mar 2002 12:45:12 -0500 From: Anthony Eden [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Creating threads from a servlet -Original Message- From:

Re: Creating threads from a servlet

2002-03-19 Thread Bo Xu
- Original Message - From: Anthony Eden [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 12:45 PM Subject: RE: Creating threads from a servlet -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent:

RE: installation of Tomcat 4.0

2002-03-19 Thread Kwan, William
John, Alexander suggested that and I tried that but get an error message: C:\catalina debug start Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp Using JAVA_HOME:

RE: installation of Tomcat 4.0

2002-03-19 Thread John Niven
-Original Message- From: Alexander Reifinger [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 17:57 To: Tomcat Users List Subject: AW: installation of Tomcat 4.0 Ermmm - He does not seem to find some class. Anyone else please... Ermmm is right -- I'm out of my depth. I'm

Re: JNDIRealm with bind as user functionality

2002-03-19 Thread Jonathan Eric Miller
Thanks for the info. Can you tell me where I would download it from? So, you're saying it would be in a directory other than the following? http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ Thanks, Jon - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To:

mod_webapp +ssl +apache 1.3.22

2002-03-19 Thread J S (m)
OS: RedHat 7.1 Apache: 1.3.22 Tomcat: 4.01 Have configured Apache to use mod_ssl and started with SSL with no problem... The problem is whenever I go to a jsp page from https I get source code. If I go to http the request is passed to tomcat. If I add a connecter to server.xml for ssl, I can go

Re: question about tomcat configuration

2002-03-19 Thread Christopher Bare
--- Cheng Yan [EMAIL PROTECTED] wrote: Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris machine is connected to my w2k pc through a linksys router, which is connected to a cable modem. I'm a beginner, but we have very similar setups, so maybe we can

Re: SecurityManager - pulling my hair out

2002-03-19 Thread Lawlor, Frank
Yes, strange. I ran into a couple of odd things when I turned java security on. One problem I saw once related to processing files in jars. If you are really desperate, unzip xerces.jar and servlet.jar into the neighboring classes dir (and remove the jars) and see if it helps. Make sure the

Re: SecurityManager - pulling my hair out

2002-03-19 Thread Lawlor, Frank
I also just remembered that Xerces seems to have problems sometimes resolving paths correctly. I found that it would 'assume' the wrong base file directory location for resolving DTDs. To see if this might be the case you can create a /javax/servlet/resources/web-app_2_3.dtd and put it in

RE: JSP Page caching questions

2002-03-19 Thread Don Sauer
There are 2 ways. 1. Modify the server.xml and turn reloadable off for your JSP (this is recommended because it will compile them each time the JSP page is run) or 2. Stop Tomcat and delete the jsp cache pages under the working drectory and restart Tomcat -Original Message- From: Anthony

HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Hi, Here is a debug of my startup. Could someone please help me?? C:\catalina run -debug Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp Using JAVA_HOME: C:\JAVA\JDK1.3.1_02

Re: question about tomcat configuration

2002-03-19 Thread Lev Assinovsky
Just keep in mind, the performance of pair Apache-Tomcat few times less then of standalone Tomcat. You can verify this using 'ab'. Christopher Bare wrote: --- Cheng Yan [EMAIL PROTECTED] wrote: Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris

RE: Tomcat 3.2.x

2002-03-19 Thread Robert Nocera
I was under the impression that you need to rename your zip files to jar files to get Tomcat 3.2 to load them. At least that's what I have noticed in using Tomcat 3.2 with JBuilder. Robert Nocera New England Open Solutions www.neosllc.com You supply the Vision. We will do the rest.  

RE: JSP Page caching questions

2002-03-19 Thread Anthony Eden
Option 1 isn't really viable for a production system. There are times when the PHBs want to make a minor change in an included file and the easiest way to deal with it is to just make the change in the production server and touch all of the files. Option two is problematic as well since it

bug JDK 1.3

2002-03-19 Thread vmfa
Hi, I was reading this document:Working with the Jakarta NT Service I am working with tomcat 3.3a this document told about a bug in Java 1.3 Notice for JDK 1.3 users: There is a known problem in JDK 1.3 that affects Java applications being run as Windows NT services. The bug causes the service

bug Java 1.3

2002-03-19 Thread vmfa
Hi, I was reading this document:Working with the Jakarta NT Service I am working with tomcat 3.3a this document told about a bug in Java 1.3 Notice for JDK 1.3 users: There is a known problem in JDK 1.3 that affects Java applications being run as Windows NT services. The bug causes the service

IIS + Tomcat

2002-03-19 Thread Deepan Patel
How's it going? I'm trying to get Tomcat running on IIS 5.0. I have found some stuff out there, but everyone has there or way of doing things. Can you guys tell me what's the best practice for this is, or point me in the right direction? Thank you very much, Deepan Patel Network /

Re: Garbage showing up when trying to download a word doc in TC 4.0.1

2002-03-19 Thread David Cassidy
Mehjabin, Don't know if you are using windows or Unix but ... ( works nicer in a unix term rather than windows telnet but ..) easiest way to test this is to fake a web request. So telnet hostname port where hostname is your machine's name or IP address and the port is the port on which you

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread David Cassidy
I think when you want the J2EE bits for forte it costs :( I'm just starting to get going into the EJB areana and so $1995 doesn't seem very nice :( D Matt Egyhazy wrote: i havent done ejb in forte community edition, however, it comes with tc 3.3 and you can debug servlets internally. i have

TC4.0 mod_webapp make error w/apache_1.3.20

2002-03-19 Thread Mark Scott
Hi, I've been able to get the configure to work now the make process craps out with the error in the attached file... Thanks Mark [EMAIL PROTECTED] webapp-module-1.0.1-tc401:! $ make make[1]: Entering directory `/home/mascott/webapp-module-1.0.1-tc401' make[1]: Entering directory lib

Re: XML curiosities

2002-03-19 Thread Dr A.C. Marshall
Funnily enough (as it always is!) - we've been having problems with a new version of xerces on the WBL project that I supervise. It just keeps coming back with things that arent wrong - for example, it claims an entity isnt defined when it quite plainly is (and the other entities in the same file

Re: question about tomcat configuration

2002-03-19 Thread Cheng Yan
Christopher, I have not tried to set up a connector with apache yet. I don't even know how. And I don't know exactly the differences between apache and tomcat. My impression is that they both are web servers and tomcat can interpret jsp while apache can not. That's all I know. I just want to

Re: question about tomcat configuration

2002-03-19 Thread Cheng Yan
Hi, all, Can someone kindly show me how to configure tomcat so that I can visit http://localhost:8080/index.html from any other machine than the one where tomcat resides? What changes should make in $CATALINA_HOME/conf/server.xml? Could someone send his/her modified server.xml to me, please?

Re: JNDIRealm with bind as user functionality

2002-03-19 Thread Craig R. McClanahan
branch of Tomcat 4 (including the updated JNDIRealm). Over the last few days, changes in build processes of some of the dependencies weren't yet reflected in the build process for the nightly builds. I just fixed that, and uploaded a 20020319 version of the nightly build of Tomcat 4

Re: XML curiosities

2002-03-19 Thread Craig R. McClanahan
On Tue, 19 Mar 2002, John Wadkin wrote: Date: Tue, 19 Mar 2002 17:22:47 - From: John Wadkin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List (E-mail) [EMAIL PROTECTED] Subject: XML curiosities All, A few XML issues. Firstly, I wrongly put this

Figuring out which Unix process is which

2002-03-19 Thread Yoav Shapira
Hi, We run multiple instance of tomcat using the same JAVA_HOME, so when we run a ps command (Solaris 2.8) we see a bunch of java processes, but can't tell which one is which instance of tomcat. Does anyone have any ideas to help this problem? It's not possible for us to run the processes as

Re: HELP! Tomcat startup error

2002-03-19 Thread matt
Looks like you don't have xerces-j installed. You can download it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/ Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place. Matt Hi, Here is a debug of my startup. Could someone

Problem with Tomcat and Apache

2002-03-19 Thread Philip M. Meier
Hello, I'm using Tomcat 4.0.2 and Apache 1.3.20 connected with mod_webapp. I want to configure it Apache, that every request for a jsp-page or a servlet will be redirected to tomcat and the rest will be parsed by Apache! How to do that? WepAppDeploy /home/www/userxxx/html conn / does not work

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
I figured it out. I needed jdk1.4 because there are extra classes being called in tomcat 4.03. talk to you later, Will -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:54 AM To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread JavaJosh
Hello, Tomcat 4.0.3 is apparently not reloading a recompiled servlet. According to the docs, this should be the default behavior. Interestingly, it WILL load a new servlet. I have 2 questions, of the where's my fish sort and of the how do I fish sort. Where's my fish: why isn't Tomcat

RE: HELP! Tomcat startup error

2002-03-19 Thread Andy Eastham
William, Try renaming the tomcat directory so that it has no spaces in it. This usually breaks anything written in java. Andy -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 19:54 To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Mark
I've been using JDeveloper 9i (free) from Oracle. I like it MUCH better than VA Java and has some very nice features. Here's some info... http://www.sys-con.com/java/article2arick.cfm?id=1247count=3702tot=3page=2 At 12:37 PM 3/19/2002 -0500, you wrote: i havent done ejb in forte community

Re: Figuring out which Unix process is which

2002-03-19 Thread Cheng Yan
Try this: % ps -ef | grep jre | grep java.endorsed - Original Message - From: Yoav Shapira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 15:52 Subject: Figuring out which Unix process is which Hi, We run multiple instance of tomcat using the same JAVA_HOME,

RE: Figuring out which Unix process is which

2002-03-19 Thread Andy Eastham
Yoav, You could try making differently named links to the java command, then edit your startup files so that each tomcat instance uses a different link to the java command? Andy -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 20:52 To: [EMAIL

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Thanks Matt. That made me realize I downloaded the light version. I downloaded the full version and it works great. Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Re: HELP! Tomcat startup

Struggling for one week please Help Help..................

2002-03-19 Thread Uma Munugala
Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were used for standalone application. does static synchronized has any problem with servlets when I deployment my servlet and try to

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread Dahnke, Eric
If there is a JSP page either calling the servlet or the servlet includes or forward to a JSP page, you may want to try to touch *.jsp in the dirs containing the jsps. HTH -Original Message- From: JavaJosh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 4:08 PM To: [EMAIL

Re: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread Peter Wieland
Hello, I just started fishing some weeks ago and I had similar difficulties. I don't know if there is an elegant way to catch some nice fish, but I can explain you the way I got it to work. I think it is a problem of Tomcats caches. (Not really a problem, because once an application is

  1   2   >