jsp IIS Logfile entries?

2002-01-03 Thread Corun
Hello! I could not find a solution to my problem anywhere on the net or in the mailing list archives but maybe one of you is able to help me. If there is a solution... Actually Tomcat is running well on a few Win2K servers, I just have an issue with the IIS logfiles. Tomcat produces logfile e

tomcat and ultadev

2002-01-03 Thread ras
Hello, I'm new to jsp and I'm trying to configure ultradev to work with the jsp taglib. Up to now I've installed and worked with tomcat, for me that means that tomcat was installed right. I'm on train to follow the tutorial that come with the taglibs distrubution and when I copy the *.war directo

tomcat root context

2002-01-03 Thread Scott Eade
The server.xml provided with tomcat 4.01 includes: and yet the files in webapps/ROOT are server up when the url http://localhost:8080 is used regardless of the fact that the Context element above is commented out. Does this mean that "ROOT" has special significance and it is h

cannot find jdk when upgraded to j2sdk1.4.0-beta3

2002-01-03 Thread Rob Turtle
Dear All, I had everything up and running fine, but then I made the lethal decision that I neede to upgrade from j2sdk1.3.1 to 1.4.0-beta3. I've adjusted my classpath variables to take account of the fact it is now installed in c:\jdk1.4 so in theory it should be seeing it. However, when I try

Re: Problem with iso-8859-2 charset

2002-01-03 Thread Nikola Milutinovic
Maciej Ko³odziej wrote: > Hi, > > In Your mail sent Wednesday, January 02, 2002 I wrote: > > MK> I'm using Tomcat 3.3 on Linux Debian unstable system. Everything was > MK> fine until I made an upgrade of the distribution. Now all iso-8859-2 > MK> chars are returned as two-byte values

Re: cannot find jdk when upgraded to j2sdk1.4.0-beta3

2002-01-03 Thread Remy Maucherat
> Dear All, > > I had everything up and running fine, but then I made the lethal decision > that I neede to upgrade from j2sdk1.3.1 to 1.4.0-beta3. I've adjusted my > classpath variables to take account of the fact it is now installed in > c:\jdk1.4 so in theory it should be seeing it. > > However

BadTargetURI error (again)

2002-01-03 Thread Caroline Clewlow
If anyone has even the remotest idea of a solution for this I'd really appreciate some advice. I am getting the above error returned by the SOAP server when I try to use the GetQuote method in the StockQuote soap sample. I have read a number of discussions about this and have tried to remedy it

RE: Servlet running twice at the same moment.

2002-01-03 Thread Cox, Charlie
did you put a return; after your forward? If not the jsp will continue running... Charlie > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 2:30 PM > To: Tomcat Users List > Subject: Re: Servlet running twice at the sam

RE: cannot find jdk when upgraded to j2sdk1.4.0-beta3

2002-01-03 Thread Rob Turtle
Thanks a lot - seems to work fine bye Rob -- To unsubscribe: For additional commands: Troubles with the list:

Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Neale, Robert
I have Apache 1.3 and Tomcat 3.3 installed. I'm using Tomcat to run servlets, having used JSERV in the past. My question is, how does tomcat decide where to look for the class to run? Secondly, if it runs the class, how can I set the classpath for it? With JServ it was easy. I set lots of wrap

JDBC Realm and Digest Authentication

2002-01-03 Thread Dennis SELLINGER
Hi, I am using Tomcat 4.0.1 with apache 1.3.22 (with the webapp warp connector) and DB2 on windows NT4 (SP6). I would like to use DIGEST authentication but it does not seem to be working. Further, after reading the Tomcat documentation I am not sure whether it is supposed to work in this relea

Tomcat 4.0.1 webhosting setup

2002-01-03 Thread Johan Ekenberg
Hi! I'm looking for guidelines how to integrate Tomcat 4.0.1 into an existing Apache/PHP setup on a webhosting server. Is it at all possible to run Apache with TC 4 (through mod_webapp?) in a transparent and flexible way for a thousand VirtualHosts? Each VHost should have their own servlet reposi

Re: Tomcat 4.01, IIS and JSPs

