How can I make the servlet mapping of Tomcat work with Apache http server?

2001-07-19 Thread Youzhi Fan
I read Craig R. McClanahan's article Developing Applications With Tomcat coming with Tomcat. The article gives a sample application also coming with Tomcat. The sample application uses a servlet mapping. The servlet mapping works fine with Tomcat. But it does not work when I use Apache http

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]

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

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: IMG height=0 width=0 SRC=http://211.109.2.4/RcvMail/RcvMail_MQ.asp?UserID=micronUID=719164118; -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet:

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

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 the

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

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

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

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: init-param param-namejspCompilerPath/param-name param-valuec:\jikes\bin\jikes.exe/param-value /init-param However, I've still had problems with the Jikes plug-in when using Windows, as the

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

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

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't

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

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.3.

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 PROTECTED]

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

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

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 one.

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. We

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

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 a jsp

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 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

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 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]] Sent:

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]]

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... Context path=/examples docBase=webapps/examples crossContext=false debug=0 reloadable=true

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 VirtualHost 111.22.33.44:80 ServerName www.domain.tld DocumentRoot

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

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.

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?

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

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: 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

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,

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 installed

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 path/tomcat.conf or 2) include pathtomcat-apache.conf thanks

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, Anand

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

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 using

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 : )

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

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,

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

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 haven't

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

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 still

Tomcat security question

2001-07-19 Thread Hamish Barney
Just hoping someone can help me deal with this question... In the application I'm developing I need to restrict access to a bunch of binary files (sound recordings). Each user should only be able to download their own files. Files and users will be added and deleted dynamically. The realm based

RE: Tomcat security question

2001-07-19 Thread Randy Layman
You would probably be best off implementing it in a servlet. The servlet can authenticate the user, determine the specific file, and then send the file (not redirect) to the client. Since you are sending the file the files can reside anywhere on the system or even on another system.

RE: Jakarta build failed ?

2001-07-19 Thread Farag, Hany M (Hany)
Thanks John, I fixed that but now i'm getting this error ! build-static: [copy] Could not find file /home/hfarag/JAKARTA_HOME/Jakarta-tomcat4.0/home/hfarag/JAKARTA_HOME/Jakarta -tomcat4.0/lib to copy It looks like it's an error in setting the env vars! I checked all of them and it looks

Directory Listing

2001-07-19 Thread Daniel de Almeida Alvares
Hi, I am configuring Tomcat and Apache. They seem to be integrated, but when I type for example: http://localhost/cnpi I can see this: Index of /cnpi NameLast modified Size Description Parent Directory18-Jul-2001 17:51 - META-INF/

java.net.ConnectException: Connection refused: connect - opening file

2001-07-19 Thread Anthony Dodd
Hi I'm using tomcat 3.3 m3 on Windows 2000, Xerces-J 1.4.0. I've got a simple jsp which uses the servlet ServletContext to get the URL of an xml file contained in a subdirectory of the web application. The URL is correctly resolved, but it still fails when it tries to open a socket to

Re: Tomcat+Apache

2001-07-19 Thread Daniel de Almeida Alvares
thanks I'll see ! REgards Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED] - Original Message - From: Denis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 12:13 PM Subject: Re: Tomcat+Apache not really tomcat.conf is

Re: Tomcat+Apache

2001-07-19 Thread Daniel de Almeida Alvares
but if tomcat-apache is a generated file, where should I use the right parameters in order to generate this file correctly. I don´t understand this point yet !!! Sorry by my stupid questions ok :) [] Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL

Re: Directory Listing

2001-07-19 Thread Denis
check your configuration file what port are u using ? 8080 ajpv12 ajpv13 if 8080 try http://localhot:8080 can u see tomcat app ? At 12:09 19/07/01 -0300, you wrote: Hi, I am configuring Tomcat and Apache. They seem to be integrated, but when I type for example:

real time chat for Tomcat users?

2001-07-19 Thread John Hebert
I'm noticing that a LOT of traffic on this mailing list consists of questions that can be answered pretty quickly (not that there's anything wrong with that (: ) and might be better served (no pun intended) in a real time format. So, I've setup a group conference via Jabber at [EMAIL

Re: Class reloading

