error running Tomcat

2001-07-19 Thread Nance, Michael
Hello, I am trying to run Tomcat Mod_JK with Apache on Unix. I am getting this error [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146 [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 Anyone have an idea what I have wrong

Re: Jakarta build failed ?

2001-07-19 Thread John Hebert
Hany, Your classpath contains an extra "/" character, so it's not finding the ant.jar file. John Farag, Hany M (Hany) wrote: > Hi, > I'm getting this error when install Jakarta ? > I read the documentation and followed all the instruction added all the jar > files required and env var and sti

Jakarta build failed ?

2001-07-19 Thread Farag, Hany M (Hany)
Hi, I'm getting this error when install Jakarta ? I read the documentation and followed all the instruction added all the jar files required and env var and still getting this errors. classpath is /home/hfarag/JAKARTA_HOME/jakarta-ant//lib/ant.jar:/home/hfarag/downloads/j2 sdk1.4.0/lib/tools.jar:

RE: Cannot find my JavaBeans

2001-07-19 Thread Cox, Charlie
Title: RE: Cannot find my JavaBeans > -Original Message- > From: John Baker [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 18, 2001 5:09 PM > To: [EMAIL PROTECTED] > Subject: Re: Cannot find my JavaBeans > > > > I don't know why it is different for run() than for start() > - I h

RE: RE: SSL with Tomcat/mod_jserv via Apache

2001-07-19 Thread Ronald Ruzicka
Dear John, The .conf files would be a great help - please can you mail them? Thanks a lot! Sincerely, Ronald Ruzicka Simutech Tel. +43-1-888 36 10-21 Fax +43-1-888 36 10-49 emailmailto:[EMAIL PROTECTED] homepage www.simutech.at From: "John Bazeley" Subject: RE: SSL with Tomca

Tomcat with IIS, error 501 (not supported)

2001-07-19 Thread Christian . Schildt
Hi, I am slowly at the end by configuring IIS to work with IIS. I have read howto Documentation from Apache and Troubleshooting. Nothing has helped. Has anybody experience in this area? Which things could cause troubles by getting Tomcat run with IIS? 1) Wrong versions of isapi_redirect.dll, tom

Re: Class reloading

2001-07-19 Thread Will England
On Thu, 19 Jul 2001, John Baker wrote: > Hello. > > If I write a class and use it in a jsp page, then change the class, I have to > restart tomcat. Is there any way I can get around this, ie tell tomcat to > reload the class (and forget about the cached loaded copy I expect it has). Nope. Cl

Antwort: Re: Antwort: Re: Multiple virtual host with individual webapp dirs, one tomcat

2001-07-19 Thread Stefan . Raschke
Thanks Will, I am settling for the manual config. That works ust fine. Thanks a lot for your input. gruss stefan Will England

RE: Class reloading

2001-07-19 Thread Paul Foxton
yes, I have 'reloadable' set to true in server.xml for my app directory (under webapps) but its never reloaded my bean classes without restarting, servlets I havn't tried it with as yet. The question seemed to me to relate to beans in JSPs. Sorry, I could have phrased my reply better : ) cheers,

Re: Antwort: Re: Multiple virtual host with individual webapp dirs, one tomcat

2001-07-19 Thread Will England
On Thu, 19 Jul 2001 [EMAIL PROTECTED] wrote: > > Hi Will, > > the problem is, that when I put directories or .war files in webapps, the > context is added to > all virtual hosts. But I need individual contexts for each virtual host. > For virtual hosts, you are either running Tomcat 3.2 and u

Re: Class reloading

2001-07-19 Thread Endre Stølsvik
On Thu, 19 Jul 2001, Paul Foxton wrote: | AFAIK tomcat doesn't support automatic reloading of classes. You do have to | restart. AFAIK all tomcats does support automatic reload, but it (at least 3.2) sucks. If you have "very plain servlets", which doesn't put many "real" objects into the HttpSes

Re: Tomcat+Apache

2001-07-19 Thread Daniel de Almeida Alvares
h but if u compare the 2 files ... they are different, aren´t they ? [] Daniel - Original Message - From: "Denis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 10:56 AM Subject: Re: Tomcat+Apache both of them work but tomcat.conf is more "conventional" A

RE: Tomcat job

2001-07-19 Thread Randy Layman
Tomcat 3 up to and including Tomcat 3.2.1, you need to look at your readme file in the Tomcat home directory. There you will see under known issues how a possible misconfiguration can cause an infinite (or CPU-bound) loop. Randy > -Original Message- > From: Murthy, Anan

Re: help!

2001-07-19 Thread John Hebert
Roger Ruan wrote: > Dear Sir, > > > > I am using tomcat on windows 2000. > > I have a problem: > > For IIS of Windows 2000 professional version only support 10 > connections,I want to replace IIS with Apache,but I do not know if > Apache supports the ASP or not.Our codes are developed in

Re: Tomcat+Apache

2001-07-19 Thread Denis
both of them work but tomcat.conf is more "conventional" At 10:43 19/07/01 -0300, you wrote: >Hi all, >I have a doubt >When I include the tomcat conf file at the botton of >Apache´s httpd.conf file , what line should I use ? >1) >include /tomcat.conf > >or >2) >include tomcat-apache.conf > >thank

