????

2001-03-20 Thread Tuan Tran
I have downloaded Tomcat 3.2.1 and also jdk 3.1. I use IIS so i had to connect Tomcat to it. But it doesn't work, i can open the jsp-file but i don't see the result. And in the log file of IIS i don't see him trying to connect to Tomcat. Abd the part about the Jakarta NT Service i don't

Help required

2001-03-20 Thread Rajesh Jumde
Hello everybody, I am trying to configure Tomcat with IIS5.0 on Windows2000 prof. I followed the document Tomcat IIS How To.. But when i restart the IIS the jakarta filter does not show the green up arrow. As well as when i run Tomcat with bin\startup it gives me the error as The system

Simple Question

2001-03-20 Thread Amir Nuri
Do i need DNS in order to use Virtul Hosts ?

Netscape Web Server and Tomcat

2001-03-20 Thread Masiar Ighani
Hi, after some problems i have sucessfully build a nsapi_redirector.so for the solaris platform. The Download Section offers only redirectors for Win32 and linux. Can i upload the binary for solaris to the Download section? With this file and some modifications to the obj.conf you can tell the

RE: Using JDBCRealms

2001-03-20 Thread Ignacio J. Ortega
Do you have any logs? Which URL are trying? Which is your context directoy struct ? TIA Saludos , Ignacio J. Ortega -Mensaje original- De: William Kaufman [mailto:[EMAIL PROTECTED]] Enviado el: martes 20 de marzo de 2001 1:11 Para: '[EMAIL PROTECTED]' Asunto: Using JDBCRealms

Re: Simple Question

2001-03-20 Thread Kenneth Westelinck
Amir, Yes, unless you configure it in the hosts file: - on unix: /etc/hosts - on Windoze: c:\winnt\system32\drivers\etc\hosts regards, Kenneth Westelinck From: "Amir Nuri" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Subject: Simple Question Date: Tue, 20

Re: NEW_LOADER in m1 tomcat.sh

2001-03-20 Thread Peter B. West
The README files in the lib, lib/common and lib/shared directories are ambiguous. They certainly give the impression that lib still has the same function as lib/common, there is no lib/container directory, and lib/README is downright confusing. A bit of m2 seems to have crept into the

RE: NEW_LOADER in m1 tomcat.sh

2001-03-20 Thread GOMEZ Henri
True the readme is false, I'll correct it ASAP. Si la fortune vient en dormant, a n'empche pas les emmerdements de venir au rveil. -- Pierre Dac -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 7:49 AM To: [EMAIL PROTECTED] Subject: Re:

Re: tomcat-jakarta and Solaris 2.7?

2001-03-20 Thread Martin Mauri
Yes, I am... Anybody here using tomcat-jakarta with Solaris 2.7? Thanks C.M. Rahman Network Engineer CCS Internet 13740 Research Blvd. Suite O-4 Austin, TX 78758 [EMAIL PROTECTED]

Re: Simple Question

