Re: GET parameters and anchors

2001-09-11 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Stuart Allen wrote: > Date: Wed, 12 Sep 2001 15:46:23 +1000 > From: Stuart Allen <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: GET parameters and anchors > > Thanks, Craig > > A silly mistake, but I couldn't find any clues on the n

Re: TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
Jim Cheesman wrote: > I have to back this statement up - jar reloading on TC4/Win2000 is a risky > business, to say the least. Sometimes it works, sometimes not... I wonder > if it's anything to do with the server checking for a new jar at the same > time as the filesystem overwrites the old one?

Re: TC4: web.xml and reloading

2001-09-11 Thread Jim Cheesman
At 05:54 AM 12/09/01, you wrote: >Remy Maucherat wrote: > > > Essentially, yes. > > > > JAR reloading is not very reliable on my Windows box, though (and you can't > > remove JARs; but strangely you can ovewrite them). Sometimes, the changes > > get picked up, sometimes they do not. I have yet to

Tomcat 3.3 CVS: class/jar reloading

2001-09-11 Thread Bojan Smojver
Still a bit confused with it... When I put class files into WEB-INF/classes, Tomcat reports something like this: DependManager: Added /home/httpd/html/binarix.dev/WEB-INF/classes/com/binarix/velocity/PumpServlet.class class com.binarix.velocity.PumpServlet --

RE: file download servlet

2001-09-11 Thread Alexander Jesse
Hi, have you tried with different browsers? I remember vaguely that this kind of stuff can also be working in one browser and not work in another one... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:53 PM To:

help-context not loaded with jakarta-tomcat-3.3-b2.

2001-09-11 Thread Saurabh Shukla
1) Windows98. 2) jakarta-tomcat-3.3-b2(installed in E:) I have got my webapp in D:\ua. I added apps-ua.xml in TOMCAT_HOME/conf/ While starting tomcat it finds the apps-ua.xml file but when i go to localhost/ua i get a FILE NOT FOUND ERROR. When the tomcat is started i also do not see any conte

Re: GET parameters and anchors

2001-09-11 Thread Stuart Allen
Thanks, Craig A silly mistake, but I couldn't find any clues on the net anywhere... Stuart At 21:30 11/09/2001 -0700, you wrote: >Use "http://blah.com/index.html?user=frank#halwaydown"; instead. The "#" >thing goes last. > >Craig > > >On Wed, 12 Sep 2001, Stuart Allen wrote: > > > Date: Wed, 1

Re: Hello! Graig

2001-09-11 Thread Craig R. McClanahan
See the JSP Specification, which you can download from http://java.sun.com/products/jsp/download.html In JSP 1.2, it is in Section 2.10.1. Craig On Wed, 12 Sep 2001, Rock Luiss wrote: > Date: Wed, 12 Sep 2001 13:31:26 +0800 > From: Rock Luiss <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTE

Re: JSP/Servlet <-->EJB

2001-09-11 Thread Huaxin
Thanks Craig and Bojan I always kept the module 2 in mind, as well as efficiency. Using JSP for presentation, forward request to Servlet, then forward to EJB, and the same procedure back involves lots of overhead. Using JSP for presentation, invoke a JSP bean, and from that bean to EJB... I thi

Hello! Graig

2001-09-11 Thread Rock Luiss
Attempt to clear a buffer that's already been flushed--when use ; why?Anybody? How to replace "xxx"? Example?

Re: GET parameters and anchors

2001-09-11 Thread Craig R. McClanahan
Use "http://blah.com/index.html?user=frank#halwaydown"; instead. The "#" thing goes last. Craig On Wed, 12 Sep 2001, Stuart Allen wrote: > Date: Wed, 12 Sep 2001 11:40:09 +1000 > From: Stuart Allen <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: GET parame

Re: Attempt to clear a buffer that's already been flushed----------whenuse ; why?Anybody?

2001-09-11 Thread Craig R. McClanahan
See the Servlet Specification information about RequestDispatcher.forward(), available at: http://java.sun.com/products/servlet/download.html Once a response has been committed back to the client, it is not legal to call RequestDispatcher.forward() (which is what does under the covers), becau