Class reloading for JSP /Tomcat 4

2001-07-19 Thread Reynir Hübner
Hi, I have a problem : I have Tomcat 4 and a working MVC model. Request are handled by a servlet that starts a servlet chain wich ends with the request being routed to a JSP. The servlets in the chain instanciate beans and put them into the request object. If I change one .java-file (servle

Tomcat+Apache

2001-07-19 Thread Daniel de Almeida Alvares
Hi all, I have a doubt When I include the tomcat conf file at the botton of Apache´s httpd.conf file , what line should I use ? 1) include /tomcat.conf or 2) include tomcat-apache.conf thanks Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED]

Re: Tomcat job

2001-07-19 Thread Murthy, Anand
Hi Jeremy, I am also getting the same 100% usage too. I am using Windows2000, Tomcat 3.2.1, java 1.3. Anyone has any ideas? Anand >Hi Tony, > >Ditto, I've also seen 100% CPU usage as well (about once a week on average) >but hadn't attributed it to Tomcat. Didn't really notice until I instal

Re: Class reloading

2001-07-19 Thread John Baker
On Thursday 19 July 2001 14:08 pm, you wrote: Ahhh yes. I remember now. I've got this set to true, and it doesn't work. I do recall it once working, can't remember when though On a previous beta. > I thought that was what the realoadable setting in server.xml was supposed > to do. Of course, I'

RE: MIssing Classes - WHAT is the answer? :-)

2001-07-19 Thread Cox, Charlie
Title: RE: MIssing Classes - WHAT is the answer? :-) Ok, I'm not a developer, and I am using TC 3.2.1, not TC4, but a quick look at the ServletContextListener and I have some comments based upon what I know about TC 3.2.1. see below. > -Original Message- > From: John Baker [mailto:[

RE: Class reloading

2001-07-19 Thread Dmitri Colebatch
The way I see it work, you can reload servlets and jsps, but not other classes (beans etc.). I'm not sure if this is correct, just my experience. cheers dim On Thu, 19 Jul 2001, Cory Powers wrote: > I thought that was what the realoadable setting in server.xml was supposed > to do. Of course,

Re: Problems with a simple JSP and mySQL connect

2001-07-19 Thread Adam Myatt
To further expand on the last answer below: if you look at the MANUAL that comes in the DOC folder of the MySQL installation, section 6.16 "Causes of Access Denied Errors": 'If you can't get your password to work, remember that you must use the PASSWORD() function if you set the password with the

virtual host

2001-07-19 Thread applein
How to setup virtual host with apache + tomcat??? I'm another user directory /usr/local/jakarta-tomcat-3.2.1/webapps/ROOT/ for my virtual users?

Tomcat cache

2001-07-19 Thread Laroche Eric
I d like to know if it is possible to configure the way tomcat cache works. In jrun, cache files are placed inside folders, but in tomcat, they are outside.

RE: Generate Excel File

2001-07-19 Thread Paul Kofon
Hi, I've never done what you'd like to do. But if I remember correctly, the CSV text below will display correctly in Excel: Item,Price Doll,30 GameBoy,200 You'd have two rows and two columns (with headers Item and Price) of data. If the CSV data you're feeding Excel is not formatted like this,

AW: SSL Apache & Tomcat (NameBased VirtualHosts)

2001-07-19 Thread Ralph Einfeldt
1. this is a bit off topic for questions like that, it's better go to the apache list 2. you don't have to setup 2 apaches: just define two virtual hosts in httpd.conf: NameVirtualHost 111.22.33.44 ServerName www.domain.tld DocumentRoot /www/domain S

RE: Class reloading

2001-07-19 Thread Cory Powers
I thought that was what the realoadable setting in server.xml was supposed to do. Of course, I've never got it to work... -Original Message- From: John Baker [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Class reloa

RE: do i need ant to develop jsp pages with tomcat?

