RE: Tomcat dies... help!

2001-08-15 Thread Martin van den Bemt
There are some bugs in ajp12 which can cause this. Since ajp12 is frozen and not as fast as ajp13 it is best to use ajp13 or the old mod_jserv. Mvgr, martin > -Original Message- > From: Sahar Madani [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 3:01 AM > To: [EMAIL PROTECT

AW: IBM JDK

2001-08-15 Thread Kursad . Kayatuerk
For one year we are using it on our server. And this package is faster than the sun's package. -Ursprüngliche Nachricht- Von: Mike McGuinness [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 14. August 2001 18:21 An: [EMAIL PROTECTED] Betreff: IBM JDK Has anyone tried IBM jdk/runtime en

Elementary question about Tomcat

2001-08-15 Thread Bhamidi Krishna
Hi, I am posting a very elementary question about Tomcat. I have written a JSP application that I want to use undes tomcat. Do I need to place it under examples/jsp? I placed the application in the jsp directory level, Tomcat looks for class files under examples/web-inf whereas the class file

RE: My JSP pages are freezing !!

2001-08-15 Thread PREETHY MANOHAR
Hi Christian, try this code in the jsp <% response.setHeader("Cache-Control","no-cache"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", 0); %> Preethy >From: "James, Stuart" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL P

Rejected Message

2001-08-15 Thread Administrator
The attached mail message has been rejected for the following reason: Could not extract file 'MANIFEST.MF' from archive '[5]Calendar.jar'. Additional Information: It could be that either the file is password protected or else corrupted. Make sure that you check the attachment manually and vi

Re: FW: catalina SSL

2001-08-15 Thread Christopher Cain
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > On Thu, 16 Aug 2001, Pier P. Fumagalli wrote: > > > OH SSL GURU! :) :) Do you have any clue (Reply to all so it'll go > in > > tomcat-users too!) Don't worry, baby. The SSL doctor is in session ;-) > > Hi > > I'm getting used to Tomcat

RE: Newbie help needed: installing TOMCAT on linux

2001-08-15 Thread Bob Wilson
Did you have a look at the documentation on the Apache site? That's a pretty good starting place. This is where I got started and I'm running Apache 1.3.20, Tomcat 3.2.3, Jetspeed 1.3a1, JDK 1.3.0_03 on SuSE Linux 7.1. I suspect your setup will be very similar. Here are a few sites to help

Re: ISAPI Filter

2001-08-15 Thread Pier P. Fumagalli
Dave Finch at [EMAIL PROTECTED] wrote: > Does anyone know where I can get the source code for the ISAPI filter? What ISAPI filter? Mod_jk? They're in CVS. Pier

Re: Newbie help needed: installing TOMCAT on linux

2001-08-15 Thread Pier P. Fumagalli
Dave Lopez at [EMAIL PROTECTED] wrote: > How can I configure tomcat and apache to run on my redhat 7.1? thanks... Read the documentation? It could help sometimes.

RE: Newbie help needed: installing TOMCAT on linux

2001-08-15 Thread Rob S.
Try the documentation for the version of Tomcat you're using at http://jakarta.apache.org/tomcat/index.html - r > -Original Message- > From: Dave Lopez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 9:14 PM > To: [EMAIL PROTECTED] > Subject: Newbie help needed: installing

ISAPI Filter

2001-08-15 Thread Dave Finch
Does anyone know where I can get the source code for the ISAPI filter? TIA, Dave Finch

RE: Servlet Runs SLow

2001-08-15 Thread Alberto Gobbi
Hi, I am having the same problem, and for me the reason is that when I am running tomcat and netscape on the same mashine, netscape will use all the cputime while waiting for the answer from tomcat. This is stupid since netscape could just stay idle, but that is how it is. so as long as netscape i

Re: Newbie: IIS5/Tomcat3.2.3/Win2000sp1 -- please Help!!

2001-08-15 Thread Michael . Solitario
1. Check if you have localhost:8080 2. Try rebooting Mike Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Newbie: IIS5/Tomcat3.2.3/Win2000sp1 -- please Help!! > Newbie: IIS5/Tomcat3.2.3/Win2000sp1 > > I apologize in advance if this appears to be a stupid que

Newbie help needed: installing TOMCAT on linux

2001-08-15 Thread Dave Lopez
How can I configure tomcat and apache to run on my redhat 7.1? thanks...

Re: Tomcat dies... help!

2001-08-15 Thread Sahar Madani
Did anyone answer this one yet. I get this in one of my servers. Both using jdk1.2.2 tail mod_jk.log [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 Any ideas? thanks in advance. Ronald Vyhmeister wrote: > T

Re: FW: catalina SSL

2001-08-15 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Pier P. Fumagalli wrote: > OH SSL GURU! :) :) Do you have any clue (Reply to all so it'll go in > tomcat-users too!) > > Pier > > -- Forwarded Message > From: "cib" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 15 Aug 2001 20:17:58 +0200 > To

Re: Tomcat embedded in Apache

2001-08-15 Thread Pier P. Fumagalli
Kemp Randy-W18971 at [EMAIL PROTECTED] wrote: > I found an article at http://www.linuxdevices.com/articles/AT7102892618. > The article says this > Apache 2.0 -- This is still in alpha now, with beta and final releases due > at monthly intervals. It is faster and runs on more operating systems wit

Re: I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Pier P. Fumagalli
Curtis Dougherty at [EMAIL PROTECTED] wrote: > I have Tomcat 4b6 > IIS 5 > Win2K > > I have the redirect working...I think > I have an SSL Certificate installed and working on my Win2K box > > > When I request the INDEX.JSP page from my site > https://mysite.someplace.com/fooey > I GET the fil

Re: I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Craig R. McClanahan
On Wed, 15 Aug 2001, Curtis Dougherty wrote: > I have Tomcat 4b6 > IIS 5 > Win2K > > I have the redirect working...I think > I have an SSL Certificate installed and working on my Win2K box > > > When I request the INDEX.JSP page from my site > https://mysite.someplace.com/fooey > I GET the f

I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Curtis Dougherty
I have Tomcat 4b6 IIS 5 Win2K I have the redirect working...I think I have an SSL Certificate installed and working on my Win2K box When I request the INDEX.JSP page from my site https://mysite.someplace.com/fooey I GET the file AND I see the SSL icon on the browser but the ONLY thing my stupid

Include issues?

2001-08-15 Thread Dan Garcia
I have a site where jsp pages do a lot of includes... I'm using a cron job script calling a wget to check that the site is still up, and i have something that'll page/email me if anything's wrong with the page. What i'm seeing occur often is wget will only end up getting a partial page back, an

jakarta-tomcat-3.2.3.zip "conf" files are blank

2001-08-15 Thread Shawn
I put in the conf files I had been using for 3.2.2 and 3.2.3 seems to be working fine. Could that lead to some problems I haven't discovered yet? Shawn

Re: Tomcat 4.0 and IIS

2001-08-15 Thread Pier P. Fumagalli
Patrick Peralta at [EMAIL PROTECTED] wrote: > Hello List, > > I've looked around on the website and mail list archives, but I can't seem > to find out how to set up IIS to redirect to Tomcat 4.0. I've read this > document: > > http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.ht

RE: Newbie help needed: error running JSP

2001-08-15 Thread Rob S.
Well, of course the stack will be container-specific =) In WebLogic, the exception will be something like com.weblogic.blah.foo with a different message. The exception message there seemed descriptive enough to debug. - r > -Original Message- > From: Kenneth Litwak [mailto:[EMAIL PROTE

RE: Newbie help needed: error running JSP

2001-08-15 Thread Kenneth Litwak
Thanks Jann for the help. That's what I ndeed to know: where to look for the error. Ken __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

RE: Newbie help needed: error running JSP

2001-08-15 Thread Jann VanOver
Look at the line: jsp.f_00025rm._0002fjsp_0002fform_0002fForm_0002ejspForm_jsp_0._jspService(_ 0002fjsp_0002fform_0002fForm_0002ejspForm_jsp_0.java:122) THIS is where your error occurred. Tomcat compiled your JSP page into the named java file. Look in your tomcat\work directory for this file.

RE: Newbie help needed: error running JSP

2001-08-15 Thread Kenneth Litwak
Rob S. wrote: ot to be a jerk or anything, your "newbie help" questions are fine and all, but the problem is that the only connection they have to Tomcat is that you're using the container. It's like if I emailed the GCC or Visual Studio lists saying, "how come I'm getting all of these memory

RE: auto-reload classes

2001-08-15 Thread Martin van den Bemt
Still assuming 3.x, sorry ;-)) > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 12:29 AM > To: [EMAIL PROTECTED] > Subject: RE: auto-reload classes > > > > > > >-Original Message- > > >From: Martin van den Bemt [mai

RE: Newbie help needed: error running JSP

2001-08-15 Thread Rob S.
Hiya Ken, Not to be a jerk or anything, your "newbie help" questions are fine and all, but the problem is that the only connection they have to Tomcat is that you're using the container. It's like if I emailed the GCC or Visual Studio lists saying, "how come I'm getting all of these memory leaks

jakarta-tomcat-3.2.3.zip "conf" files are blank

2001-08-15 Thread Jesse_Perez
I've been using Tomcat 3.2.1 for last 8 months and decided to upgrade to 3.2.3. I downloaded "jakarta-tomcat-3.2.3.zip" but all the files in the "conf" directory are blank. I downloaded a second time but still bad files. This is supposed to be a Release build. Has anyone else experienced thi

I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Curtis Dougherty
I have Tomcat 4b6 IIS 5 Win2K I have the redirect working...I think I have an SSL Certificate installed and working on my Win2K box When I request the INDEX.JSP page from my site https://mysite.someplace.com/fooey I GET the file AND I see the SSL icon on the browser but the ONLY thing my stupid

Newbie help needed: error running JSP

2001-08-15 Thread Kenneth Litwak
I just ran my first JSP that uses a form and got an error. Unfortunately, the stack trace doesn't tell me where in the JSP the error occured (that I can tell) or where in my helper bean the problem ight be. I'd heard that JSPs are hard to debug, and now I see why. The JSP engine is not very h

RE: auto-reload classes

2001-08-15 Thread Craig R. McClanahan
> >-Original Message- > >From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] > >Sent: Wednesday, August 15, 2001 4:57 PM > >To: [EMAIL PROTECTED] > >Subject: RE: auto-reload classes > > > > > >set the reloadable="true" in you server.xml or other main xml files (in the > >webapp config).