2001-03-20 Thread Valeriy Molyakov
No, but then all your users should have appropriate records in files hosts - Original Message - From: "Amir Nuri" [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 1:06 PM Subject: Simple Question Do i need DNS in order to use Virtul Hosts ?

Re: tomcat-jakarta and Solaris 2.7?

2001-03-20 Thread Masiar Ighani
Me To... Masiar Yes, I am... Anybody here using tomcat-jakarta with Solaris 2.7? Thanks C.M. Rahman Network Engineer CCS Internet 13740 Research Blvd. Suite O-4 Austin, TX 78758 [EMAIL PROTECTED] -- Sent through GMX FreeMail - http://www.gmx.net

Re: welcome-file problem

2001-03-20 Thread Martin Mauri
On Mon, 19 Mar 2001, Martin Mauri wrote: [ ... ] Here's a guess (an educated one, since I had similar problems :-): You're not specifying appropriate directives in the tomcat/apache conf file to tell apache to pass that URL to tomcat. Hence, apache is handling that URL (and it's

Tomcat and IIS

2001-03-20 Thread Ilanit Miron
Hi, My name is Ilanit Miron, I work at NextNine LTD I visit your site http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l In order to configure the IIS to work with tomcat over windows2000 for our application. I configured the IIS to work with tomcat by Configuring

Re: Closing ResultSet and Statement?

2001-03-20 Thread Zenon Braga F.
I'm not sure, but I think that you don't close a ResultSet, you only close the connection, in fact, you can even close the connection and still work with your ResultSet. Think of ResultSet like a normal class with an interator that allows you to go forward and backward.

Re: TomCat - MySql

2001-03-20 Thread Andrey Myatlyuk
Hello java4dinman, Monday, March 19, 2001, 1:44:20 PM, you wrote: jic Hi jic I m trying to acces MySql database thru Servlets in Tomcat. But the jic same file runs in java public static void main application.. jic The error is jic Unable to load driver. jic java.sql.SQLException: General

Stopping tomcat - v3.3 on Unix

2001-03-20 Thread Naik Uresh
Please help When I run the script to stop tomcat it says: FileNotFoundException: ../ajp12.id I guess its looking for this file to get the process id. How can I configure tomcat to write this file to a specific location (ie the users local area, as each developer

first jsp own test failed

2001-03-20 Thread kaab kaoutar
Hi! I'm working on windows NT station with jakarta-tomcat! i have tested the samples ! but when i try mine it fails: i have cretaed a directory called search that i've put in webapps directory then created two subdirectories one called Web-inf and the other jsp, i've put the test1.jsp in jsp

native threads under Linux

2001-03-20 Thread Rajkumar, Joseph
Hi Folks I am running Tomcat-3.3-m2 under Linux. I get about 50 java processes when Tomcat is running. The number of processes keeps increasing. Is this a bug or I am doing some thing wrong. Even if those processes do not take up any resources they do not look good when you do a "ps".

Newbie Group

2001-03-20 Thread Arafat Mohamed
There was a discussion a while ago about starting a Tomcat newbie group. Anyone know where that ended up?

RE: Closing ResultSet and Statement?

2001-03-20 Thread CPC Livelink Admin
ResultSets can and should be closed. They are not like normal classes with an iterator. ResultSets are created by Statements. Statements can and should be closed. When a statement is reused, it will close the resultset (if not closed already) that it previously supplied in order to get the new

Re: tomcat-jakarta and Solaris 2.7?

2001-03-20 Thread Tom Horn
I use Apache and Tomcat on Solaris 8. George --- Masiar Ighani [EMAIL PROTECTED] wrote: Me To... Masiar Yes, I am... Anybody here using tomcat-jakarta with Solaris 2.7? Thanks C.M. Rahman Network Engineer CCS Internet 13740 Research Blvd. Suite O-4

RE: Load Balancing and JkMount

2001-03-20 Thread David Oxley
You need to set JkMount to point at your load balanced worker (i.e. JkMount /*.jsp lb) and in your workers.properties use the following as an example: worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.lbfactor=1 worker.Xajp13.port=8013

Re: TomCat - MySql

2001-03-20 Thread Rob Tanner
Well, it looks to me like your connection is being refused. A connection refused usually means that there is nothing listening on the port your trying to connect to. BTW: have you checked to make sure the database is up and running? You have provided very littler information about your

encoding session info on .htm urls (why like .jsp?)

2001-03-20 Thread Horace A. Vallas, Jr.
I pretty much have to assume this has been covered, but I haven't noticed comments on it, so please forgive me if this is another dead horse --- linux 7 (mps - not sure which kernel) apache 1.3.12 (or 14) Neowebscript_mod 3.3 tomcat 3.2.1 -- note: virtual host's root is a context Problem:

Re: Newbie Group

2001-03-20 Thread William Brogden
Arafat Mohamed wrote: There was a discussion a while ago about starting a Tomcat newbie group. Anyone know where that ended up? There is a newbie discussion running at www.javaranch.com - pick the "saloon" option. -- WBB - [EMAIL PROTECTED] Java Cert mock exams

RE: Tomcat Ant and JDK

2001-03-20 Thread Varela Santoalla, Daniel
You should use the a libX11 from the same distribution in which you are installing JDK. There can be glibc version differences between versions of the same distribution. Just copy from Slackware 7.1 XFree-libs package, instead of 7.0. HTH -Mensaje original- De: Juan

RE: native threads under Linux

2001-03-20 Thread Varela Santoalla, Daniel
Threads in Linux appear as processes in "ps" and "top". You surely have 50 threads, not 50 processes. Anyway, the way the kernel handles both isn't very very different. Regards -Mensaje original- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Enviado el: martes 20 de marzo de

Re: TOMCAT + APACHE + WINNT = PAIN

2001-03-20 Thread Steve Ruby
Miles Poindexter wrote: Tomcat + Apache + RedHat Linux = 5 minute painless install and configure :^) (Mac OS X was 5 minutes too . . .) hee hee . . . . - miles ^ I'm not sure how that helps answer his question? If you don't have something constructive to say why don't

Tomcat3.2 and IIS-help

2001-03-20 Thread Yana
Hi, I am trying to install Tomcat with IIS...I thought I followed the instructions correctly, and my virtual directory looks fine (ie does have the upward green arrow), but when I restart IIS and look at the ISAPI filters, it says that it fails to load isapi_redirect.dll. I tried downloading the

Tomcat Ant and JDK

2001-03-20 Thread Juan Alberto Cirez
Hello there to all. I have recently complied Tomcat, Ant, and JDK and all went well. I did this on a P200 running slackware 7.0 Kernel 2.2.13. While building ant I rant into a little problem concerning libX11.so.6. Instead of installing all the X11 libs I just copied this file from another system

Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Fabricio Costa
I installed jakarta-tomcat in my windows NT server and i run the .JSP pages with the path http://localhost/examples/ I want to know how to i can run .JSP pages with another path, for example http://localhost/otherpath. Thanks Fabricio Costa Brazil.

RE: Simple Question

2001-03-20 Thread Darrell Porter
In a multiuser environment, it is much easier to implement DNS (utilizing BIND) than managing hosts files. -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 3:07 AM To: Tomcat-User Subject: Simple Question Do i need DNS in order to use Virtul

Running Tomcat on Windows...

2001-03-20 Thread Jason Sardano
When I try to start and run Tomcat, I receive a "FATAL:java.net.BindException" error. I am using Tomcat 3.2.1, JDK 1.2.2 and JRE 1.1.7 on Windows 2000 Professional. The actual steps and output are: TOMCAT_HOME\bin tomcat start This opens another command prompt window with the output of:

JDBC driver MS SQL Server 7.0

2001-03-20 Thread Jack Li
Hi, where can I find jdbc driver for MS SQL server? Thanks, Jack Li

RE: Help required

2001-03-20 Thread Dianne Cree
IIS and Tomcat do work together. Have you hooked up the isapi filter as isapi_redirect.dll? Followed all the steps in the "Tomcat IIS HowTo.htm"? I was having some problems and I just went back and carefully redid my steps and it was working last time I checked. I still don't know how to

Re: tomcat 4 and class.ForName(...)

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001 [EMAIL PROTECTED] wrote: Hi, I'm trying to figure out why Tomcat won't find my JDBC driver. When it runs, it gives me an exception: sys-package-mgr*: processing new jar, '/home/mddevel/MD8/packages/jakarta-tomcat-4.0/webapps/servlets/WEB-INF/lib/md8.jar'

RE: TOMCAT + APACHE + WINNT = PAIN

2001-03-20 Thread Arif Tayebali
Look down below for my comments! Arif: You didn't say what configuration steps you've completed. Do you have your apache--tomcat dll installed? yes, i have installed mod_jk.dll Have you configured workers? i have configured the workers.properties file is tomcat standalone working

RE: working with jakarta NT service

2001-03-20 Thread Arif Tayebali
I have installed jdk1.3 and have tomcat running as a service: hom to tomcat\doc\NT-Service-howto.html check out that file for install instructions. Try upgrading to jdk1.3! cya -Original Message- From: Jones Borralho Gama [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 9:12

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Arif Tayebali
I m having the same problem...look into the threads that have my name: "Arif Tayebali" for more info! -Original Message- From: Fabricio Costa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 8:56 AM To: [EMAIL PROTECTED] Subject: Change path of the jakarta-tomcat on Windows NT

RE: Tomcat encoding

2001-03-20 Thread William Kaufman
Parameters _ought_ to be encoded in the page's encoding. Are you using Netscape 4.x? I've been told that that version always returns strings encoded in the OS's encoding (i.e., usually 8859/P1), and there's no fix or work-around for that,...

RE: Off topic - Object Relational design

2001-03-20 Thread David McCormick
You'll find a few here: http://www.cetus-links.org/oo_db_systems_3.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 7:51 AM To: [EMAIL PROTECTED] Subject: Off topic - Object Relational design Dear all, can anyone recommend books

RE: Using JDBCRealms

2001-03-20 Thread William Kaufman
Do you have any logs? Nothing useful. Is there some debugging flag(s) I can turn on for this? Which URL are trying? On my local machine: http://localhost:8089/help/AboutVqt.htm . The password dialog does come up, but it only tests the tomcat-users.xml file, not the JDBCRealm database

RE: Running Tomcat on Windows...

2001-03-20 Thread Randy Layman
Your problem is that you are starting Tomcat twice. The second time Tomcat starts something is already using the ports that it wants to use (namely the first instance of Tomcat). In short, you don't need to start it twice. Randy -Original Message- From: Jason

RE: working with jakarta NT service

2001-03-20 Thread Anjum Naseer
Make sure Tomcat and the JDK are installed on a local disk and not on a network drive. -Original Message- From: Jones Borralho Gama [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 17:12 To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: working with jakarta NT service Importance:

ajpv12 to ajpv13

2001-03-20 Thread Arif Tayebali
Has anyone used the ajpv13 protocol for winnt4 w/ Tomcat3.2 + mod_jk, I'm having troubling making Tomcat recognize that protocol. Its seems that Tomcat 3.2 is using the originalajpv12 protocol and doesnt want to switch. I read the howto on doingthe switchfrom ajp12 to ajp13but the

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Tom Horn
see Server.xml: Context path="/examples" docBase="webapps/examples" crossContext="false" debug="0" reloadable="true" /Context --- Arif Tayebali [EMAIL PROTECTED] wrote: I m having the same problem...look

Re: JDBC driver MS SQL Server 7.0

2001-03-20 Thread Rob Tanner
Sun maintains a web serachable database of drivers and driver vendors. Most of the drivers are commercial and there are a few open source. The URL is: http://industry.java.sun.com/products/jdbc/drivers --On Tuesday, March 20, 2001 12:38:09 PM -0500 Jack Li [EMAIL PROTECTED] wrote: Hi,

RE: Using JDBCRealms

2001-03-20 Thread Ignacio J. Ortega
Did you delete or comment the SimpleRealm Interceptor? If not this can be the problem.. Saludos , Ignacio J. Ortega -Mensaje original- De: William Kaufman [mailto:[EMAIL PROTECTED]] Enviado el: martes 20 de marzo de 2001 19:46 Para: '[EMAIL PROTECTED]' Asunto: RE: Using

Re: welcome-file problem

2001-03-20 Thread Milt Epstein
On Tue, 20 Mar 2001, Martin Mauri wrote: On Mon, 19 Mar 2001, Martin Mauri wrote: [ ... ] Here's a guess (an educated one, since I had similar problems :-): You're not specifying appropriate directives in the tomcat/apache conf file to tell apache to pass that URL to tomcat.

RE: servlet prefix problem

2001-03-20 Thread Arif Tayebali
I'm facing the same problem...haven't figured it out and dont think anyone else has either. This topic is quite an old topic, I can only wonder why no one has addressed it. -Original Message- From: Yang,Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:20 AM To: '[EMAIL

RE: servlet prefix problem

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Arif Tayebali wrote: I'm facing the same problem...haven't figured it out and dont think anyone else has either. This topic is quite an old topic, I can only wonder why no one has addressed it. -Original Message- From: Yang,Chun [mailto:[EMAIL PROTECTED]]

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Arif Tayebali
where have u installed tomcat? where r u storing ur context (html, css, jsp) files? -Original Message- From: Fabricio Costa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:44 AM To: [EMAIL PROTECTED] Subject: RES: Change path of the jakarta-tomcat on Windows NT i'm new

jasper in another container

2001-03-20 Thread Julien, Timothy
Has anyone gotten Jasper to run in another container? I'm getting a missing resource bundle during init of org.apache.jasper.servlet.JspServlet: java.lang.Error: Fatal Error: missing resource bundle: org.apache.jasper.resources.messages_en_US at

Help on how to set the idle session timeout

2001-03-20 Thread Connie Chan
Hi, I know that we can set the session timeout in web.xml. But it specifies how long the user can have valid session no matter the user keeps sending the requests. Correct? If so, how about the idle session timeout? By meaning that, if the user does not send any request for certain time

RE: tomcat-jakarta and Solaris 2.7?

2001-03-20 Thread Joakim Hellström
I am! -Original Message- From: C.M. Rahman (jr.) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 6:14 AM To: [EMAIL PROTECTED] Subject: tomcat-jakarta and Solaris 2.7? Anybody here using tomcat-jakarta with Solaris 2.7? Thanks C.M. Rahman Network Engineer CCS Internet

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Arif Tayebali
Look down below for comments: -Original Message- From: Tom Horn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:54 AM To: [EMAIL PROTECTED] Subject: RE: Change path of the jakarta-tomcat on Windows NT see Server.xml: Context path="/examples"

Re: Help on how to set the idle session timeout

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Connie Chan wrote: Hi, I know that we can set the session timeout in web.xml. But it specifies how long the user can have valid session no matter the user keeps sending the requests. Correct? If so, how about the idle session timeout? By meaning that, if the

Re: JDBC driver MS SQL Server 7.0

2001-03-20 Thread Landaluze Produktions IS - Carlos
jturbo.com - Original Message - From: "Jack Li" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 6:38 PM Subject: JDBC driver MS SQL Server 7.0 Hi, where can I find jdbc driver for MS SQL server? Thanks, Jack Li

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Darrell Porter
In server.xml, you'll see a structure similar to Context path="/examples" docBase="webapps/examples" crossContext="false" debug="0" reloadable="true" /Context If you want it to be in

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Georges Boutros
Hello Everyone, i have another question about the same subject i could access my jsp pages in http://localhost/examples/jsp/myFolder (No Problem) i could access my servlet in http://localhost/examples/servlet (No Problem) but if i want to access a servlet from a jsp page i could only do it

Please Help--can't set up

2001-03-20 Thread Yana
I re-installed tomcat from scratch. tomcat_home and java_home are set up, keys in Apache Software Foundation\Jakarta Isapi Redirector\1.0 are as suggested in the IIS how-to. I am logging at c:\jakarta-tomcat\logs\isapi.log with error level. I get the 404 error but the part that completely puzzles

RES: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Fabricio Costa
i'm new in the list, can you aswer me how did you can solve the problem? -Mensagem original- De: Arif Tayebali [mailto:[EMAIL PROTECTED]] Enviada em: terça-feira, 20 de março de 2001 15:11 Para: '[EMAIL PROTECTED]' Assunto: RE: Change path of the jakarta-tomcat on Windows NT Prioridade:

Please, Desperate for Help!

2001-03-20 Thread Bean, Bryon
Hi, I'm in desperate need of help and any that you can provide is sincerely appreciated. I've configured Apache to force a basic authentication for one of my Tomcat contexts. My problem is that when the DirectoryIndex is set for to retrieve an index.jsp I get a HTTP 500 errror. When serving a

Tomcat 4.0 b1 and VAJ

2001-03-20 Thread Uma Shanker
Hello !! I am trying to set Tomcat 4.0 b1 in VAJ 3.5 I did it with Tomcat 3.1, it was rather simple that time. I had imported src's and there was 5 jar files in the lib directory, I had added them to class path of the class StartTomcat which was available from the IBM's VADD site. Now with the

Servlets and Xml??

2001-03-20 Thread Kulkarni, Narayana
How do one pass XML data as a single stream via HTTP?? I am having problems with Parsing and Executing the Handlers. Encoding a String Object using URLEncoder.encode() and using URLConnection Object to Post this stream. The Parser does't like the first line itself. Sometimes, the xml file is

RES: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Fabricio Costa
Yes i installed tomcat at directory c:\jakarta-tomcat my context files where are e:\websites\mysite []'s Thanks -Mensagem original- De: Arif Tayebali [mailto:[EMAIL PROTECTED]] Enviada em: terça-feira, 20 de março de 2001 18:15 Para: '[EMAIL PROTECTED]' Assunto: RE: Change path of the

RE: How to get rs.last() supported by Tomcat

2001-03-20 Thread Jack Li
I still don't know what causes the problem. I had the same codes in a stand alone java program and compiled the program at DOS prompt successfully. Then why tomcat gave me the error? Jack -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 12:33 PM

RE: Re[2]: Using Apache/Tomcat in high-traffic site

2001-03-20 Thread Tim Sullivan
Title: RE: Re[2]: Using Apache/Tomcat in high-traffic site Im assuming the BigIP will be setup to do session-based balancing. So basically you have an external interface visable to the global internet this IP would be the IP that clients would connect to. The internal interfaces would

Re: Help on how to set the idle session timeout

2001-03-20 Thread Steve Ruby
Connie Chan wrote: Hi, I know that we can set the session timeout in web.xml. But it specifies how long the user can have valid session no matter the user keeps sending the requests. Correct? If so, how about the idle session timeout? By meaning that, if the user does not send any

Re: Help on how to set the idle session timeout

2001-03-20 Thread Milt Epstein
On Tue, 20 Mar 2001, Connie Chan wrote: Hi, I know that we can set the session timeout in web.xml. But it specifies how long the user can have valid session no matter the user keeps sending the requests. Correct? If so, how about the idle session timeout? By meaning that, if the user

RE: Please Help--can't set up

2001-03-20 Thread Dianne Cree
what url are you trying to hit? -Original Message-From: Yana [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 20, 2001 2:02 PMTo: [EMAIL PROTECTED]Subject: Please Help--can't set up I re-installed tomcat from scratch. tomcat_home and java_home are set up, keys in Apache

Re: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Steve Ruby
Georges Boutros wrote: Hello Everyone, i have another question about the same subject i could access my jsp pages in http://localhost/examples/jsp/myFolder (No Problem) i could access my servlet in http://localhost/examples/servlet (No Problem) but if i want to access a servlet

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Dianne Cree
and you tried http://localhost:8080/examples/jsp/index.html? -Original Message- From: Fabricio Costa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: RES: Change path of the jakarta-tomcat on Windows NT Yes i installed tomcat at directory

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Dianne Cree
excuse that last reply, I was referring to another problem... :) -Original Message- From: Fabricio Costa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: RES: Change path of the jakarta-tomcat on Windows NT Yes i installed tomcat at

RE: Change path of the jakarta-tomcat on Windows NT

2001-03-20 Thread Dianne Cree
yes, if there's errors in your servlet you may not get many or any messages. -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: Re: Change path of the jakarta-tomcat on Windows NT Georges Boutros wrote:

jvm crashes when running tomcat-apache

2001-03-20 Thread Joakim Hellström
Hi! I am running apache 1.3.12 with mod_jk that lets tomcat handle all jsp and servlets. Tomcat and apache are on separate solaris 2.7 machines. I'm using java 1.3. When the load on the webserver increases the jvm crashes and I get the following error message. # Error happened during:

Re: Load Balancing and JkMount

2001-03-20 Thread tomcat
I've not tried this, but don't you replace the workers in the in the workers list in the workers.properties file with the "lb" worker, and then add all of the workers you want load-balanced to the load-balancer list? email me back if you don't understand my suggestion and I'll look into the

server.xml

2001-03-20 Thread Laurent Barbier
Is there a dtd for the file server.xml or some detailed explanation on this file ? I'm using Tomcat 3.2.1 Thank-you

.

2001-03-20 Thread jk987hg67
The Internet's Finest and Most Reliable Bulk Email Provider! Since 1996, Tech Data Technologies has provided bulk email service to thousands of well-satisfied customers. We offer the most competitive prices in the industry, made possible by our high percentage of repeat business. We have the

log4j and tomcat

2001-03-20 Thread teh j
Hello I have recently started playing with log4j. Does anybody know if it can be used with Tomcat? I have a a JSP app running on tomcat that has several beans and classes and was wondering if I could use log4j as a logging tool J

RE: Please Help--can't set up

2001-03-20 Thread Yana
I was trying http://localhost/examples/jsp/index.htmlas it is in the how-to file. However, I found out that if I explicitly specify port 8080 it wortks. Do I have to explicitly name the port? I thought that's the default one? Thanks. Dianne Cree [EMAIL PROTECTED] wrote: what url are you trying

Re: log4j and tomcat

2001-03-20 Thread Anuj Agrawal
Yes it can. You might want to consider creating a log4j.properties file to hold your log4j configuration. Have that file in your WEB-INF/classes dir and tomcat would automatically pick it up. HTH. Anuj. teh j wrote: I have recently started playing with log4j. Does anybody know if it can be

RE: Please Help--can't set up

2001-03-20 Thread William Kaufman
The default port in your browser is 80; Tomcat's port (as specified in the Connector tag in your server.xml) is probably set to 8080. So, you can either specify the port on the browser every time; or change it in server.xml once and restart Tomcat. -- Bill K. -Original

RE: Help required

2001-03-20 Thread Darrell Porter
Open tomcat/bin/startup.bat with your favorite editor and do a search on :startServer and see if it is there. If not, that is your problem. If it is there, you may be running command.com and not cmd.exe when executing startup.bat Always use cmd.exe to execute the tomcat scripts.

Re: Apache/Tomcat sendRedirect rpoblem

2001-03-20 Thread Robin Green
"Shay Gabay, Nice-Eye" [EMAIL PROTECTED] wrote: I'm having a problem, when a jsp page calls request.sendRedirect to redirect to another page, all of the contents of the page doing the redirect (starting somewhere in the middle) are output before the contents of the target page. Wrong mail list.

PLEASE READ LIST ADMINISTRATORS (original subject was . )

2001-03-20 Thread Scott Barr
PLEASE READ LIST ADMINISTRATORS Is there anyway you can stomp this garbage? By U.S. laws, this may not be considered spam, but I didn't ask to be put on this companies mailing list, yet they (spammers in general) seem to have targeted yet another public forum for intelligent exchange of ideas.

This is only a test

2001-03-20 Thread Jose Ramon Rodriguez
Testing ___ Do You Yahoo!? Enva mensajes instantneos y recibe alertas de correo con Yahoo! Messenger - http://messenger.yahoo.es

RE: PLEASE READ LIST ADMINISTRATORS (original subject was . )

2001-03-20 Thread Arif Tayebali
That spam shit is more foul than ur new born eating swine! -Original Message- From: Scott Barr [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: PLEASE READ LIST ADMINISTRATORS (original subject was . ) Importance: High PLEASE READ LIST

Re: PLEASE READ LIST ADMINISTRATORS (original subject was . )

2001-03-20 Thread Scott Barr
I hope I am misunderstanding your message, Arif. Scott - Original Message - From: Arif Tayebali [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 11:08 AM Subject: RE: PLEASE READ LIST ADMINISTRATORS (original subject was . ) That spam shit is more foul than ur

apxs - No Shared Object Support for Apache

2001-03-20 Thread Max Hugen
We are trying to upgrade from jserv_mod to jk_mod, so that we can get SSL to work with our jsp pages. We tried to run apxs as per Gal Shachor's notes at jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html, but got message: cd

Re: server.xml

2001-03-20 Thread Home_Admin/home
Developing Applications With Tomcat talks about it in some detail: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/appdev/index.html Neill Laney http://home.nc.rr.com/nlaney -- Web Developer/Technical Support Specialist.

classpath question

2001-03-20 Thread Mark W . Webb
I have placed a prop.properties file in the WEB_INF/lib directory of my tomcat context. The servlet keep throwing an Exception saying that it cannot find the ResourceBundle. Where should I place this file? From what I have read, the prop.properties file should go into the WEB-INF/lib

Re: classpath question

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Mark W. Webb wrote: I have placed a prop.properties file in the WEB_INF/lib directory of my tomcat context. The servlet keep throwing an Exception saying that it cannot find the ResourceBundle. Where should I place this file? From what I have read, the

RE: apxs - No Shared Object Support for Apache

2001-03-20 Thread Mike Braden
It would help to know the version of TC you have and the platform you are running it on - version, etc. The apache version would help also. You may want to look at the TC3.3m2 release. There is an updated mod_jk-howto in it. If you are running Linux, you can get the pre-built version of

Apache as Proxy

2001-03-20 Thread William McKenzie
I've searched the archives, but cant really find a clear answer to this question. Can Tomcat be used as a web proxy server (i'm thinking inbound here - using tomcat to proxy requests back to a second tomcat instance on a different machine or port), and if so, what additional code is necessary,

configuring Tomcat on Windows 2000 and IIS

2001-03-20 Thread Hwa-Su Kim
Hi, I've been trying to configure the ISAPI Redirector on Windows 2000 server. I followed the instruction that comes with Tomcat, tomcat_install\doc\tomcat-iis-howto.html. My question is how do I add isapi_redirect.dll as a filter using the IIS management console (configuring the ISAPI

Class loader behavior with resource bundles...

2001-03-20 Thread James Lehmer
First off, if the following has an answer that's been posted before, my apologies. I searched the archives (and the Web in general) and didn't get any hits. Really. I swear! :-) I am going to try and be as detailed as possible, because it appears that it COULD be a Tomcat bug, since the behavior

RE: Class loader behavior with resource bundles...

2001-03-20 Thread William Kaufman
I have only one guess: you've got the wrong package (or no package) in your ListResourceBundle implementation,... -- Bill K. -Original Message- From: James Lehmer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001

RE: Class loader behavior with resource bundles...

2001-03-20 Thread James Lehmer
I have only one guess: you've got the wrong package (or no package) in your ListResourceBundle implementation,... No - I just double-checked that, and it's the same package (correctly spelled :-). Remember: 1) It works when the class unit tests are exercised on the command line. 2) It

ROOT added to realpath???

2001-03-20 Thread mlundquist
Tomcat configuration issue: I've added a new app in the webapps directory, with appropriate sub dirs, etc. When I restart tomcat and apache, I get a 404 error when trying to hit a jsp (index.jsp). The jasper.log shows : ServletPath: /foo/index.jsp RealPath:

  1   2   >