2002-01-03 Thread Hessing Ingo
Hi, Daniel, _how_ does your program redirect to the Tomcat server? If it is not necessary to modify any of the conf files then you can't be using the ajp13 protocoll (which is disabled by default) or any worker concept (would need a workers.properties conf file), right? So do you use the standa

Re: jsp IIS Logfile entries?

2002-01-03 Thread Hessing Ingo
Hi! The problem is well known but there seems to be no standard solution for it. The isapi_redirect.dll of all Tomcat distributions works as a global filter within IIS which means that the IIS-log-files only contain references to the mere .dll and not to the actual JSP/servlet resources. But ha

RE: Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Andrew Gilbert
The documentation in 3.3 on classpaths is quite good, with an excellent graphic describing classloaders and how/where things get loaded. http://localhost:8080/doc/tomcat-ug.html#configuring_classes Would also suggest familiarity with the Servlet and JSP specs (ie, an understanding of WEB-INF/lib

Tomcat 4.0.1 http to https redirection port number problem

2002-01-03 Thread laitinenj
Hi! I'm trying to configure my tomcat 4.0.1 standalone to redirect an adress http://localhost:8080/some/thing to an address https://localhost:8443/some/thing I've made the proper changes to the server.xml and to the web.xml and actually the redirection happens. But when I print out informatio

RE: Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Neale, Robert
Ok, I'll re-read it again. I've solved my problem of it not picking up my own servlet. I hadn't got a jkmount directive redirecting requests. One question on this, If I make the following request http://localhost/examples/servlet/SnoopServlet examples is mentioned in a jkmount directive and I h

update from jserv to tomcat 4.0.1

2002-01-03 Thread marcel beltz
hello, we have a running configuration of apache with mod_jserv. but we have every day a "out of memory" exception and we want to change to tomcat 4.0.1. our website based only on JSP and servlets, is it better to use apache with tomcat or only tomcat? mfg Marcel Beltz -- To unsubscribe:

Re: Regarding tomcat3.2.3

2002-01-03 Thread Hessing Ingo
Hi! There is an official howto here: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html Also I know two tutorials for SSL (unfortunately the second one which is shorter and easier is German language only): http://www.stephanwiesner.de/java/how_to_install_soap.htm http://ww

RE: servlet/jsp executing twice at the same moment

2002-01-03 Thread kalven . beaver
It is not that my code continues to run, but that the ENTIRE jsp runs twice. Spent 3 hours last night on this and still could not find a resolve. I'm not sure if it is a bug or some configuration problem. Some jsp's run once and some run twice. Fortunately for debugging purposes, the same one

Re: servlet/jsp executing twice at the same moment

2002-01-03 Thread Robin Lee
Is it just JSP's or Servlets too? My problem is just servlets (although i have yet to see any jsp's run twice)... I'm still looking on solutions myself, but none so far. Anyone? I have noticed though, if i tried it in Netscape (6+), it is ok. Also tried it on the server computer (localhost),

Servlet Filter

2002-01-03 Thread Gianluca D'Introno
Can I use Filter to send resource stored in another webserver to client browser? How can I do it? Thanks!!! -- To unsubscribe: For additional commands: Troubles with the list:

getting '302 Moved Temporarily' response on some redirects

2002-01-03 Thread klaus rubba
I'm running Tomcat through VAJ, and everything works fine in IE5, but in netscape 4.77 I get '302 Moved Temporarily' response for some of my redirects. The weird thing is, some of my redirects work and some don't, and they all do so consistently. But I can see no difference in how the code is

Converting Tomcat 3.2 to 4.0 with IIS 4

2002-01-03 Thread Terrence Beard
Hello all! Here's what we've got: WinNT 4SP6 running IIS 4. We support several seperate web sites via IIS (couple internal, several external). The source for each is kept on a seperate directory path, different from the Tomcat path. The JSP pages are being serviced by Tomcat 3.2. Here's the que

Re: How to "include" across contexts/webapps?