2001-07-19 Thread Cory Powers
Ant is such a powerful tool that I not only use it to compile and distibute my source but, I've started using to do automated tasks in Widows such as, backing up my source code. Try it, it can really make your life easier. -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] S

Re: Class reloading

2001-07-19 Thread John Baker
On Thursday 19 July 2001 12:50 pm, you wrote: > does anyone know how this is in tomcat 4 ? > Oh, sorry. I was referring to Tomcat 4. It's all I use. I can't live without the newer JSP/Servlet features. > thanx > -r > > > -Original Message- > From: Paul Foxton [mailto:[EMAIL PROTECTED]] >

SSL Apache & Tomcat (NameBased VirtualHosts)

2001-07-19 Thread Lars Nielsen Lind
I want to use SSL with my Apache & Tomcat (mod_jk) - NameBased VirtualHosts.   I have read that I then should make to configuration files for the Apache Web Server. One for communicating with port 80 (without SSL) and one for communicating with port 443 (with SSL). Finally I shall start two

RE: Class reloading

2001-07-19 Thread Reynir Hübner
does anyone know how this is in tomcat 4 ? thanx -r -Original Message- From: Paul Foxton [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:23 AM To: '[EMAIL PROTECTED]' Subject: RE: Class reloading AFAIK tomcat doesn't support automatic reloading of classes. You do have to

RE: How can I logoff

2001-07-19 Thread Blue, Neil
Looking at the headers, the browser keeps sending the authorization info anyway so removing the session does not remove the logon in formation. Neil -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 09:42 To: [EMAIL PROTECTED] Subject: Re: How can I logoff

RE: Class reloading

2001-07-19 Thread Paul Foxton
AFAIK tomcat doesn't support automatic reloading of classes. You do have to restart. Paul > -Original Message- > From: John Baker [mailto:[EMAIL PROTECTED]] > Sent: 19 July 2001 11:36 > To: [EMAIL PROTECTED] > Subject: Class reloading > > > Hello. > > If I write a class and use it in

Class reloading

2001-07-19 Thread John Baker
Hello. If I write a class and use it in a jsp page, then change the class, I have to restart tomcat. Is there any way I can get around this, ie tell tomcat to reload the class (and forget about the cached loaded copy I expect it has). John -- John Baker, BSc CS. Java developer, Linux lover.

RE: Setting Tomcat HTTP Request Timeout

2001-07-19 Thread Andrew Birchall
Hi, thanks for your reply. However I don't think its the browser timing out. We get the "Internal Servlet Error - read timeout" thrown from Tomcat which is the response displayed in the browser. This problem is shown when Tomcat is under load, i.e. 30+ concurrent users, all doing the same thing. W

Re: MIssing Classes - WHAT is the answer? :-)

2001-07-19 Thread John Baker
On Thursday 19 July 2001 10:44 am, you wrote: > John, > > I've only lightly been following this so excuse my late joining, but... Do > you have an isolated test that demonstrates the behaviour? Perhaps with > some sample code we can look at it. Not an isolated test. I might get round to writing

problem with webapp_module and redhat 7.1/apache 1.3-tomcat4.0b5

2001-07-19 Thread Michael Steindl
hi there, trying to build my mod_webapp.so module for the apache1.3 / tomcat 4.0 integration, the following error occures, after building the module successfully and trying to start apache: # /etc/init.d/httpd start Starting httpd: Syntax error on line 5 of /etc/httpd/conf/httpd.conf: Cannot loa

Re: MIssing Classes - WHAT is the answer? :-)

2001-07-19 Thread Dmitri Colebatch
John, I've only lightly been following this so excuse my late joining, but... Do you have an isolated test that demonstrates the behaviour? Perhaps with some sample code we can look at it. I might also add that I am not a tomcat developer, but just another user trying to help. cheers dim On T

Re: How can I logoff

2001-07-19 Thread chris brown
Try session.invalidate() then send the HTTP status code "401 Unauthorized" session.invalidate(); response.sendError(response.SC_UNAUTHORIZED, "Logged out"); Might get you going in the right direction. -Chris - Original Message - From: "Blue, Neil" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

RE: How can I logoff

2001-07-19 Thread Blue, Neil
Thank you Kaneda, It doesn't seem to work. Cheers Neil -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 09:42 To: [EMAIL PROTECTED] Subject: Re: How can I logoff At 15:57 18/07/2001 +0100, you wrote: >Hello, > >I am using the JDBC sercurity on tomcat 3.

Antwort: AW: Antwort: Re: Multiple virtual host with individual webapp dirs, one tomcat