RE: auto-reload classes

2001-08-15 Thread Erwin Moller
At 04:56 PM 8/15/01 -0500, you wrote: >Thanks, man. > >Does setting "reloadable=true" affect performance much? > >-Original Message- >From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, August 15, 2001 4:57 PM >To: [EMAIL PROTECTED] >Subject: RE: auto-reload classes > >

RE: auto-reload classes

2001-08-15 Thread Martin van den Bemt
It does.. Every request triggers a check if the file has been in updated and changed, so if you have a lot of hits, it will be noticable.. Since reloading (at least my experience) is not the most stable (it can have some strange results..) thing that could happen to you, I would not use it in prod

Re: Trouble running a servlet

2001-08-15 Thread Tim O'Neil
At 02:46 PM 8/15/2001, you wrote: > I'm trying to run Tomcat on W2K disconnected from >the Internet. In asking for help, I got one reply >which said >What solved the last of my disconnected-laptop >issues (on Win98 at least) >was adding a LOCALHOST entry in >"c:\windows\hosts" (create it if nee

Re: auto-reload classes

2001-08-15 Thread Bo Xu
"Mills, Theo" wrote: > Where is the option to toggle the auto-reload classes capability? In other > words, i make a change to a class in my WEB-INF/classes directory. Don't I > normally need to restart tomcat? Is there an option that avoids a restart? > > -Theo the auto-reloading of TC4.0-b6/b7