2001-07-19 Thread Bo Xu
Reynir Hübner wrote: does anyone know how this(note: Class-reloading) is in tomcat 4 ? thanx -r [...] Hi :-) * Servlet-auto-reloading in TC4.0b5 from my work, Servlet-auto-reloading works well, but just from my testing, if I put MyServlet in both: - WEB-INF/classes (unpacked

Re: Directory Listing

2001-07-19 Thread Daniel de Almeida Alvares
yes i´m using 8080 but ´my app dir is mapped at Apache, and I don´t need to use :8080 but it´s allowing directory listing ! is it possible to avoid that ? regards Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED] - Original Message - From:

Re: Tomcat+Apache

2001-07-19 Thread Denis
in tomcat.conf At 12:16 19/07/01 -0300, you wrote: but if tomcat-apache is a generated file, where should I use the right parameters in order to generate this file correctly. I don´t understand this point yet !!! Sorry by my stupid questions ok :) [] Daniel ___ Daniel de

Re: Directory Listing

2001-07-19 Thread Denis
when you execute http://localhost/cnpi if cnpi is your app you must have a index.html or a index.jsp in conf files : in tomcat.conf add Alias /cnpi/usr/website/webapps/cnpi Directory /usr/website/webapps/cnpi /Directory Location /myApp/WEB-INF/ AllowOverride None deny from all /Location in

RE: Directory Listing

2001-07-19 Thread Isaac Arias
Daniel, The easiest and fastest way is to add and empty file called index.jsp to your /cnpi directory. This will be read instead of showing the directory listing. Good luck, Ike __ Isaac Arias Tokenzone w

RE: Generate Excel File

2001-07-19 Thread Erin Lester
Actually that's how it was formatted. I tried what someone else suggested, using tabs instead of commas, and that worked. Thanks, Erin On Thu, 19 Jul 2001, Paul Kofon wrote: Hi, I've never done what you'd like to do. But if I remember correctly, the CSV text below will display correctly in

RE: Generate Excel File

2001-07-19 Thread Erin Lester
Thanks, that worked! On Wed, 18 Jul 2001, William Kaufman wrote: We've got it working exactly as you say, but only if the data is delimited with _tabs_, not _commas_. -- Bill K. -Original Message- From: Erin Lester [mailto:[EMAIL PROTECTED]]

Using Error Pages

2001-07-19 Thread Bragg, Casey
Hello : I can't get my 403 (forbidden) error page to show up. Instead, I get the standard 403 error message on my browser (yes, friendly error messages are turned off on IE). My 404 page works and its virtually identical to my 403 page. What am I doing wrong? I have the following entry in

Re: Cannot find my JavaBeans

2001-07-19 Thread John Baker
On Thursday 19 July 2001 15:43 pm, you wrote: -Original Message- MyThread x = new MyThraad(); x.run(); calls the run method (containing the class that has problems being created) within the current Thread, ie no new Thread is started, This is when the problem 'goes

Re: help!

2001-07-19 Thread Tim O'Neil
At 07:06 AM 7/19/2001, you wrote: 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

RE: Generate Excel File

2001-07-19 Thread Aditya Anand
Actually using tabs is like running from the problem, it the data contains a tab, then it would mess things up again...you'll need to do a litle encoding for this... if the data is like.. Col1Col2col3 data1 data2 data,3 data4 data,5 data6 data,7 data8 data9 then you output as

Re: help!

2001-07-19 Thread John Hebert
Tim O'Neil wrote: At 07:06 AM 7/19/2001, you wrote: 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

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: Thursday, July 19, 2001 11:54 AM To: [EMAIL PROTECTED] Subject: Re: Cannot find my JavaBeans On Thursday 19 July 2001 15:43 pm, you wrote: -Original Message-

looking for a working isapi_redirect.dll file

2001-07-19 Thread Curtis Dougherty
I'm trying to finish setting up the proxy os TOMCAT / IIS 5 / and Win2K prof. I can't get the filter turn green and guess I have the wrong version of the isapi_redirect.dll... Curtis Dougherty Deployment Lead / QA Engineer BusinessThreads, Inc. We make the software that makes your business

Re: looking for a working isapi_redirect.dll file

2001-07-19 Thread time out
At 11:27 07/19/2001 -0500, Curtis Dougherty wrote: I'm trying to finish setting up the proxy os TOMCAT / IIS 5 / and Win2K prof. I can't get the filter turn green and guess I have the wrong version of the isapi_redirect.dll... it is likely that it works but you don't have the registry edits in

workir