Re: TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
Remy Maucherat wrote: > Essentially, yes. > > JAR reloading is not very reliable on my Windows box, though (and you can't > remove JARs; but strangely you can ovewrite them). Sometimes, the changes > get picked up, sometimes they do not. I have yet to find the reasons for > this, unfortunately :

Re: TC4: web.xml and reloading

2001-09-11 Thread Remy Maucherat
> "Craig R. McClanahan" wrote: > > > When you set an application's entry to say "reloadable='true'", > > Tomcat starts a background task that watches for changes to *any* class > > that was originally loaded from /WEB-INF/classes or /WEB-INF/lib. If such > > a change is detected, the app will be

Re: Can TC4 work with JBoss ?

2001-09-11 Thread Bojan Smojver
SongDongsheng wrote: > > My question is: > > 1) Can TC4 work with jboss ? > 2) is so, how can I do it ? > > Thanks, > > Dongsheng Song Although I don't use that combination, I don't see any reason why not. Unless, of course you want to run them in the same JVM. JBoss manual mentions that Cata

Can TC4 work with JBoss ?

2001-09-11 Thread SongDongsheng
My question is: 1) Can TC4 work with jboss ? 2) is so, how can I do it ? Thanks, Dongsheng Song

Re: TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
"Craig R. McClanahan" wrote: > When you set an application's entry to say "reloadable='true'", > Tomcat starts a background task that watches for changes to *any* class > that was originally loaded from /WEB-INF/classes or /WEB-INF/lib. If such > a change is detected, the app will be reloaded.