RE: auto-reload classes

2001-08-15 Thread Mills, Theo
Thanks, man. Does setting "reloadable=true" affect performance much? -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: auto-reload classes set the reloadable="true" in you server.xml or ot

RE: auto-reload classes

2001-08-15 Thread Martin van den Bemt
set the reloadable="true" in you server.xml or other main xml files (in the webapp config). Reloading is only possible for servlets btw, so not classes used by servlets. Mvgr, Martin > -Original Message- > From: Mills, Theo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 11

auto-reload classes

2001-08-15 Thread Mills, Theo
Where is the option to toggle the auto-reload classes capability? In other words, i make a change to a class in my WEB-INF/classes directory. Don't I normally need to restart tomcat? Is there an option that avoids a restart? -Theo

Re: Trouble running a servlet

2001-08-15 Thread Kenneth Litwak
I'm trying to run Tomcat on W2K disconnected from the Internet. In asking for help, I got one reply which said What solved the last of my disconnected-laptop issues (on Win98 at least) was adding a LOCALHOST entry in "c:\windows\hosts" (create it if needed): 127.0.0.1 localhost Win98 lo

public key for signature on jakarta-tomcat-3.2.3-src.tar.gz not found

2001-08-15 Thread Aaron Seth
I just downloaded Tomcat 3.2.3 and before even attempting to build it I have a problem: it appears that the signature on jakarta-tomcat-3.2.3-src.tar.gz doesn't match any of the Apache developer signatures in the KEYS file distributed at http://www.apache.org/dist/ (It also appears that someone e