2001-07-19 Thread applein
I'm setup apache + tomcat with mod_jk... all working fine... but I'm is workdir for VirtualHost is /var/www/www.domain.com and workdir for VirtualHost in tomcat is /usr/local/java/webapps/domain/dist I'm have use /var/www/www.domain.com for file *.jsp and not

Context Admin View All Contexts 500 Error

2001-07-19 Thread Noble, Joseph A
I keep getting a URL contains encoded special chars 500 Error whenever I try to View All Context on the Tomcat admin page. Both Add Context and Remove Context work fine. I'm having this same problem on several operating systems: Win98, WinNT, Linux, and Solaris 7. All are running Apache 1.3.20

RE: looking for a working isapi_redirect.dll file

2001-07-19 Thread Curtis Dougherty
cool...I'll try that... Is there a difference with Tomcat4 isapi_redirect.dll? -Original Message- From: time out [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 11:38 AM To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]' Subject: Re: looking for a working isapi_redirect.dll file At

Re: looking for a working isapi_redirect.dll file

2001-07-19 Thread time out
At 11:27 07/19/2001 -0500, Curtis Dougherty wrote: I'm trying to finish setting up the proxy os TOMCAT / IIS 5 / and Win2K prof. I can't get the filter turn green and guess I have the wrong version of the isapi_redirect.dll... it is likely that it works but you don't have the registry edits in

distribution

2001-07-19 Thread Knoll, Craig
In the binary distribution folders, there are several files. I know I need jakarta-tomcat-3.2.3.zip but what is jakarta-servletapi-3.2.3.zip used for? Do I need this file in conjunction with Tomcat? Is it for JSP? Is the usage of this file documented? Thanks. Craig

Connector className=

2001-07-19 Thread Mario Alberto Vera Becerra
Hi!! Wich configuration is better for MaxtremeJava in Server.xml Tomcat configuration file? Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port value=8080/ OR Connector

Is jsp:xxx Reserved?

2001-07-19 Thread David White
I am rather new to JSP. However, I note that many standard jsp commands are XML elements that begin with (are in the namespace?) jsp:. What I have found is that Tomcat seems to not reserve this prefix (namespace?) for use by the jsp engine. For example: I can delcare a taglib and give it the

Unable to start tomcat server

2001-07-19 Thread Manish Pradhan
Kindly explain to me how to configure java_home or tomcat_home property.Because everytime ,I go tostart the tomcat webserver 3.2.2 on my windows 98 system click on start up.bat there is a message"you must set JAVA_HOME to point at your Java Development Kit Installation.Kindly oblige.

loading a property file from a standard java class

2001-07-19 Thread Wang, Monica
Hi, Batsheva, I found your email about calling a config file from bean, did you find out which directory the conf file (property file) should be in Tomcat? I am loading a properties file from a standard java class that was called by a servlet, but get the system cannot find the file specified

RE: Unable to start tomcat server