2001-07-19 Thread Stefan . Raschke
Hi Tom, my problem is, that I want to make it as easy as possible for the developpers. Just drop a dir (with adjusted web.xml ;>) in their webapps folder and off they go. The way I configured tomcat now, they (or I) have to edit the mod_jk.conf file to tell apache about the contexts and virtua

Re: do i need ant to develop jsp pages with tomcat?

2001-07-19 Thread Jim Cheesman
At 10:31 AM 19/07/01, you wrote: >hi, > >i am new to tomcat. i want to develop jsp pages that should interact with >databases like mysql e.g. what is ant needed for? do i need it for simple >jsp development. i just downloaded the tomcat binary and installed it. is >that all i have to do? You don

Re: How can I logoff

2001-07-19 Thread Kaneda K
At 15:57 18/07/2001 +0100, you wrote: >Hello, > >I am using the JDBC sercurity on tomcat 3.3. I am able to logon (via basic >authentication) to view a secured .jsp page. however I can not see how a >user can logoff again so that a new user can logon. Please could someone >point me in the right dir

MIssing Classes - WHAT is the answer? :-)

2001-07-19 Thread John Baker
Right! Enough of this! I'm confused! Obviously there is confusion to why tomcat seems to not find classes that are clearly located in the WEB-INF/classes directory (in package names, or whatever) or in a jar. This appears to be a bug with the ClassLoad that is in place, as has been pointed out

Re: Replacing tools.jar with Jikes for JSP compilation

2001-07-19 Thread chris brown
You also need to provide the path to the jikes executable as an init-param for the JspServlet, eg: jspCompilerPath c:\jikes\bin\jikes.exe However, I've still had problems with the Jikes plug-in when using Windows, as the startup.bat script forces jikes to use the standard CLASSPATH instead

AW: Antwort: Re: Multiple virtual host with individual webapp dirs , one tomcat

2001-07-19 Thread Thomas Bezdicek
Hi, dont use the auto-configuration, do adopt the config-files yourself. regards, tom > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 19. Juli 2001 10:01 > An: [EMAIL PROTECTED] > Betreff: Antwort: Re: Multiple virtual host with in

do i need ant to develop jsp pages with tomcat?

2001-07-19 Thread bastian . wagner
hi, i am new to tomcat. i want to develop jsp pages that should interact with databases like mysql e.g. what is ant needed for? do i need it for simple jsp development. i just downloaded the tomcat binary and installed it. is that all i have to do? thx for help cu bastian

Enabling SSL on Domino causes both Domino and Tomcat to crash

2001-07-19 Thread Pat Bottomley
Hello, Can anybody shed any light on this problem: This is a weird problem. It happens reliably on the client site within a short period of time, but we have yet to see it happen on our internal development server. On our client's server, we have Domino 5.0.6a running alongside Tomcat 3.2.2 usi

Re: Cannot find my JavaBeans

2001-07-19 Thread Michael Bierenfeld
> Well I managed to make it a very non mysterious circumstance. I just started > a Thread from an object that was a ServletContextListener. When I called > start it lost classes. When I called run it worked fine. I had no problems > replicating it. > > What is the cocoon mailing list? Hi, in th

Antwort: Re: Multiple virtual host with individual webapp dirs , one tomcat

2001-07-19 Thread Stefan . Raschke
Hi Will, the problem is, that when I put directories or .war files in webapps, the context is added to all virtual hosts. But I need individual contexts for each virtual host. Any ideas? Thanks stefan

AW: regarding isapi_redirector.dll

2001-07-19 Thread Ralph Einfeldt
Please don't use HTML for e-mails to this list. Especially not with such nasty things like this: http://211.109.2.4/RcvMail/RcvMail_MQ.asp?UserID=micron&UID=719164118";> -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 19. Juli 2001 09:4

regarding isapi_redirector.dll

2001-07-19 Thread 강민석
Hello...This is Sam.I ran into a problem with isapi_redirector.dll.  It's not about how to install this module...Ok... here it goes...I've one machine setup with tomcat 3.2.2 + IIS5.0.  And I was successful configuring Tomcat to run on IIS5.0 with isapi_redirector.dll.The problem is that I ha

RE: IIS5 + isapi_redirect.dll GREEN ARROW

2001-07-19 Thread Rajehswar V. Rao
http://www.verysimple.com/scripts/support_tc_iis.html visit this URL and download .reg file and run it. Restart your IIS and Tomcat ..still have problems feel free to revert back.. and check for typos first like jakarta..Jakarta -raj- -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

<    1   2