Re: interesting mistake in the tomcat implementation jsp standart.

2001-08-15 Thread Craig R. McClanahan
This is a user error. It is not valid to reference pageContext outside the actual execution of the tag. Once doEndTag() is called, none of the instance variables have any valid values. Craig McClanahan On Wed, 15 Aug 2001, YMikulski wrote: > Hello! > I found a mistake in implementation jsp

Adding RdHtLnxCMB@netscape.net to tomcat-user mailing list

2001-08-15 Thread RdHtLnxCMB
__ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://

interesting mistake in the tomcat implementation jsp standart.

2001-08-15 Thread YMikulski
Hello! I found a mistake in implementation jsp standart. Please, look at this code and comments in it. -- package test; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; public c

Re: mod_jk.so + apache

2001-08-15 Thread David Smith
I place mod_jk.so in my /etc/httpd/modules directory and then used LoadModule jk_modulemodules/mod_jk.so in httpd.conf. Either case, check where your mod_jk.so file is and set the LoadModule directive to it. Either absolute or relative path to /etc/httpd should work. I'm also on

Ajp12Interceptor, tomcatAuthentication="false" not functioning ?

2001-08-15 Thread Joe Van Demark
I'm running Apache/tomcat 3.3 Beta with jserv. My server.xml contains the following RequestInterceptor tag/element But it doesn't seem that tomcatAuthentication is actually disabled. Looking at the code I see the following The AjpInteceptor instantiates both AjpRequest and AjpResponse

Re: db connection denied access

2001-08-15 Thread Tim O'Neil
At 11:49 AM 8/15/2001, you wrote: >If you're going to be using MySQL, do yourself a favor and buy this book: > >http://www.amazon.com/exec/obidos/ASIN/0735709211/qid=997901246/sr=2-2/107-4 >535935-5049369 Or, do yourself a bigger favor and use Postgres.

RE: Newbie: How do I rebuild Tomcat under Win2k

2001-08-15 Thread Tim O'Neil
At 12:38 PM 8/15/2001, you wrote: >Having just been through this, start here: > >http://jakarta.apache.org/tomcat/index.html > >Download what you need and install/configure according to the information >presented therein. Michael, what did you use, DevStudio, or something like Ming32 or GNU for W

RE: Newbie: How do I rebuild Tomcat under Win2k

2001-08-15 Thread Michael Reeves
Having just been through this, start here: http://jakarta.apache.org/tomcat/index.html Download what you need and install/configure according to the information presented therein. Sincerely, Michael L. Reeves (c)?(c) -Original Message- From: Peter L. Markowsky [mailto:[EMAIL PROTECTED

Tomcat 4.0 and IIS

2001-08-15 Thread Patrick Peralta
Hello List, I've looked around on the website and mail list archives, but I can't seem to find out how to set up IIS to redirect to Tomcat 4.0. I've read this document: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html but it's for 3.3. It does not appear to apply to 4.0.