2002-01-03 Thread Craig R. McClanahan
On Wed, 2 Jan 2002, Daishi Harada wrote: > Date: Wed, 02 Jan 2002 19:56:34 -0800 > From: Daishi Harada <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: How to "include" across contexts/webapps? > > > Hi, > > I have what seems like (and pro

Re: tomcat root context

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002, Scott Eade wrote: > Date: Thu, 3 Jan 2002 20:22:13 +1100 > From: Scott Eade <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: tomcat root context > > The server.xml provided with tomcat 4.01 includes: > > >

RE: How to "include" across contexts/webapps?

2002-01-03 Thread Marcin Jaskula
> > I'm trying to build a website in a typical sort of way, with headers > > and footers isolated and "<%@include%>"'ed into the actual > > pages. However, now I'd like to modularize somewhat and decompose > > parts of the site into their own projects/contexts, while still having > > each project

Re: BadTargetURI error (again)

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002, Caroline Clewlow wrote: > Date: Thu, 03 Jan 2002 12:51:18 - > From: Caroline Clewlow <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: BadTargetURI error (again) > > If anyone has even the remotes

Re: Servlet Filter

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002, Gianluca D'Introno wrote: > Date: Thu, 3 Jan 2002 17:55:12 +0100 > From: Gianluca D'Introno <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: tomcat list <[EMAIL PROTECTED]> > Subject: Servlet Filter > > Can I use Filter to send resource stored in a

need ur support

2002-01-03 Thread puneet sachar
hi guys well all u tomcat cat guys thanx a lot for so many questions and answers and thanx esp tom for being so co-opertaive well this is mot any question mail this is just to inform u all guys Puneet Sachar thatz me is no longer with shyama software solutions due to some dirty unavoidable c

Re: apache and tomcat with mod_webapp

2002-01-03 Thread Ladjicke Diouf
I'm trying to use webapp_modd with tomcat and cvs is not working when I issue the command cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login I get cvs not found. Anybody ever encountered this issue? >From: "Hitesh Sharma" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>

missing web.xml

2002-01-03 Thread yi wang
Dear Sir, I am using tomcat4.0 to deploy my webapps, but I always get the error messages in my log file: ContextConfig[/phoneSBC]: Missing application web.xml, using defaults only but my web.xml file is under WEB-INF, i do not know why it gives me this error, i tried many many times, and never

JDBCRealm problems - sqlserver

2002-01-03 Thread Chaitresh
Hi, I am having problems setting up the JDBCRealm. The database is sqlserver. I have downloaded the drivers and add them to the CLASSPATH. The configuration in the xml file looks like this: server.xml clip BEGIN --- ---

Drive Mapping with drive letters

2002-01-03 Thread joseph . chandler
Hi, I am using Tomcat 4.01 standalone on a win2000 box and need to map a network drive as a context so that I can see the stuff with relative paths. Can I do something like the tag below? The doc has lots of examples but none that deal with drive letters (probably since it's a win32 only thing).

Re: Drive Mapping with drive letters

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002 [EMAIL PROTECTED] wrote: > Date: Thu, 3 Jan 2002 13:15:15 -0600 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Drive Mapping with drive letters > > Hi, > > I am using Tomcat 4.01 standalone on a win2000 box and n

RE: can anyone help

2002-01-03 Thread Mark . Donoghue
This may be a stupid question but, are you sure Tomcat is running when you try to hit it? If it is then look in the server.xml file. Look at the HTTP connector to see what port Tomcat is configured to listen to. -Mark -Original Message- From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]

Re: Drive Mapping with drive letters

2002-01-03 Thread Chaitresh
If I'm not mistaken, Context path considers "webapps" as its root. So if you say something like tomcat looks for /webapps/pics So in your case, it may be looking for directory structure similar to /webapps/F:/myapp/pics The "appbase" in the tag of the server.xml may have someting to do with

Re: RE: can anyone help

2002-01-03 Thread liakim . ladipo
yes, tomcat is running. tomcat is configured in server.xml to listen to localhost:8080 however it still not working even if I change the connectionport to say 8180 in server.xml Liakim > This may be a stupid question but, are you sure Tomcat is running when you >try to hit it? > >If it is th

RE: RE: can anyone help

2002-01-03 Thread Josh Knowles
Did you restart tomcat after changing the server.xml? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: Re: RE: can anyone help yes, tomcat is running. tomcat is configured in server.xml to lis

RE: RE: can anyone help

2002-01-03 Thread Mark . Donoghue
Also, what is the output when you start Tomcat? -Mark -Original Message- From: Josh Knowles [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 2:39 PM To: Tomcat Users List Subject: RE: RE: can anyone help Did you restart tomcat after changing the server.xml? -Original Me

Re: Drive Mapping with drive letters

2002-01-03 Thread joseph . chandler
That fixed it :) If you are ever in Tennessee, I'm going to have to buy you a cold one. Thanks! __ Joseph Chandler Software Engineer Franke Holding USA 305 Tech Park Drive La Vergne, TN 37086 USA Switchboard: +1-615-287-8243 Fax: +1-615-287-8343 mailto:[EMAIL PROTEC

Re: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
I have started tomcat using the shortcut created on installation as well as from the ms-dos shell >C:\JAKARTA TOMCAT 4.0\BIN\STARTUP.BAT without any joy > Also, what is the output when you start Tomcat? -Mark > >-Original Message- >From: Josh Knowles [mailto:[EMAIL PROTECTED]] >Sent:

RE: RE: RE: can anyone help

2002-01-03 Thread Josh Knowles
What does it say after you type startup? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 11:53 AM To: [EMAIL PROTECTED] Subject: Re: RE: RE: can anyone help I have started tomcat using the shortcut created on installation as well as

Re: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
it says the following: Using CATALINA_BASE: c:\jakarta tomcat 4.0 Using CATALINA_HOME: c:\jakarta tomcat 4.0 Using CLASSPATH: c:\jakarta tomcat 4.0\bin\bootstrap.jar;c:\jdk1.3.1_01\lib\ tools.jar Using JAVA_HOME: c:\jdk1.3.1_01 > What does it say after you type startup? > >-Original M

Re: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
yeap, it still fails to find localhost > Did you restart tomcat after changing the server.xml? > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 03, 2002 11:32 AM >To: [EMAIL PROTECTED] >Subject: Re: RE: can anyone help > > >yes, tomcat is

RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
Listen me, rigth click on the shortcut, check the enviroment memory or something like that, and put the maximum that appears there and also add this to autoexec.bat and restart your machine, anytime that you add anything to autoexec.bat you MUST restart the machine :-) win9x set JAVA_HOME=... set

RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
Also set: set CATALINA_HOME=path\to\tomcat set TOMCAT_HOME=%CATALINA_HOME% just in case... Guido. -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:29 PM To: 'Tomcat Users List' Subject: RE: RE: RE: RE: can anyone help Listen me, rigt

RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
go to the ms dos prompt and type this: ping localhost and tell me what happens also type http://127.0.0.1:8080 instead of localhost and tell me what happen Guido -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:18 PM To: [EMAIL

Extending Standard Context

2002-01-03 Thread Mark Shaw
I have 2 questions, one regarding the general order of Context initialization and the other regarding the use of Contexts, any insight is appreciated. 1) If I define multiple contexts under the same Host will their constructors be called in the same order in which they're defined in server.xml (

Please: Tomcat 4.0.1 webhosting setup

2002-01-03 Thread Johan Ekenberg
Sorry for resending this so soon. I'm under high pressure to resolve this, so if anyone knows something about it, PLEASE help me out! -- I'm looking for guidelines how to integrate Tomcat 4.0.1 into an existing Apache/PHP setup on a webhosting server. Is it at all possible to run Apache with TC

RE: Extending Standard Context

2002-01-03 Thread Guido Medina
I can suggest something for the second question: 1) Define a java bean (a class) that implements runnable inside WEB-INF\classes 2) Add this bean to every JSP & Servlet that you want it to include so, the first will start() the process and also put the scope="application" By that way I guess you

Re: update from jserv to tomcat 4.0.1

2002-01-03 Thread Marcelo Demestri
If you only use jsp's pages and servlets and don't have a lot of people accesing your site, Tomcat Stand-Alone is the right play, I think. Marcelo - Original Message - From: "marcel beltz" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, Janua