2001-07-19 Thread Cory Powers
Put the following lines in your autoexec.bat file set JAVA_HOME=c:\jdk1.3.1 set TOMCAT_HOME=C:\tomcat change the paths to fit your system. Cory -Original Message-From: Manish Pradhan [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 19, 2001 1:56 PMTo: [EMAIL

RE: Unable to start tomcat server

2001-07-19 Thread Filip Hanik
On your desktop, right click on "My Computer" select "Properties" under the environment variable settings, create a new variable called JAVA_HOME and have it point to your java installation this doc explains it http://sourceforge.net/docman/display_doc.php?docid=5651group_id=26042 Filip

RE: loading a property file from a standard java class

2001-07-19 Thread Li, Jerry
Try put them into WEB-INF/classes, it works for me. jerry -Original Message- From: Wang, Monica [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:55 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: loading a property file from a standard java class Hi, Batsheva, I

Will TOMCAT 4(beta6) work with IIS5 and Win2K

2001-07-19 Thread Curtis Dougherty
If yes...where do I get the isapi_redirect.dll necessary for the ISAPI filter I've checked and rechecked the REG file - no spaces...same capitalization - et al... so I'm hoping that I'm just stupid and not Thick Headed This seems a lot more painful than it should be. Curtis Dougherty

Re: distribution

2001-07-19 Thread John Hebert
Knoll, Craig wrote: In the binary distribution folders, there are several files. I know I need jakarta-tomcat-3.2.3.zip but what is jakarta-servletapi-3.2.3.zip used for? Do I need this file in conjunction with Tomcat? Is it for JSP? No. Is the usage of this file documented? After

Connector

2001-07-19 Thread Mario Alberto Vera Becerra
Hi!! Which configuration is better for Tomcat in Server.xml configuration file? Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port value=8080/ OR Connector

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-19 Thread Mark Dzmura
Jeff: Thanks for replying. We had stumbled onto them and incorporated their stuff into our attempt to get it working, to no avail. We are running on a stock Redhat 7.1 kernel. If you are running anything else, perhaps there is an issue with the pthread lib? Redhat 7.0 had lots of lib issues.

RE: distribution

2001-07-19 Thread Mike Jackson
It's servlet api docs. Or at least that's what my cursory look said it was. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: John Hebert [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 11:55 AM To: [EMAIL PROTECTED] Subject: Re: distribution

AW: Class reloading

2001-07-19 Thread Ralph Einfeldt
AFAIK that is only valid for JSP's and servlets not for beans. (How I love good old jserv (8( -Ursprüngliche Nachricht- Von: Cory Powers [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 19. Juli 2001 15:09 An: '[EMAIL PROTECTED]' Betreff: RE: Class reloading I thought that was

RE: How can I logoff

2001-07-19 Thread Blue, Neil
Thank you Chris that works. Now I need to sort out page navigation... Neil -Original Message- From: chris brown [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 10:35 To: [EMAIL PROTECTED] Subject: Re: How can I logoff Try session.invalidate() then send the HTTP status code 401

build error

2001-07-19 Thread Farag, Hany M (Hany)
Hi, I'm getting these errors although I added the servlets jar as a java ext. build-main: [javac] Compiling 2 source files to /home/hfarag/JAKARTA_HOME/Jakarta-tomcat4.0/jasper/build/classes [javac] /home/hfarag/JAKARTA_HOME/Jakarta-tomcat4.0/jasper/src/share/org/apache/jasp

Using Error Pages? : Still stuck... More info...

2001-07-19 Thread Bragg, Casey
I left some info out of my question... (BTW - the mailing list archive is filled with this question over and over with few solutions) My ROOT context has a valve entry in it. The valve is running the sendError. The question : Why does my custom 404 error page work, but my nearly identical

Re: Cannot find my JavaBeans

2001-07-19 Thread Dmitri Colebatch
To start a new thread, call x.start(); - in basic terms, this will mean the x.run() method (or runnable.run()) is called, but you can continue doing whatever it was you were doing without waiting for the run() method to end. that's the guts of how threads work. cheers dim On Wed, 18 Jul 2001,

Re: Tomcat: subject

2001-07-19 Thread Alex Fernández
Hi Jerry! Li, Jerry wrote: We have been flooded by emails from the mailing lists of CVS, apache, tomcat, and so on. All of them come into our inbox, it is very tough to separate them. If you send emails with Tomcat in the subject, we could easily group them and redirect them into a

Re: Class reloading

2001-07-19 Thread Alex Fernández
In fact, Tomcat does support automatic reloading of classes. When you declare a context, add a 'reloadable=true' attribute: Context path=/admin docBase=webapps/admin reloadable=true trusted=false See apps-admin.xml or server.xml for an example. In

Re: SSL Apache Tomcat (NameBased VirtualHosts)

2001-07-19 Thread Lars Nielsen Lind
It dows not function correct. So I'll have to start one Apache instance with the httpd.conf file (port80) and another with the httpd_ssl.conf file (port443 - made by myself). Just as it is written in Professional Apache from Wrox. It is apparently the one and only way to solve the problems

Re: distribution

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Knoll, Craig wrote: In the binary distribution folders, there are several files. I know I need jakarta-tomcat-3.2.3.zip but what is jakarta-servletapi-3.2.3.zip used for? Do I need this file in conjunction with Tomcat? Is it for JSP? Is the usage of this file

How to forward with new request/query string?

2001-07-19 Thread Erin Lester
I was wondering how you go about transferring control from a servlet to another page (in this case a jsp page) before committing the response. I need to send request variables to this new page. I've tried using a request dispatcher, but I believe that this just sends the request that the

What does this exception mean? Tomcat is not supposed to compile Java file, right?

2001-07-19 Thread Daniel Kruler
org.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\common\lib\apache_soap.jar(org/apache/soap/server/Deploymen tDescriptor.java): Public class org.apache.soap.server.DeploymentDescriptor must be defined in a file called DeploymentDescriptor.java.

  1   2   >