Newbie: IIS5/Tomcat3.2.3/Win2000sp1 -- please Help!!

2001-08-15 Thread Jack Rudnick
> Newbie: IIS5/Tomcat3.2.3/Win2000sp1 > > I apologize in advance if this appears to be a stupid question, > however, I have not been able to figure out an answer: > > I am attempting to integrate IIS5 with Tomcat 3.2.3. After > performing the following, I recieve errors. Any suggestion

Tomcat stops serving requests...Please help

2001-08-15 Thread Venu Babu
Hi! I posted this message couple of days back. I didn't get any response. So I am posting again. Please help us out. we are using Tomcat 3.2.1 with Apache http server. We are using this setup in production. After running 3 days, Tomcat stopped serving requests and throws null pointer exception w

RE: Does the servlet security model work with the J2EE Blueprint MVC?

2001-08-15 Thread Craig R. McClanahan
On Wed, 15 Aug 2001, Lin, Zhongwu wrote: > I have a question about the last paragraph of you answer. > > [Lin, Zhongwu] > can you explain in more detail on the last paragraph: > put those JSP pages inside the /WEB-INF > directory. This works because the container wil

Re: Re[2]: Re[2]: Servlet Runs SLow

2001-08-15 Thread A.L.
Jonathan, Thank you very much. It may take me a little while, but I am going to make every effort to understand the improvements you made. I will say, that netscape is loading the html much quicker. Nevertheless, once in a while it does take a while to load the page... Sometimes it even lo

Re: db connection denied access

2001-08-15 Thread Jeff Kilbride
You need to read chapters 4.2 and 4.3 of the MySQL manual: http://www.mysql.com/doc/P/r/Privilege_system.html http://www.mysql.com/doc/U/s/User_Account_Management.html MySQL has a somewhat strange privilege system for granting access to the database. But it's very flexible, once you learn it. I

catalina SSL

2001-08-15 Thread cib
Hi I'm getting used to Tomcat but not enough to get it work. Trying to install the SSL connector, but always getting a java IO exception, "keystore tampered". I'm a complete newbie either in tomcat or in ssl, so I surely didn't do things right. Is there a good tutorial for this (I mean for catalin

Re[2]: Re[2]: Servlet Runs SLow

2001-08-15 Thread Jonathan Pierce
Amos, I fixed a few things for you. Try my version. #1: There was no need to keep allocating StringBuffers, I just passed the output PrintWriter. #2: I fixed your form action to use the request context path for the action instead of hard-coding it. #3. I added a call to out.flush () before your

RE: Tomcat embedded in Apache

2001-08-15 Thread Martin van den Bemt
As far as I know tomcat is not built into apache. It just integrates well (as well with other servers).. Mvgr, Martin > -Original Message- > From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 7:54 PM > To: '[EMAIL PROTECTED]' > Subject: Tomcat embedded

Newbie: How do I rebuild Tomcat under Win2k

2001-08-15 Thread Peter L. Markowsky
I'm really green at this so please bear with me, How does one step by step rebuild Tomcat under a WIN32 enviroment. I'm currently using a p3 500mhz win2k professional machine. Thanks in advance,

Tomcat embedded in Apache

2001-08-15 Thread Kemp Randy-W18971
I found an article at http://www.linuxdevices.com/articles/AT7102892618. The article says this Apache 2.0 -- This is still in alpha now, with beta and final releases due at monthly intervals. It is faster and runs on more operating systems with the same level of stability as on Unix, and also sup

RE: Does the servlet security model work with the J2EE Blueprint MVC?

2001-08-15 Thread Lin, Zhongwu
I have a question about the last paragraph of you answer. Regards Zhongwu > -Original Message- > From: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 11:40 AM > To: Tomcat User's Group; [EMAIL PROTECTED] > Subject: Re: Does the servlet security mo

RE: Does the servlet security model work with the J2EE BlueprintMVC?

2001-08-15 Thread Craig R. McClanahan
On Wed, 15 Aug 2001, Jerome Jacobsen wrote: > What I meant is the declarative part of the security model. My app has a > single Front Controller JSP. See below. > > <%@ page contentType="text/html;charset=WINDOWS-1252"%> > "com.gentootech.eip.webclient.controller.EipController" >scop