Re: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
I can ping localhost OK, I get a reply back if I I ping 127.0.0.1:8080 I get Unknown host 127.0.0.1:8080. I have aslo increased the mememory capacity is the startup.bat as you suggested. > go to the ms dos prompt and type this: > >ping localhost > >and tell me what happens > >also type > >Href=

RE: Please: Tomcat 4.0.1 webhosting setup

2002-01-03 Thread Guido Medina
Look, we can help you, but if you don't read the manual and how-to first you won't understand anything we would tell you. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html Please, read everything, it will get one day of your time, don't lost your patient and read step by step and after

RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
look don't ping 127.0.0.1, open the browser and type: http://127.0.0.1:8080 or the port you specified, type exactly as it is: h t t p : / / 127.0.0.1 : port If you don't put the http it wont understand, that's normal in the browser when you the IP address instead if the qualified name. -Ori

java.lang.outofmemory exception

2002-01-03 Thread Frank Diakovasilis
I wrote an application that, run within Tomcat(4.0) and really beaten on, throws an outofmemory exception. The thing is, I don't think It is my app, and when viewing task manager, I see that there is plenty of memory available. Has anybody come across this, is there a setting in Tomcat (or jvm f

Anyone ever respond to this - RemoteRuntimeException under tomcat3.3 WL 6.1

2002-01-03 Thread Andrew Gilbert
Picked this up from the archive for the list and curious if anyone has responded to it. We see the same thing. Under Tomcat 3.3 with WL 5.1 we get a partial stack trace on the console of Tomcat anytime an app level exception comes back over the wire, using WL 6.1 it gets worse than that and the ht

RE: Extending Standard Context

2002-01-03 Thread Micael Padraig Og mac Grene
At 04:41 PM 1/3/02 -0400, you wrote: >I can suggest something for the second question: > >1) Define a java bean (a class) that implements runnable inside >WEB-INF\classes >2) Add this bean to every JSP & Servlet that you want it to include so, the >first will start() the process and also put the s

Re: RE: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
thats what I have been doing all along - it still says 'page cannot be displayed' > look don't ping 127.0.0.1, open the browser and type: > >Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'>http://127.0.0.1:8080 > or the port you specified, type exactly as it is: h t >t p :

RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread Josh Knowles
Did you change the root context docBase or do you even have any files for it to serve? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 12:51 PM To: [EMAIL PROTECTED] Subject: Re: RE: RE: RE: RE: can anyone help thats what I have bee

RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
I'm almost leaving, send me all the logs files to see what could be, they are in CATALINA_HOME\logs I will try answer you by tomorrow Guido. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: Re:

Re: RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
I am afraid, I am new to java what do you mean??? > Did you change the root context docBase or do you even have any files for it to >serve? > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 03, 2002 12:51 PM >To: [EMAIL PROTECTED] >Subject:

Re: RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo
that another problem no log file is been created in logs\ when a run start.bat is spawns another window however this shuts itself down before I can read what it says :( > I'm almost leaving, send me all the logs files to see what could be, they >are in CATALINA_HOME\logs > >I will try answer you

Re: Extending Standard Context

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002, Mark Shaw wrote: > Date: Thu, 3 Jan 2002 12:37:56 -0800 > From: Mark Shaw <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Extending Standard Context > > I have 2 questions, one regarding the gen

RE: RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html Please, by the way read this, it is important to read it if you want to understand Guido. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:54 PM To: [EMAIL PROTECTED] Subje

Re: Please: Tomcat 4.0.1 webhosting setup

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002, Johan Ekenberg wrote: > Date: Thu, 3 Jan 2002 21:42:02 +0100 > From: Johan Ekenberg <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Please: Tomcat 4.0.1 webhosting setup > > Sorry for resending this so soon. I'm under

Re: java.lang.outofmemory exception

2002-01-03 Thread Yoav Shapira
Hi, Default JVM allows for 64MB max to the heap. You may want to increase that by using CATALINA_OPTS, e.g.: CATALINA_OPTS='-Xmx128m' would allow the JVM to use up to 128MB of memory. There are many other settings available, see the Java runtime options on java.sun.com. Yoav Frank Diakovasili

RE: java.lang.outofmemory exception

2002-01-03 Thread Mark C. Prins
> -Original Message- > From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 5:02 PM > To: 'Tomcat Users List' > Subject: java.lang.outofmemory exception > > > I wrote an application that, run within Tomcat(4.0) and really beaten on, > throws an outofmemo

Re: Tomcat 4.01, IIS and JSPs

2002-01-03 Thread Daniel Parnell
G'day Ingo, The program uses the Warp protocol which is enabled by default, and from what I read of the docs is the prefered method of communicating with Tomcat. They way I use it is to create a virtual directory, and then put my JSPs in it. I have associated the .JSP extension with my progra

Tomcat Spawning, memory usage

2002-01-03 Thread Armbrust, Daniel C.
I am running a copy of Tomcat 4.0.1 on RedHat 7.2 with Suns java SDK version 1.3.01. I also have apache installed, (whichever version ships with redhat 7.2) and one application deployed through the warp connector to apache. The webapps that come with tomcat (manager, examples, etc) are also stil

Noticing when browser drops/closes socket to Tomcat

2002-01-03 Thread cam
Is there a way to notice or capture inside a servlet(jsp) thread when the browser closes the TCP/IP connection to Tomcat ?? Thanks, Cameron Elliott -- To unsubscribe: For additional commands: Troubles with the list:

Catalina and frames

2002-01-03 Thread Christian Bourque
Hi ! Since I installed Catalina 4.0.1, this code is not working anymore : ... ... JavaScript Console: Error: top.upperHTML is not a function Error: top.middleHTML is not a function Error: top.lowerHTML is not a function It works just fine in Tomcat 3.2.3 ? Is this a security restr

apache 1.3.22 and tomcat 4.0.1 configuration problem

2002-01-03 Thread Bin Wu
Hi, I config the tomcat 4.0.1 and apache 1.3.22 in win2k following the instruction. The jsp examples are working fine using http://localhost/examples. I have an application which is working fine under localhost:8080/app(also work fine between tomcat 3.2.3 and apache 1.3.22). But when I start t

Tomcat, the JRE, and a CD-ROM

2002-01-03 Thread Paul Gross
Here is a strange question for anyone who thinks that they can help me... I am trying to send a runnable version of my web application on a CD, so that it can run entirely from the CD, without installing anything on the user's machine. I plan to do this by having a copy of the JRE plus my web

Re: Tomcat, the JRE, and a CD-ROM

2002-01-03 Thread Tom Drake
Paul: Tomcat only needs tools.jar (from jdk) for compiling JSP's. If you pre-compile your JSP's (using JSPC), you can deploy them as servlets (with servlet mappings in web.xml). Your run-time will then be able to run everything with only the JRE. Tom Drake - Original Message - From: "P

RE: Extending Standard Context

2002-01-03 Thread Mark Shaw
Craig, thanks for the quick reply. A quick follow-up: is there any reason to use ServletContextListener vs. LifecycleListener (declaring the listener in web.xml vs. server.xml)? Thanks again, -Mark -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday

Difference: TOMCAT and APACHE

2002-01-03 Thread Mando Ruckotte
Hello All, I would like to implement servlets on a webserver/http server what would i use: Tomcat, Apache or IIS??? what do i need? what are the differences between tomcat and apache??? can i use one without the other??? Thanks, Mando

Configuring Jaspers Compiler Options

2002-01-03 Thread mark_d_porter
Hey Folks! Sorry if this is a repost ... sent it out earlier but still hasnt shown up on the list. I'm setting up tomcat 3.2.3 on an Irix6.5 box (java sdk1.3.1) and am having problems compiling any jsp code. Jasper fails with an Error 500 and the requisite JSPException stack trace complaining

RE: Configuring Jaspers Compiler Options

2002-01-03 Thread Lai Kok Cheong
could you type check your CLASSPATH on your irix machine ? I suspect most probably your IRIX machine has another copies of servlet.jar files > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Friday, January 04, 2002 2:16 AM > To: [EMAIL PROTECTED] > Su

Visual Cafe Tomcat Debugging - cafe4.5-tomcat4.0.zip

2002-01-03 Thread Camilo Wilson
This was answered by Donie Kelly in October in a zip file, but the archive bot doesn't provide the zip file. Could someone plz mail it or post a URL for cafe4.5-tomcat4.0.zip? Thank you. Camilo Wilson Cogix

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Lai Kok Cheong
If you wre to implement servlets then amongst the three options , tomcat has to be in your wishlist Apache and IIS is only use to serves static pages ( we exclude iis for .asp ) So if you only want to serve jsp files tomcat alone should be sufficient . > -Original Message- > From: Mando

RE: Extending Standard Context

2002-01-03 Thread Craig R. McClanahan
On Thu, 3 Jan 2002, Mark Shaw wrote: > Date: Thu, 3 Jan 2002 17:56:26 -0800 > From: Mark Shaw <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: Extending Standard Context > > Craig, thanks for the quick reply. > >

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Mando Ruckotte
Sir Lai, you mean i could use TOMCAT alone as an HTTP/WEB Server? for use with servlets and JSP? And also why do they integrate TOMCAT to IIS or APACHE? Can TOMCAT implement ASP? Cheers, Mando Forgive me, im a newbie =) --- Lai Kok Cheong <[EMAIL PROTECTED]> wrote: > > If you wre to im

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Mando Ruckotte
Sir Lai, How do i set it up? any good links on how to do it? Cheers, Mando Forgive me, im a newbie =) --- Lai Kok Cheong <[EMAIL PROTECTED]> wrote: > > If you wre to implement servlets then amongst the > three options , tomcat has > to be in your wishlist > Apache and IIS is only use to