Re: TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
Remy Maucherat wrote: > > > Remy Maucherat wrote: > > > > > > > My question was about web.xml, not the classes and jars (that's > > > > explained in Loader docs). If web.xml changes, TC3.3 will dump the app > > > > and reload because web.xml gets stored in the DependManager (from > > > > memory).

building tomcat v3.2.3

2001-09-11 Thread Marcia Perry
Hi, I'm trying to build tomcat v3.2.3 from source (on Solaris 2.7) and I'm following the README that comes w/ the src distribution. I got stuck on the "ant" directives. The README says that after running bootstrap.sh for the ant src, I'll get an ant.jar file which I'll use later to build Tomcat

Re: TC4: web.xml and reloading

2001-09-11 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > > My question was about web.xml, not the classes and jars (that's > > > explained in Loader docs). If web.xml changes, TC3.3 will dump the app > > > and reload because web.xml gets stored in the DependManager (from > > > memory). Does TC4 behave the same? > > > > No

Re: TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
Remy Maucherat wrote: > > > My question was about web.xml, not the classes and jars (that's > > explained in Loader docs). If web.xml changes, TC3.3 will dump the app > > and reload because web.xml gets stored in the DependManager (from > > memory). Does TC4 behave the same? > > No web.xml reloa

Re: TC4: web.xml and reloading

2001-09-11 Thread Remy Maucherat
> My question was about web.xml, not the classes and jars (that's > explained in Loader docs). If web.xml changes, TC3.3 will dump the app > and reload because web.xml gets stored in the DependManager (from > memory). Does TC4 behave the same? No web.xml reloading in TC 4. Remy

GET parameters and anchors

2001-09-11 Thread Stuart Allen
Hello I am having a problem when using a GET request in combination with a # anchor. If I call a page with an included servlet with a link such as: http://blah.com/index.html?user=frank everything is fine, if on the other hand I use http://blah.com/index.html#halwaydown?user=frank the serv

Attempt to clear a buffer that's already been flushed----------whenuse ; why?Anybody?

2001-09-11 Thread Rock Luiss
java.io.IOException: Error: Attempt to clear a buffer that's already been flushed at org.apache.jasper.runtime.JspWriterImpl.clear(JspWriterImpl.java:180) at org.apache.jsp.view_0005fout_jsp._jspService(view_0005fout_jsp.java:1947) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja

Re: JSP/Servlet <-->EJB

2001-09-11 Thread Bojan Smojver
Huaxin wrote: > > A little bit off topic, sorry about that. > > I see most of the examples using EJB from Servlet. > However, is there any example of using JSP with > EJB directly? (without too much scriplet, and > hopefully more efficient than create a bean to > interact with the EJB) > > than

Re: TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
"Craig R. McClanahan" wrote: > > On Wed, 12 Sep 2001, Bojan Smojver wrote: > > > Date: Wed, 12 Sep 2001 10:40:21 +1000 > > From: Bojan Smojver <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: Tomcat User List <[EMAIL PROTECTED]> > > Subject: TC4: web.xml and reloading > > > > I looked

Re: JSP/Servlet <-->EJB

2001-09-11 Thread Craig R. McClanahan
On Wed, 11 Sep 2002, Huaxin wrote: > Date: Wed, 11 Sep 2002 18:53:04 -0600 (Mountain Daylight Time) > From: Huaxin <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Tomcat User List <[EMAIL PROTECTED]> > Subject: JSP/Servlet <-->EJB > > A little bit off topic, sorry about that. > > I see

Re: TC4: web.xml and reloading

2001-09-11 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Bojan Smojver wrote: > Date: Wed, 12 Sep 2001 10:40:21 +1000 > From: Bojan Smojver <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Tomcat User List <[EMAIL PROTECTED]> > Subject: TC4: web.xml and reloading > > I looked through the source code and in the documentatio

Tomcat 3.2.3 - Missing ResourceBundle problem

2001-09-11 Thread Derek Doerr
Hi, I have an app that runs just fine on three different development machines, making use of a ResourceBundle (spans.ansGW), in the /WEB-INF/classes directory. We're adding a new developer & have setup his machine to exactly match the directory structure & environment variables of the other thr

JSP/Servlet <-->EJB

2001-09-11 Thread Huaxin
A little bit off topic, sorry about that. I see most of the examples using EJB from Servlet. However, is there any example of using JSP with EJB directly? (without too much scriplet, and hopefully more efficient than create a bean to interact with the EJB) thanks a lot

TC4: web.xml and reloading

2001-09-11 Thread Bojan Smojver
I looked through the source code and in the documentation of the Loader to see if the change of web.xml will cause an application reload in TC4 when relaodable is set to true, but I couldn't find anything that would tell me that explicitly. I'm sure this is the case in TC3.3, I was just trying to

Re: Repost: Does jspc.sh work for you in Tomcat 4.0b7 ?

2001-09-11 Thread Thomas Crook
Yes we do use custom tags so that would account for the problem. Thanks for your help. > >On Tue, 11 Sep 2001, Thomas Crook wrote: > >>Date: Tue, 11 Sep 2001 16:08:45 +1000 >>From: Thomas Crook <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: Repost: Does jspc

RE: Problem with loading classes dynamically, new objects can't "see" things in webapp.

2001-09-11 Thread Dmitri Colebatch
On Tue, 11 Sep 2001, Craig R. McClanahan wrote: > Exactly the same issue. That's why the Struts documentation tells you > (over and over again :-) to put "struts.jar" *inside* your web app (in > /WEB-INF/lib) and nowhere else. oops (o: should have read the doco... I skipped straight to the arch

RE: Problem with loading classes dynamically, new objects can't "see" things in webapp.

2001-09-11 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Dmitri Colebatch wrote: > Date: Wed, 12 Sep 2001 08:02:47 +1000 > From: Dmitri Colebatch <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: Problem with loading classes dynamically, > new objects can't " see

Re: WEB-INF\lib

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Antonio Trigo wrote: > Date: Tue, 11 Sep 2001 20:27:44 +0100 > From: Antonio Trigo <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "Tomcat-User (E-mail)" <[EMAIL PROTECTED]> > Subject: WEB-INF\lib > > Hi, > > How can i map de .jar files of my application? > The only

Help with Sample Application, please...

2001-09-11 Thread Andre Philippi
Hi, I cannot make the Sample from "Developing Applications with Tomcat" (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/sample/) to work :( I installed Tomcat-3.2.3, with Apache-1.3.20 on MS-Win2000-5.00.2196 (w/SP2). I also installed j2sdk-1.3.1.01. Everything seems to be working fine,

RE: Problem with loading classes dynamically, new objects can't "see" things in webapp.

2001-09-11 Thread Dmitri Colebatch
On Tue, 11 Sep 2001, Craig R. McClanahan wrote: > If ProsumerTestTag is being loaded from the class path, it's being loaded > by the system class loader. > > If CustomTag is being loaded from the web app, it is being loaded from the > webapp class loader. > > Classes loaded from the system clas

WEB-INF\lib

2001-09-11 Thread Antonio Trigo
Hi, How can i map de .jar files of my application? The only way I no how to do this is to put on my classpath editing de tomcat.sh. Shouldn't there be q way of mapping these on the web.xml of each application?? Thanks in advance.

file download servlet

2001-09-11 Thread chiuming
I asked this question before, but I didn't get any reply. I post it again in hope someone could give me some hint. I have a file download servlet serves web browsers. request to file is like this http://192.168.1.105/download/servlet/download?filename=song.mp3 The file on the server side is s

WEB-INF/lib

2001-09-11 Thread Antonio Trigo
Hi, How can I map the my jar files? I know how to do that in the classpath. I would like to know how to that in a another file web.xml? or server.xml? and not in the tomcat.sh, where users can destroy other applications tha are allready running. Thanks in advance.

RE: Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Kevin HaleBoyes
> From: Larry Isaacs > Assuming your post doesn't have typo's, I think the JSP 1.2 spec > still requires the inner quotes to be escaped. I don't recall > that changing. Try changing: > > %>"> > > to: > > %>"> > ^ ^ > I have been bit by this

Re: servlet spec section 9.5 question

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Kevin HaleBoyes wrote: > Date: Tue, 11 Sep 2001 19:57:10 +0100 (BST) > From: Kevin HaleBoyes <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: servlet spec section 9.5 question > > I've started looking into deploying a WAR file to > distri

RE: servlet spec section 9.5 question

2001-09-11 Thread Randy Layman
I believe that this portion of the spec is stating that the contents of the META-INF directory should not be accessible (you shouldn't be able to view the contents of the META-INF directory using the web browser, like the contents of the WEB-INF directory is not available to a web browser

servlet spec section 9.5 question

2001-09-11 Thread Kevin HaleBoyes
I've started looking into deploying a WAR file to distribute my application. I used the "dist" target from the sample build.xml file in the tomcat documentation to build the WAR file itself (app.name is opf): I put the opf.war file into the webapps directory and restarted the server and ev

Re: NYNY

2001-09-11 Thread Hunter Hillegas
While a commendable idea, my peering reports show all major networks fully functioning... I'm not sure if there is a bandwidth crisis at the moment. > From: Thomas Cherry <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 11 Sep 2001 13:41:26 -0500 > To: [EMAIL PROTECTED] > Subject: N

RE: Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Larry Isaacs
Kevin, Assuming your post doesn't have typo's, I think the JSP 1.2 spec still requires the inner quotes to be escaped. I don't recall that changing. Try changing: "> to: "> ^ ^ I have been bit by this numerous times. Larry > -Original M

NYNY

2001-09-11 Thread Thomas Cherry
Lets try to keep traffic down to let those who need information or communication with loved ones use the bandwidth. Lets have no traffic for 24 hours. Thanks. -- My ally is the Force, and a powerful ally it is. -Yoda, Jedi Master 

Re: Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Kevin HaleBoyes
Thanks, I'll make sure I properly encode things from now on. In the mean time, I removed any "special" characters and have only alphabetic characters in my list and I still get: org.apache.jasper.compiler.ParseException: /WEB-INF/jsp/od.jsp(11,53) Attribute from has no value So, I sti

Re: Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Craig R. McClanahan
I just answered this in the bug report, but will answer here as well since it's been raised here. Request URIs (including the query string) processed by servlet containers must conform to the requirements of HTTP. In this case, the relevant spec is RFC 2396, Section 3.2, which describes the lega

Repost: taglib and rtexprvalue problem/bug

2001-09-11 Thread Kevin HaleBoyes
I posted this the other day but no one responded. I've since moved from Tomcat 4.0-b7 to 4.0-rc1 and the problem still exists so I thought I would try again... I have one jsp that 's another and augments the request parameters using . The included jsp uses a taglib tag with the attribute set t

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place - FIXED!

2001-09-11 Thread chris brown
It's not a patch for Tomcat, it's an update for an example script for a third-party tool (a very good one, not just for tomcat). I don't think there are any portability issues really, as it's not concerned with web applications directly, it's more to do with how the servlet engine is launched, an

RE: Configuration of config-auto contents

2001-09-11 Thread Larry Isaacs
Christoph, In Tomcat 3.3, I would recommend the following steps 1. Copy and rename the ApacheConfig.java, say MyApacheConfig.java for example purposes. 2. Implement your functionally in MyApacheConfig.java 3. Compile MyApacheConfig.java and put the class in a jar file. 4. Put the jar in Tomca

IIS + Tomcat : IIS restarting and ultimately IIS stops

2001-09-11 Thread mahesh p s
Hi I am facing a problem thought that you might be able to help me out with this. I have installed IIS 5.0 on my box and I am using Tomcat Server along with this. And the redirector which you have written isapi_redirect.dll Now I am facing a weird problem which I am unable to pinpoint and is e

build with ant and tomcat

2001-09-11 Thread teva lautier
Hi, I read a FAQ on tomcat that it does not include jar file putted on web-inf/lib directory of a web application. Is it still a bug ? Do you know if I must put a jar file on the classpath when I build a web application with ant ? Thx Teva Lautier

What is the guest role within Tomcat - web.xml?

2001-09-11 Thread Meinolf . Schulte-Doeinghaus
Hi, I have created a WebApplication with tomcat 3.2 and gave security rights to a directory called 'test' to a special role admin. Within this directory I want to create a subdirectory called 'img' that could be used by everyone. How do I implement this in the web.xml descriptor? I tried to do

RE: why tomcat

2001-09-11 Thread De Ridder, Bavo
Tomcat is a web application server, implementing the latest Servlet and JSP specifications. It does not support EJB in version 3.x or 4.0 and as far as I know, it will not in the near future. For an open source EJB server with integration with Tomcat 3.x, I would recommend JBoss mentioned below.

RE: problems with starting tomact as a service on WINNT 4.0

2001-09-11 Thread Thomas Crook
Try following the procedure outlined at http://www.jguru.com/faq/view.jsp?EID=323083 making changes as necessary for newer software versions. It worked fine for me. Cheers Thomas Crook -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, 10 September 20

AW: Feature List Tomcat 4.0 vs. Tomcat 3.x

2001-09-11 Thread marc . lehmann
Hi Craig, Thank you for your prompt reply. How do I get a copy your JavaOne presentation? Do I need to go via Java Learning Center? Regards Marc -Ursprüngliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 11. September 2001 17:50 An: [EMAIL PROTE

JDBC Realms 3.3 or maybe 4.0

2001-09-11 Thread Mark Muffett
I have been using JDBC Realms (with v3.3) with success for some months. I have come to a point where I need to add some new features (expiry dates mainly). I expect I can hack the code to do it, but is there any documentation on how best to proceed with this? (since I'd prefer my hack to be port

RE: Problem with loading classes dynamically, new objects can't "see" things in webapp.

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Guy Verbist wrote: > Date: Tue, 11 Sep 2001 16:49:14 +0100 > From: Guy Verbist <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: Problem with loading classes dynamically, > new objects can't " see" things

Re: Feature List Tomcat 4.0 vs. Tomcat 3.x

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001 [EMAIL PROTECTED] wrote: > Date: Tue, 11 Sep 2001 17:12:58 +0200 > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Feature List Tomcat 4.0 vs. Tomcat 3.x > > Hi, Could anyone point me to a feature list Tomcat 4.0 vs. Tomcat 3.x. > In or

RE: Problem with loading classes dynamically, new objects can't "see" things in webapp.

2001-09-11 Thread Guy Verbist
Hi Craig, and thanks for your reply. > Because you got NoClassDefFoundError instead of > ClassNotFoundException, it is *not* ProsumerTestTag that is the > missing one. Instead, check the > sources of ProsumerTag for references to *other* classes, and > make sure all of *those* classes are also

Tomcat 3 vs 4 performace

2001-09-11 Thread William Au
How does Tomcat 4.0 compare to 3.2 in terms of performance? 3.3 has better performance than 3.2. Is that a worthwhile update or should I skip to and go to 4.0 directly? Bill

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xmlin wrong place - FIXED!

2001-09-11 Thread Craig R. McClanahan
Although there is nothing wrong in principle with doing this, I ***strongly*** urge you to write your applications in a manner that does not depend on it. Otherwise, you are locked in to Tomcat forever, because there is no guarantee you will be able to control the current working directory of any

Re: Problem with loading classes dynamically, new objects can't"see" things in webapp.

2001-09-11 Thread Craig R. McClanahan
Because you got NoClassDefFoundError instead of ClassNotFoundException, it is *not* ProsumerTestTag that is the missing one. Instead, check the sources of ProsumerTag for references to *other* classes, and make sure all of *those* classes are also available in your web app. Craig McClanahan On

Re: Repost: Does jspc.sh work for you in Tomcat 4.0b7 ?

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Thomas Crook wrote: > Date: Tue, 11 Sep 2001 16:08:45 +1000 > From: Thomas Crook <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Repost: Does jspc.sh work for you in Tomcat 4.0b7 ? > > I posted this problem a couple of weeks ago but got

Re: virual domain problems.

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, naveen wrote: > Date: Tue, 11 Sep 2001 14:51:14 +0900 > From: naveen <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: virual domain problems. > > hi, > I have configured the DNS server which will direct all the virtual hosts of > my domai

Re: on startup

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, simon wrote: > Date: Tue, 11 Sep 2001 13:53:42 +0900 > From: simon <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: on startup > > > - Original Message - > From: "Kamran Mazandrani" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]

RE: Database pool

2001-09-11 Thread Rasmus Aaen
>From the website: "Source Code is available upon request" /Rasmus -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Sent: 11. september 2001 17:09 To: [EMAIL PROTECTED] Subject: RE: Database pool Sorry I code Java servlets and I am looking something like http://j

RE: Database pool

2001-09-11 Thread WMckean
www.codestudio.com Wes -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:09 AM To: [EMAIL PROTECTED] Subject: RE: Database pool Sorry I code Java servlets and I am looking something like http://javaexchange.com (which is not ope

OFF Topic NY

2001-09-11 Thread Daniel de Almeida Alvares
Hi everybody, I am here in Brazil and I can´t believe what happened this morning at NY (and other places too) ! I really didn´t see anything like that !! Regards Daniel ___ Daniel de Almeida Alvares Sao Paulo - SP - Brasil [EMAIL PROTECTED]

Feature List Tomcat 4.0 vs. Tomcat 3.x

2001-09-11 Thread marc . lehmann
Hi, Could anyone point me to a feature list Tomcat 4.0 vs. Tomcat 3.x. In order to drive our development decisions in the right direction I need to know what additional features Tomcat 4.0 offers compared to Tomcat 3.x. Is this or will this be part of the forthcoming Tomcat 4.0 package? Thanks

RE: Database pool

2001-09-11 Thread Alexandre Victoor
Sorry I code Java servlets and I am looking something like http://javaexchange.com (which is not open source) Thanks Alexandre

RE: Database pool

2001-09-11 Thread David DELGRANCHE
It 's hard to reply you without more details: what is your database? Which language do you use? On which plateform? -Message d'origine- De: Alexandre Victoor [SMTP:[EMAIL PROTECTED]] Date: mardi 11 septembre 2001 16:49 A: [EMAIL PROTECTED] Objet: Database pool Hello, This is

Database pool

2001-09-11 Thread Alexandre Victoor
Hello, This is perhaps off-topic, I am looking for an open-source database connection pool. Any good advises? Thanks Alexandre

Re: Configuration of config-auto contents

2001-09-11 Thread Christoph Schönfeld
I had already feared what you are stating. Is this class easy to put in place? Does it interfere with the Tomcat distribution (complicating installation and updates)? How is it invoked? Sorry for all these questions. ;-) Thanks, Christoph Larry Isaacs wrote: > I think the only way to get what

isapi_redirect.dll & AJP12

2001-09-11 Thread Manjunath BHat
Hi folks Does isapi_redirect.dll(supplied by apache.jakarta) works with ajp13 ? Where can i get VC++ source for isapi_redirect.dll? Thanks in ADvance Regards Manjunath Bhat _ Get your FREE download of MSN Explorer at http://expl

RE: Interactive debugging with Tomcat?

2001-09-11 Thread Tony Vinayak
Thanks Alex! Is this for debugging the _Tomcat_ source, or would it also help me in debugging the _webapps_ (JSPs/Servlets) Tomcat is serving? regards, Tony -Original Message- From: Alexander Jesse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 2:29 AM To: tomcat-user; tvin

RE: Configuration of config-auto contents

2001-09-11 Thread Larry Isaacs
I think the only way to get what you want is to customize the source for the ApacheConfig class. In Tomcat 3.3 this is a replaceable module, i.e. use MyApacheConfig instead of ApacheConfig. I can supply more detail if desired. Larry > -Original Message- > From: Christoph Schönfeld [mail

RE: Two contexts sharing one WebApp

2001-09-11 Thread Larry Isaacs
Hi Matt, Congratulations on getting this far. Off the top of my head, I'm not sure if "tomcat/classes" is supported. I'll try to review what methods are available to add classes rather than jars to Tomcat 3.3's classloader hierarchy. I suspect there is room for improvement here. In the meanti

RE: on startup

2001-09-11 Thread Peter Romianowski
> > This is safer than the typical approach (use the init() method of a > > load-on-startup servlet), because the servlet specification does *not* > > guarantee to keep any particular servlet instance in memory for the life > > of the application (although Tomcat actually does so). > > Craig > Is

RE: Tomcat on PDA?

2001-09-11 Thread Randy Layman
The error indicates that you are missing the JavaC compiler - you need the tools.jar file in your classpath. Randy > -Original Message- > From: Zachmann, Jens [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 11, 2001 4:41 AM > To: '[EMAIL PROTECTED]' > Subject: Tomc

Re: How to configure extension -> MIME type mapping

2001-09-11 Thread matt mcConnell
> In conf folder there is a web.xml file. To send wml content u have to > modify this file and add following block in it. Thanks for the help. From what I had seen, this type of configuration was no longer supported in the conf/web.xml file as of Tomcat 3.3(the package doesn't even include this

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place - FIXED!

2001-09-11 Thread chris brown
I've fixed the problem myself. I had to modify (only slightly) the scripts supplied with JavaService 1.2.0, by specifying the "current" directory from which to launch Tomcat 4.0. See the modified version below (sorry for any line breaks...). -Chris @echo off echo echo Usage: %0 jdk

Problem with loading classes dynamically, new objects can't "see" things in webapp.

2001-09-11 Thread Guy Verbist
Hi all. I hope I'm not being too dumb here. My servlet code wants to load classes dynamically at runtime. Instances of these classes will call back into the servlet code. So, my server.xml looks like this:

RE: why tomcat

2001-09-11 Thread Reynir Hübner
hi again, I guess this is probably a bit off-topic (for the tomcat mailing list). for more info on Jboss, check out following urls on it: http://www.theserverside.com/reviews/thread.jsp?thread_id=6215 http://www.theserverside.com/reviews/thread.jsp?thread_id=2918 http://www.cmis.csiro.au/

Re: why tomcat

2001-09-11 Thread chris brown
> Just been reading your postings. Am I right in saying that Tomcat does not > support EJBs? What about tomcat 4? Tomcat isn't an "EJB container", but it can be an EJB client. You can't "host" EJBs within Tomcat them, but if you have an EJB container somewhere else on your network, you can acc

Re: why tomcat

2001-09-11 Thread peter
I've looked at Caucho resin, Blazix. How does JBoss compare with them? I'm aware that Resin is just a web server but it does support EJBs. Is JBoss robust and secure enough to compete with Weblogig and other app servers. Thanks Peter PS. I'm currently downloading JBoss now. - Original

Tomcat leaves java processes alive

2001-09-11 Thread Scott Adamson
I'm running Tomcat 3.2.1 with Apache, it seems that whenever Tomcat is running the load average steadily increases, even without any hits. Running ps -ef | grep java reveals many instances of - root 8226 8020 5 19:27 ?00:05:55 /usr/java/jdk1.3/bin/i386/native This is driving me nu

RE: why tomcat

2001-09-11 Thread Reynir Hübner
Tomcat is "only" a servlet/jsp container... To get EJB support you need an EJB container such as Jboss... Go to www.jboss.org and download a bundled jboss with tomcat for a simple setup and all the reading material you need. hope it helps, -r -Original Message- From: peter [mailto:[E

Re: why tomcat

2001-09-11 Thread peter
Hi there Just been reading your postings. Am I right in saying that Tomcat does not support EJBs? What about tomcat 4? Thanks Peter - Original Message - From: Shay Mandel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 8:47 PM Subject: RE: why tomcat >

Tomcat on PDA?

2001-09-11 Thread Zachmann, Jens
Hi! I tried to run the tomcat windows version on an iPAQ. The webserver is running and the servlet engine works fine. But the JSP doesn't run. This is the jasper.log file from tomcat: 2001-09-11 09:53:48 - Scratch dir for the JSP engine is: /zCat/work/localhost_8080%2Fexamples 2001-09-11 09:53:4

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place

2001-09-11 Thread chris brown
> The most likely cause of this is that you have outdated entries for your JRE > / JDK in your Windows registry. Thanks for the suggestion, but this is a clean install of JDK1.3.1! Any other ideas? - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

bug tc4 rc1

2001-09-11 Thread Jochen Schwoerer
hi, there seems to be a bug in the rc1 of tomcat4: when i enable the ManagerServlet the following exception comes up in catalina_log: 2001-09-11 09:48:55 HttpProcessor[8080][4] process.invoke java.lang.NullPointerException at org.apache.catalina.realm.MemoryRealm.authenticate(MemoryReal