RE: Does the servlet security model work with the J2EE Blueprint MVC?

2001-08-15 Thread Jerome Jacobsen
What I meant is the declarative part of the security model. My app has a single Front Controller JSP. See below. <%@ page contentType="text/html;charset=WINDOWS-1252"%> <% ctrl.init(config, application); %> Can I *declaratively* control access to the other JSPs by specifying and elem

Re: Does the servlet security model work with the J2EE BlueprintMVC?

2001-08-15 Thread Craig R. McClanahan
On Wed, 15 Aug 2001, Jerome Jacobsen wrote: > Hello, > > The Java Servlet Specification (Version 2.3, Draft 2) under SRV.12.2 states: > > "The security model applies to the static content part of the web > application and to servlets within the application that are requested by the > client.

Re: Re[2]: Servlet Runs SLow

2001-08-15 Thread A.L.
Jonathan, Attached are the servlet and object files i'm new to Java, so my design may be poor. Let me know if you have any questions. Thanks, -Amos --- Jonathan Pierce <[EMAIL PROTECTED]> wrote: > The problem is probably something you are doing in > your servlet. > Try hitting the /example

Re[2]: Servlet Runs SLow

2001-08-15 Thread Jonathan Pierce
The problem is probably something you are doing in your servlet. Try hitting the /examples/servlet/SnoopServlet in your action instead of your /jd/Calendar call and see if it is fast. If you want, send me the source to your servlet and I'll take a look at what you are doing that Netscape is sen

Re: Servlet Runs SLow

2001-08-15 Thread Jim Seach
Sorry, I'm out of ideas. The servlets I'm working on work fine in both Netscape and IE. You may want to try to collect some more information (log begin/end times in the servlet, use a network monitor to see what is happening, try different Netscape settings) and see if anything unusual is happen

RE: Servlet Runs SLow

2001-08-15 Thread A.L.
I don't see how it could be the form submission if it runs fine in explorer. Plus I can see Tomcat receive the request immediately after I submit the form. I will meanwhile try to register a start and end time. -amos --- Martin van den Bemt <[EMAIL PROTECTED]> wrote: > so the form submis

RE: Servlet Runs SLow

2001-08-15 Thread Cato, Christopher
Netscrape, forms and tables together is a very tricky subject. I recommend running your HTML output through HoTMetaL to eliminate any errors. I can see that you are missing a space in the second form opening, between NAME and ACTION. Also, Netscape is very very sensitive on where you open and cl

Re: db connection denied access

2001-08-15 Thread Richard Draucker
Thanks, I found the problem. Probably shoulda posted this on the MySQL group, sorry. Using the host ip in the connection url for the db generates the error. Using 'localhost' or any host name that the database considers valid works just fine. - Richard On Wednesday 15 August 2001 11:04

RE: Servlet Runs SLow

2001-08-15 Thread Martin van den Bemt
so the form submission is probably the problem.. call a method which registers start and endtime, maby that will clear up where the problem is.. Mvgr, Martin > -Original Message- > From: A.L. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 5:52 PM > To: [EMAIL PROTECTED] >

Re: Servlet Runs SLow

2001-08-15 Thread A.L.
The first time I load the page in Netscape everything seems fine, it loads almost instantaneously. However, when I submit the query to change the month calendar, netscape takes a while to reload the page and show the new calendar. I can see that TOmcat receives the request immediately, and I as

Re: Servlet Runs SLow

2001-08-15 Thread Jim Seach
I copied the html into a static file and was able to bring it up immediately in Netscape 4.76, so it doesn't appear to be the contents of the form that is the problem. Does it take a long time to display, or does it just not appear to finish loading? I have also noticed that sometimes even after

Re: Servlet Runs SLow

2001-08-15 Thread Boris Niyazov
I do not think it's a servelt problem. It's probably the browser issue. - Boris >Why WOuld a servlet which runs perfectly normal in >Explorer take a long time to load in Netscape? On the >Tomcat Console Window I see the request coming in >immediately, but f

problems on running build.bat in sample