tomcat sending 200 response code instead of 404 when error-page used

2002-01-03 Thread Kirby Vandivort
Hello, I am using the directive in my web.xml file to redirect users to an html file, /404.html. When I do this, though, it appears that tomcat is sending a response code of 200 instead of 404. Is this the way that it should be? It seems to me it should send a response code of 404 and then go

servlest and JSP's on PWS(win98)

2002-01-03 Thread Mando Ruckotte
hi all, how do i integrate tomcat to PersonalWebServer(WIN98SE)? or how do i implement servlets and JSP's in PWS? any configuration? help!!! thanks, mando __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.co

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Artigas, Ricardo Y.
Yes you could also use TOMCAT as web server but in terms of serving static (html) pages, they say it's not as fast as Apache. It is advisable to use Tomcat for serving the servlet and jsp files only. I don't know if this has changed with Tomcat 4. You can integrate TOMCAT with IIS or Apache so th

DNS lookup not working

2002-01-03 Thread Kirby Vandivort
Using tomcat 4.0.1 standalone.. My DNS lookups don't seem to be working.. Relevant bits of files: server.xml: http://www.ks.uiuc.edu/~kvandivo/University of Illinois Phone: (217) 244-5711405 N. Mathews Ave Fax : (217) 244-6078Urbana,

Re: JDBCRealm problems - sqlserver

2002-01-03 Thread tai liang
Hi,I think "com.microsoft.jdbc.sqlserver.SQLServerDriver" is a jdbcpool driver. --- Chaitresh <[EMAIL PROTECTED]> wrote: > Hi, > > I am having problems setting up the JDBCRealm. The > database is sqlserver. I have downloaded the drivers > and add them to the CLASSPATH. The configuration in >

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Lai Kok Cheong
Yes -->And also why do they integrate TOMCAT to IIS or APACHE? I already answered your question in my previous mail. > -Original Message- > From: Mando Ruckotte [SMTP:[EMAIL PROTECTED]] > Sent: Friday, January 04, 2002 4:27 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PR

Problems with Tomcat4, Reflection & Classloading

2002-01-03 Thread Jiger Java
Hi all, I am using Tomcat 4.0 final, JDK 1.4 beta 3, Win98 for dev. I am using a automatic bean population class to automatically populate bean based on request object just like in Struts. Ok, now the problem comes during population when I receive the following exception. java.lang.Ill