2001-08-15 Thread Alice Li
Hello, everyone: I copied sample directory to C:\tomcat\webapps from C:\tomcat\doc\appdev. Then I run build.bat which is in sample directory. I always get these error messages: Registry key 'Software\Javasoft\Java Runtime Environment\CurrentVersion' has value '1.2', but '1.4' is required. Erro

RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !

2001-08-15 Thread Tim O'Neil
At 03:10 PM 8/14/2001, you wrote: >Look for MEGA and nuke'm > >Maybe enabling filtering by headers will help. That message had > >'Precedence: bulk' header. Nah, you have to use the headers, a legitimate message could contain the string "MEGA" in its subject header. Unfortunately you can't count

Re: Servlet Runs SLow

2001-08-15 Thread A.L.
Below is the code that is returned: It seems that Netscape might have problems with the FORM data. It does seem as if the server is sending the reponse immediately. Or maybe it is having trouble with the javascript functions... Any suggestions (I am only running TOmcat by the way) Calenda

Re: db connection denied access

2001-08-15 Thread Rob S.
> java.sql.SQLException: Server configuration denies access to data source -> It's a SQLException, so it looks like you've established a pipe between your code and the server (that error message would imply its Tomcat's fault), but in a way the *database* server doesn't li

Re: Servlet Runs SLow

2001-08-15 Thread Jim Seach
I agree - it's worth looking at the client. Do you have any large tables? I have had problems in the past with Netscape taking a long time (> 5 min) to load tables with several thousand rows. Jim --- Denis Haskin <[EMAIL PROTECTED]> wrote: > Do you know for sure the difference in 'load' time i

Does the servlet security model work with the J2EE Blueprint MVC?

2001-08-15 Thread Jerome Jacobsen
Hello, The Java Servlet Specification (Version 2.3, Draft 2) under SRV.12.2 states: "The security model applies to the static content part of the web application and to servlets within the application that are requested by the client. The security model does not apply when a servlet uses the Req

Re: Servlet Runs SLow

2001-08-15 Thread Denis Haskin
Do you know for sure the difference in 'load' time is at the server, and not at the client? What's the content coming back from the server? I would grab a copy of that, put it in a file, and load that in IE and Netscape to see if there's any difference in load times. I suppose it's possible

not working with tomcat 3.2.3

2001-08-15 Thread Taavi Tiirik
I have ... 404 /error404.jsp ... in my web.xml file and for some reason it is not enough to get error404.jsp to show up when I hit a non existent page. Is there some other configuring that is needed in order to

Re: IBM JDK

2001-08-15 Thread Paul Rubenis
Another reason to use IBM's jdk is that IBM will support it. They will not support sun's jdk. It doesn't hurt that IBM's jdk is a very good implementation. "James, Stuart" wrote: > > why would you want to run the IBM JDK ? is it faster/better than suns jdk ? > -- +--

db connection denied access

2001-08-15 Thread Richard Draucker
This is odd and I'm stumped. I have a simple db connection class in a jar under ~app/WEB-INF/lib. I have a servlet under ~app/WEB-INF/classes that imports this connection class. The mm.mysql driver jar also resides in this WEB-INF/lib. The servlet accesses the connection class just fine. Bu

Servlet Runs SLow

2001-08-15 Thread A.L.
Why WOuld a servlet which runs perfectly normal in Explorer take a long time to load in Netscape? On the Tomcat Console Window I see the request coming in immediately, but for some reason Netscape won't load quickly. -Amos __ Do You Yahoo!? Make in

Tomcat and IIS - error with isapi_redirect.dll

2001-08-15 Thread Martin Schaefer
hi, i'm setting up tomcat to run with iis on winnt server 4. tomcat itself is running fine as a service, i can run the examples if i use the tomcat port. i cannot start the isapi filter in IIS, and i get the follwing error in the event viewer on startup: Source: W3SVC Type:Error The HTTP Fil

Error Log

2001-08-15 Thread Barnabas Yohannes
Folks, How are folks at your end doing? The last time I asked you, you gave me great ideas. Folks at my end are pulling their hair tying to solve these errors from apache server error_log. After these errors are displayed, the JSP a page at the tomecat server fails. Tue Aug 14 16:52:26 2001]

RE: My JSP pages are freezing !!

2001-08-15 Thread James, Stuart
is it possible your browser is caching the result? if so add the following to the footer of the page, or put a system.out.println inside the jsp page to display when its being called and finished running -Original Message- From: Rob S. [mailto:[EMAIL PROTECTE

Re: My JSP pages are freezing !!

2001-08-15 Thread Rob S.
Hi Christian, Not to be skeptical, but it doesn't *sound* like a Tomcat problem. As well, the page isn't "freezing" per se, which would imply some sort of time-out, it's just looking the same when you hit it again. You'll need to provide more detail about the page if you want help, but I'm r

My JSP pages are freezing !!

2001-08-15 Thread Christian Cleber
Hello all ! I have tomcat 3.3 with apache and it seems work fine until now. I have a JSP page that receive only one param , execute a query in a database (interbase) , and make the output. All work fine during some time but suddenly, when i execute the page with different values for

RE: That annoying ClassNotFoundException again

2001-08-15 Thread Larry Isaacs
I haven't yet played with JDK1.4 yet. However, comments I have heard suggest that it may come with an XML parser built in. I think Tomcat 3.1 requires xml.jar be used which may be conflicting with the build in XML parser. I would recommend upgrading your Tomcat. Larry > -Original Message-

RE: Pure Linux Problem: problems with Java 1.3.0_02 on Linux.

2001-08-15 Thread Martin van den Bemt
if the file isn't executable (chmod +x) or you don't have access to that file, then it also stop... try to start cut from the commandline.. see what happens (so type /usr/bin/cut , it should give some result), if not, the file is not there or you don't have enough permissions.. Mvgr, Martin > --

RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !

2001-08-15 Thread Charlie Cox
I don't know if this is possible or not, but could you allow messages with 'Tomcat', 'context','mod_jk' etc., in the subject and then moderate only the messages without those keywords. Of course this guy can post to the list and I still can't from my subscribed account(outlook's multipart/alt 'fe

Pure Linux Problem: problems with Java 1.3.0_02 on Linux.

2001-08-15 Thread Allan Kamau
Hi, This is not a tomcat question sorry of the inconvinence. I wonder if there is anyone here successfully running Java 1.3.x on Red Hat 7.1. #java somejavaprogram /usr/java/jdk1.3.0_02/bin/java: /usr/bin/cut: No such file or directory /usr/java/jdk1.3.0_02/bin/i386/native_threads/java: error whi

RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !

2001-08-15 Thread Randy Layman
> -Original Message- > From: Dan Garcia [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 6:20 PM > To: [EMAIL PROTECTED] > Subject: RE: ABSOLUTELY WORLDS NO. 1 ..MEGA ! > > > On Tue, 14 Aug 2001, Alexey N. Solofnenko wrote: > > Maybe enabling filtering by headers will help.

RE: Tomcat crashes simultaneous more connection above 990+

2001-08-15 Thread Randy Layman
There are lots of other ways that you can crash Tomcat with concurrent access, like using the JDBC-ODBC bridge. I would advise you to look at your application and assume that Tomcat is working just fine. This person was talking about high load (hundreds and thousands of concurrent conne

Re: mod_jk.so + apache

2001-08-15 Thread Yann Sagon
Jonathon Wallen a écrit : > > > > >My probleme: Thanks but no, it doesn't change something. > you have this line in your httpd.conf - > LoadModule jk_module libexec/mod_jk.so > > maybe it should be - > LoadModule jk_module /etc/httpd/libexec/mod_jk.so > > I'm just as new to t

Re: mod_jk.so + apache

2001-08-15 Thread Yann Sagon
matt a écrit : > > how did you know you wanted the eapi mod_jk rather than non? I didn't know. I've tried with both of them. With the noeapi, apache don't start. I'm using Mandrake, so I guess that they use an enhanced version of apache. Yann Sagon

RE: Restarting Tomcat/Apache

2001-08-15 Thread James Bromberger
Hmm... similar to my message on Monday. However, I already have: > java version "1.3.1" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) > Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode) ... on Solaris. one; 5 machines work fine, one does not shutdown at all (other t

  1   2   >