RE: RPM

2001-06-15 Thread Margus Hein
Thanks. But where can I find mod_jserv.so for Apache? Be up to date : use 3.2.2 :) http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/rpms/

RE: RPM

2001-06-15 Thread GOMEZ Henri
Thanks. But where can I find mod_jserv.so for Apache? http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/rpms/tomcat-m od-3.2.2-1.i386.rpm mod_jk/mod_jserv Be up to date : use 3.2.2 :) http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/rpms/

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
Did you set correctly the SERVER Common Name ? It must match the server name (ie: mybecane.com) First, thanks to have taken the time to help me :) But I fear I didn't understand the answer :( where must I enter the same name as what ? example : I am under Linux, the hostname is thehostname is

Re: MultiThreadModel-Problem?

2001-06-15 Thread Sebastian Schulz
hi, thank you all for your help hints, i'll check it out. Special thanks to Antony for his tip concerning ConcurrentHashMap-Implementation from Doug Lea! Bo, unfortunately i haven't the book Java Platform Performance, maybe you could give a summary from page 126? thank you all again! basti

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
First, thanks to have taken the time to help me :) But I fear I didn't understand the answer :( where must I enter the same name as what ? example : I am under Linux, the hostname is thehostname is that that you call server name, or is it a name that you enter in the server.xml file (if yes

RE: SSL handshake failure URGENT

2001-06-15 Thread Rams
can u send ur server,client,ca certs? Rams +91-040-3000401 x 2162 (O) +91-040-6313447 (R) -Original Message- From: Jean-Etienne G. [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 7:27 PM To: [EMAIL PROTECTED] Subject: SSL handshake failure URGENT Hello, I get no responses

Tomcat 3.2.2 on Linux zSeries

2001-06-15 Thread Mathias Herberts
A short message just to mention that I successfully ran Tomcat 3.2.2 on Linux for zSeries (S390) using JDK 1.2.2 from Blackdown. Any other similar experience ? Mathias. -- Ce message et toutes les pieces jointes (ci-apres le message) sont confidentiels et etablis a l'intention exclusive de

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
Here they are (all the files I have generated with these openssl commands) can u send ur server,client,ca certs? Rams +91-040-3000401 x 2162 (O) +91-040-6313447 (R) -Original Message- From: Jean-Etienne G. [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 7:27 PM To:

Disabling exception handling in JSP generated servlet?

2001-06-15 Thread Simon MacMullen
...in short, is it possible? The long version: I have a nice Model 2 web application, and my servlet implements various error logging options (display exception in HTML, log to file, display user-friendly error message, etc). This is fine if any Throwable comes out of the application itself, but

mod_jserv.so ...... URGENT

2001-06-15 Thread Bhootnath Singh
Hi, Can anyone of you send me mod_jserv.so I need it urgently. thanks Bhoot

FW: newbie: Starting Tomcat

2001-06-15 Thread LeRoi
Hello, I'm new to java and was coming to grips with it until I got to the chapter on SERVLETS. I hope some one out there can help me and I would like to thank you in advance. I downloaded and installed Tomcat 3.2.2 under NT 4.0 (SP 6) without any problems. I also have JDK 1.3 on the machine.

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
The problem is in the CN of the server cert : replace CN=server by CN=thehostname !!! Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: md5WithRSAEncryption Issuer: C=FR, ST=France, L=Genvilliers, O=THE_ORG, OU=UNIT, CN=ca

RE: Forwarding JSP and Browser Options

2001-06-15 Thread Reynir Hübner
I guess you could use something like this : html script function changeBrowser() { window.open(attribs) //open new window with/without desired attributes. //put focus onto new window window.close() //close the window that originated the request. } /script body

RE: Tomcat 3.2.2 Install problems

2001-06-15 Thread Andrew McGhee
Try the following in your /etc/profile file; JAVA_HOME=/usr/java # Where java is a symbolic link to /usr/jsdk1.3.1 - and the JSDK, as opposed to JRE, is required to support the java compiler, javac, which tomcat uses to compile jsp pages on the fly. PATH=${PATH}:${JAVA_HOME}/bin export PATH

POST fails when redirecting web server to tomcat

2001-06-15 Thread Raf Lenaerts
Hi, I have a servlet that accepts POST requests to upload files. From a java program, I create a batch of files and upload them one after the other. The strange problem that I'm having is that the first file is uploaded, the second file fails, the third file is uploaded, the fourth fails, the

Re:FW: newbie: Starting Tomcat

2001-06-15 Thread Jean-Etienne G.
I am really not sure, but maybe you can try to include the jnet.jar file in your ClassPath Hello, I'm new to java and was coming to grips with it until I got to the chapter on SERVLETS. I hope some one out there can help me and I would like to thank you in advance. I downloaded and

Re: FW: newbie: Starting Tomcat

2001-06-15 Thread Dmitri Colebatch
The problem here is with the test context, not the server itself. Have you possibly removed some files from the %TOMCAT_HOME%\webapps\test directory? If not, try removing the entire webapps\test directory and restarting. What is happening is that when the test context is being initialized

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
ok now it's done, but same error HandShake Failure I made the new server request, the new server certification, the new server x509 conversion, and the new server into tomcat keystore importation (I send you the new server certificate) must we also replace to CN of the client ? (I didn't do

Handler Thread problem.Help needed.

2001-06-15 Thread Susmita Das
Hi, My site is hosted in a server with the following configuration. Red Had linux 6.2 Jdk1.2.2 for linux Jakarta-tomcat-3.2.1 My server has 1GB RAM.Moreover I have increased the heapsize of JVM also to 256 MB. I am getting the error HANDLER THREAD PROBLEM: java.lang.NullPointerException I

Re: SSL handshake failure URGENT

2001-06-15 Thread Harish kumar AP
Hi All, I would like to use Tomcat 3.2.2 (Servlet and Jsp engine), with Zeus Web Server 3.3.8. I need know how to configure Tomcat with Zeus web server. If some body provide me some link or information, would be of great help. Thanks in advance. Regards -Harish

AW: Automaticaly update the servlets

2001-06-15 Thread niki.at
So sind die mails di ich bekomme. bitte hilfe, ich wil sie nicht. danke :) niki (niki.at) -Ursprüngliche Nachricht- Von: Luba Powell [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 13. Juni 2001 02:12 An: [EMAIL PROTECTED] Betreff: Re: Automaticaly update the servlets The error message

Need help...

2001-06-15 Thread Harish kumar AP
Hi All, I would like to use Tomcat 3.2.2 (Servlet and Jsp engine), with Zeus Web Server 3.3.8. I need know how to configure Tomcat with Zeus web server. If some body provide me some link or information, would be of great help. Thanks in advance. Regards -Harish

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
ok now it's done, but same error HandShake Failure I made the new server request, the new server certification, the new server x509 conversion, and the new server into tomcat keystore importation (I send you the new server certificate) must we also replace to CN of the client ? (I didn't do

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
So, every seems to be well configured, but I always get this handshake error, what could be the problem in that case ? # openssl s_client -connect 127.0.0.1:8443 -cert cl_cert.pem -key cl_key.pem -state Enter PEM pass phrase: CONNECTED(0003) SSL_connect:before/connect initialization

RE: SSL handshake failure URGENT

2001-06-15 Thread GOMEZ Henri
Could you retry with openssl s_client in full debug mode ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message-

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread LeRoi
Firstly, a big thanx for the help so far. I have felt so helpless for the last couple of days just trying to get Tomcat working. Jean-Etienne: I have tried the suggestion of including jnet.jar in my classpath, however, it appears that I don't even have that file in my Tomcat or Java

RE: SSL handshake failure URGENT

2001-06-15 Thread Jean-Etienne G.
Could you retry with openssl s_client in full debug mode ? Here it is, for me it's like chinese : [arcade2]# openssl s_client -connect 127.0.0.1:8443 -cert cl_cert.pem -key cl_key.pem -state -debug Enter PEM pass phrase: CONNECTED(0003) SSL_connect:before/connect initialization write to

accessing servlets directly

2001-06-15 Thread Tim Stoop
Hi people, Now, when I want to access a servlet, I have to point to http://www.myserver.com/servlets/servlet/actual servlet. Is it possible to mount the servlets directly to http://www.myserver.com/servlets/actual servlet? How can I do this? Kind regards, Tim Stoop

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread Jim Cheesman
At 12:28 PM 15/06/01, you wrote: Firstly, a big thanx for the help so far. I have felt so helpless for the last couple of days just trying to get Tomcat working. Jean-Etienne: I have tried the suggestion of including jnet.jar in my classpath, however, it appears that I don't even have that

Re: accessing servlets directly

2001-06-15 Thread Jim Cheesman
At 01:14 PM 15/06/01, you wrote: Hi people, Now, when I want to access a servlet, I have to point to http://www.myserver.com/servlets/servlet/actual servlet. Is it possible to mount the servlets directly to http://www.myserver.com/servlets/actual servlet? How can I do this? And a

Re: accessing servlets directly

2001-06-15 Thread Tim Stoop
Jim Cheesman wrote: And a servlet-mapping entry in the webapp web.xml file: (For example) ... Change the url-pattern if you want - that's what you'll be typing in/linking to. Ok, but that should be done for every single Servlet? I want JServ-style repositories, where I can dump my work and

bad tomcat-apache.conf generated file

2001-06-15 Thread Henri Delebecque
hello, I have currently one problem in the tomcat configuration. I use a 3.1 version, with Apache, on Digital Unix, with a JDK 1.2.2 I have the following line in the server.xml file (for example): Context path=/kekhia docBase=/usr/users/webmaste/kekhia debug=0 reloadable=true /Context But,

RE: Handler Thread problem.Help needed.

2001-06-15 Thread Susmita Das
Hi, Sorry for my mistake, the tomcat version of my server is 3.1 and not 3.2.1. Here is the error that comes : HANDLER THREAD PROBLEM: java.lang.NullPointerException: java.lang.NullPointerException: at org.apache.tomcat.service.connector.AJP12ResponseAdapter.sendStatus(Ajp12Con

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread Jean-Etienne G.
Here is my jnet.jar (I use it under a Linux Plateform) Either it seems that it is not the solution of your problem, you can try including it in last hope ;) [I was thinking of this file, cause I had also a problem speaking of javax and ressource not found, and this pb disapear when I copied

Tomcat tutorial

2001-06-15 Thread David DELGRANCHE
Hi all, I'm looking for a complete explanation of all the possibilities of Tomcat, in order to write a course. Does anyone know where I can find these informations? thanks for help David.

Apache+Tomcat mod_jk 3.2.2 install problem

2001-06-15 Thread Edilmar Alves
I installed Tomcat 3.2.2 with Linux RedHat k2.2.17-14cl, and http://localhost:8080/ works fine, all examples servlets/JSPs. Then, I tried to install the integration with Apache 1.3.14. This is the error: [root@email conf]# /etc/rc.d/init.d/httpd start Iniciando httpd: BUG IN DYNAMIC LINKER

RE: Tomcat 4.0: Can webapps dir contain links?

2001-06-15 Thread Tony Abernethy
What I have done, that works with 3.2.1 and 3.2.2 at least. And no, I don't really like it. # mkdir /usr/local/jakarta-tomcat/webapps/user # mkdir /usr/local/jakarta-tomcat/webapps/user/META-INF # ln -s /usr/local/jakarta-tomcat/webapps/user /home/user and get the ownership straight. I think

Re: accessing servlets directly

2001-06-15 Thread Jim Cheesman
At 01:25 PM 15/06/01, you wrote: Jim Cheesman wrote: And a servlet-mapping entry in the webapp web.xml file: (For example) ... Change the url-pattern if you want - that's what you'll be typing in/linking to. Ok, but that should be done for every single Servlet? I want JServ-style

RE: tomcat and linux

2001-06-15 Thread Tony Abernethy
This is not as virtual as you would want it, but if you can stand www.abc.com/abc/whatever # mkdir /usr/local/jakarta-tomcat/webapps/abc # mkdir /usr/local/jakarta-tomcat/webapps/abc/META-INF # ln -s /usr/local/jakarta-tomcat/webapps/abc /home/abc # adduser abc # passwd abc ... # chown

Re: newbie: Starting Tomcat

2001-06-15 Thread Luba Powell
Look under logs directory for more messages. - Original Message - From: LeRoi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 5:11 AM Subject: FW: newbie: Starting Tomcat Hello, I'm new to java and was coming to grips with it until I got to the chapter on

problems viewing context in admin servlet

2001-06-15 Thread Dirk Brockmann
Hi all, I installed tomcat 3.2.2 successfully and everything works fine, example servlets and jsps. Only when I try to view the contexts in the admin servlet I get the following error (below). I marked the context as trusted and logged in as admin succesfully. I do not know however what this

Re: accessing servlets directly

2001-06-15 Thread Tim Stoop
Jim Cheesman wrote: To be honest, no idea ;) I haven't used JServ so I've no idea how its repositories worked... I don't suppose that building a redirecting servlet would be that difficult - add a parameter to a cgi style call, and build the servlet URL from that. Then call

Re: accessing servlets directly

2001-06-15 Thread Jim Cheesman
At 03:35 PM 15/06/01, you wrote: Jim Cheesman wrote: To be honest, no idea ;) I haven't used JServ so I've no idea how its repositories worked... I don't suppose that building a redirecting servlet would be that difficult - add a parameter to a cgi style call, and build the servlet URL

tomcat work with mozilla but not with IE

2001-06-15 Thread Christoph Brunner
Hi, I had installed Tomcat as a stand-alone servlet container! I can start tomcat with the startup- script! When I try to access http://localhost:8080/index.html the Internet Explorer can't locate the site! With themozilla- Browser all looks pretty fine!!! Any ideas? thank you Christoph

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Michael Wentzel
I had installed Tomcat as a stand-alone servlet container! I can start tomcat with the startup- script! When I try to access http://localhost:8080/index.html the Internet Explorer can't locate the site! With the mozilla- Browser all looks pretty fine!!! ===

Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Luba Powell
Doesn't look that tomcat is running - Original Message - From: Christoph Brunner To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:48 AM Subject: tomcat work with mozilla but not with IE Hi, I had installed Tomcat as a stand-alone servlet container!

Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Robert Schweng
hi , i gues its a problemn of your windows setup. try http://127.0.0.1:8080/index.html and if its all right, then localhost is not in your hostfile (somewhere in your windoze dir). another thing could be that if there is a dialup connection, ie will automaticly respond a 404 if you are not

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Pablo Lillia
Try http://127.0.0.1:8080/index.html Try add the line: 127.0.0.1 localhost to your c:\windows\hosts file (create it whith notepad if it don't exists). Also, if you use a proxy, check "don't use proxy server for local hosts" or similar. Greetings -Original Message-From:

Re: Running secure tomcat

2001-06-15 Thread Luba Powell
Go to DOS prompt and type: policytool This will guide you thru the syntax - Original Message - From: Pernica, Jan [EMAIL PROTECTED] To: Tomcat-User (E-mail) [EMAIL PROTECTED] Sent: Friday, June 15, 2001 1:17 AM Subject: Running secure tomcat If I run tomcat 4.0b5 in the secure more

Re: How to make tomcat read .asp extension as .jsp file

2001-06-15 Thread Marco Baringer
On Mon, Jun 11, 2001 at 06:18:55PM -0500, Brandon Cruz wrote: Filip, Thank you for the suggestions, I will continue to play around with it, but here is what I have come up with for those 3 solutions so far. Guess I may have to suck it up and go in and change everything. 1) No knowledge of

Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Peter Choe
actually, i think the ie has a problem with port 8080. i also had this problem before. peter choe

Re: Tomcat IIS HowTo

2001-06-15 Thread Irfan Baig
It must be the same thing - mine says Internet Service Manager also. Just right click on your jakarta virtual directory, choose Properties and set the Permissions at the bottom to 'execute'. Can you see http://localhost:8080/examples/jsp/index.html ? On Friday 15 June 2001 00:25, you wrote:

Re: Compile mod_jk fails: tomcat 3.2.1 + apache 1.3.9

2001-06-15 Thread John P. Dodge
You are using the broken Sun C compiler. Use GNU gcc from http://sunfreeware.com. On Thu, 14 Jun 2001, William Ho wrote: Hi there, My configuration is as follows: Tomcat 3.2.1 Apache 1.3.9 Solaris 7 J2SE 1.3.0_02 (not used in this compilation) I'm trying to compile mod_jk on Solaris

Re: running examples in Tomcat 4.0 b5

2001-06-15 Thread Marc-andre Thibodeau
OK, I have several ClassCastExceptions trying to run examples in Tomcat 4.0 b5, all related to filters. I suppose it's a classpath thing... 1) Where should I put the servlet.jar downloaded with the binary distribution of Tomcat 4 (jakarta-servletapi-4.0-b5) ? 2) Is there any other jar file

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Earl Moore
IE doesn't have a problem with port 8080, but if you are trying to communicate via HTTP on a port other than 80 you need to specify the protocol in the URL: http://localhost:8080/index.jsp earl moore -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Friday,

IllegalAccessError when run from Tomcat

2001-06-15 Thread sappling
When running a servlet from within Tomcat I get the following exception: java.lang.IllegalAccessError: try to access field org.w3c.tidy.ParserImpl._parseHead from class org.w3c.tidy.ParserImpl$ParseHTML at org.w3c.tidy.ParserImpl$ParseHTML.parse(ParserImpl.java) at

AW: Compile mod_jk fails: tomcat 3.2.1 + apache 1.3.9

2001-06-15 Thread Thomas Bezdicek
its not a broken, its just the wrong one :) and when compiling apache the apxs guesses the compiler, so if apache finds cc from Worshop Compilers 4.2 it will try to compile it with that compiler not with gcc (which usually should be in /opt/sfw/bin). regards, tom -Ursprungliche

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Christoph Brunner
I try it with http://127.0.0.1:8080/index.html and it works ;-) Thank you all *** REPLY SEPARATOR *** On 15.06.2001 at 09:17 Michael Wentzel wrote: I had installed Tomcat as a stand-alone servlet container! I can start tomcat with the startup- script! When I try to access

Tomcat Book

2001-06-15 Thread David DELGRANCHE
Hi all, Does anybody know if there is a book explaining Tomcat? Or a tutorial somewhere on the net? thanks a lot David DELGRANCHE [EMAIL PROTECTED] tel. 02.99 05.34.25 Fax: 02.99.05.34.05 Sogitec Industries 24, Avenue Lavoisier ZI du Champ Niguel 35174 BRUZ

Re: Tomcat IIS serves one request (or hell with the dll) then it gets unloaded!

2001-06-15 Thread Robert Schweng
Hi, does anyone else have the problem with iis redirect??? i made some really wierd experiance with isapi redirect. i got it to work on my server NT4 sp5 but if some one requestet an JAVA Applet from IIS it stopped to work. i installed several versions of ISAPI redirect. in all versions green

Extra header data displayed on browserIE

2001-06-15 Thread Yogesh Shah\(JP\)
Hi All, I am using JDK1.3, IIS-4, Tomcat 3.1 and XSQL servlet(from oracle network for simplified sql-xml-xsl transformation) on winNT server 4. This servlet parses the xsql file and outputs html format. I have also configured the Tomcat-IIS through ISAPI-redirector(downloaded from

Extra header data on browser IE

2001-06-15 Thread Yogesh Shah\(JP\)
Hi All, I am using JDK1.3, IIS-4, Tomcat 3.1 and XSQL servlet(from oracle network for simplified sql-xml-xsl transformation) on win NT server 4. This servlet parses the xsql file and outputs html format. I have also configured the Tomcat-IIS through ISAPI-redirector (downloaded from

Re: IllegalAccessError when run from Tomcat

2001-06-15 Thread Luba Powell
Put: System.out.println(System.getSecurityManager()) into your program. Let us know what it says. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 11:20 AM Subject: IllegalAccessError when run from Tomcat When running a servlet from within

RE: FW: newbie: Starting Tomcat

2001-06-15 Thread LeRoi
Hello all. It's me again. Unfortunately, no further than when I first started trying to run Tomcat. I have tried every suggestion given me to no avail. I should also note that the two log files created when I attempt to start Tomcat [server.log and jasper.log] are both empty. And that there

Re: IllegalAccessError when run from Tomcat

2001-06-15 Thread Robert Schweng
i am not perfectly sure, but as far as i know are inner classes in beans not allowed!!. so i could imagine this is also a fact for servlets. but dont ask me why. anyway would it be worth to try cause its pretty simple to make the inner classe outer classes. cheers hype - Original Message

RE: Extra header data on browser IE

2001-06-15 Thread Brandon Cruz
I have the exact same problem when using a tomcat-apache configuration. I have not been able to find a solution for that problem with response.sendRedirect(). I have resorted to using jsp:forward in my pages. I forget what method that translates to in Java, but I think someone posted something

I need help!!

2001-06-15 Thread Marc-andre Thibodeau
I spent too many hours trying to solve my problem. The next step will be a psychotherapist! Here is all I did: Trying to install: Tomcat 4.0 b5 JDK: 1.3.0 OS: Linux 6.1 downloaded: jakarta-tomcat-4.0-b5.zipjakarta-servletapi-4.0-b5.zip unzipped both of them set CATALINA_HOME correctly

RE: Tomcat Book

2001-06-15 Thread Filip Hanik
there is currently one being written. it is still in the early stages http://tomcatbook.sourceforge.net also the online documentation is pretty good as well Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

Re: I need help!!

2001-06-15 Thread Luba Powell
Could it be that those packages have incompatible classes: jakarta-tomcat-4.0-b5.zipjakarta-servletapi-4.0-b5.zip Why do you need jakarta-servletapi? tomcat supports servlets. - Original Message - From: Marc-andre Thibodeau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

Tomcat starting problem

2001-06-15 Thread yilmaz
hi everyone at first it looks as it is a very basic question though not so.. i have installed tomcat nearly one month ago, on unix OS everything went fine, it was working smoothly. however, today when i tried to access the files i put in hte webapps directory previously , i couldn't. the

RE: Tomcat starting problem

2001-06-15 Thread Filip Hanik
somehow, your environment variables are getting screwed up, there is an "=" sign to much in there try to edit startup.sh directly or tomcat.sh and do the command inside the shell script export JAVA_HOME=/usr/java1.2; and that should do the trick. Filip ~Namaste - I bow to the divine

RE: Tomcat Book

2001-06-15 Thread Barry Draper
Although not specifically devoted to Tomcat, the book Java Servlet Programming, 2nd Edition by Jason Hunter with William Crawford (O'Reilly, April 2001, ISBN 0-596-00040-5) uses Tomcat as the servlet engine for the servlet examples and has some useful documentation about configuring and using

Tomcat won't start with j2sdk 1.3.1 Linux

2001-06-15 Thread Douglas E. Hornig
Has anyone run Tomcat under linux with j2sdk 1.3.1-b24? I have been using Tomcat 3.2.1 (and now 3.2.2) happily for some time now with j2sdk 1.3 and linux (SuSE 7.1, kernel 2.4.5). I decided to get current with my Java VM, but when I try to start up Tomcat I get this error:

Server Side Includes using Servlet tags in an .shtml file

2001-06-15 Thread kevin ritter
Hello, I would like to know if Tomcat supports the use of servlet tags in an shtml file for server side includes? Here's my shtml file: html head titletimezone!/title /head body h1Example of Server-Side Includes/h1 p This an places the date and time for various time

Problem compiling apache 1.3.19

2001-06-15 Thread William Ho
Hi there, I've downloaded Apache 1.3.19 and tried to run Configure in apache_1.3.19/src, but I got the following errors: Using config file: Configuration Creating Makefile + configured for Solaris 270 platform + setting C pre-processor to /lib/cpp + checking for system header files + adding

Re: Tomcat Book

2001-06-15 Thread Martin Mauri
There's an interesting pryect called Tomcat book, it will be the full guide of application development with Tomcat, just wait a couple of months :) Hi all, Does anybody know if there is a book explaining Tomcat? Or a tutorial somewhere on the net? thanks a lot David DELGRANCHE [EMAIL

jre or jdk

2001-06-15 Thread [EMAIL PROTECTED]
I use a apache1.3.9, tomcat 3.2.2 and the mod_jserv.so module : I only want to run servlet not jsp! Should I get JDK or only jre? Just because the URL http://localhost:8007 give me : HANDLER THREAD PROBLEM: java.io.IOException: Stream broken java.io.IOException: Stream broken at

Re: I need help!!

2001-06-15 Thread Marc-andre Thibodeau
I LOVE YOU!!! It was because of the servlet.jar! I just deleted it and now it works!!! But could somebody tell me what is the point of putting a tomcat version with an incompatible version of the servlet api in the same download directory??? grrr... Well, I feel better now! Thanks a lot! MA

Re: jre or jdk

2001-06-15 Thread Michael Jennings
Bonjour! The only thing tomcat needs out of the JDK is the tools.jar file. If you take a tools.jar file from a JDK and put it in your CLASSPATH, you can use a JRE to launch tomcat. The problem with the 8007 I don't know. I think by default tomcat listens on port 8080. The thing to do is make

Re: I need help!!

2001-06-15 Thread Luba Powell
I understand that these are 2 different products. Technically speaking - they don't have to keep them in sync. I've been desperate more than once... - Original Message - From: Marc-andre Thibodeau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 12:32 PM Subject: Re:

RE: jre or jdk

2001-06-15 Thread Ronald G. Louzon
If you don't need to run things like the Soap administrator, you don't need tools.jar -Original Message- From: Michael Jennings [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: jre or jdk Bonjour! The only thing tomcat needs out of

tomcat security, JDBCRealm, SimpleRealm readable passwords

2001-06-15 Thread Dirk Brockmann
Hi, I've set up tomcat 3.3 and almost everything works fine. I've set up a mySQL database 'authority' to authenticate against in a simple test webapplication. And now I have the following question and maybe someone can help me. I don't like having passwords on my filesystem readable to people

Need mod_jk.so for Solaris 7, apache 1.3.9, tomcat 3.2.1

2001-06-15 Thread William Ho
HI there, I've read all the messages on the mailing list but can't seem to find any msg related to this configuration. Been trying for 3 days to compile the mod_jk.so using the command on mod_jk-howto.html from jakarta without any luck, after fine-tuning all the parameters inside apxs. Any

executing the servlet

2001-06-15 Thread JeremyRayYoo
What do I put in the url to execute a servlet on a localhost machine. I am using jakarta as standalone. Is it: http://localhost/servletpage ?please help

RE: tomcat security, JDBCRealm, SimpleRealm readable passwords

2001-06-15 Thread Michael Wentzel
Hi, I've set up tomcat 3.3 and almost everything works fine. I've set up a mySQL database 'authority' to authenticate against in a simple test webapplication. And now I have the following question and maybe someone can help me. I don't like having passwords on my filesystem readable to

TOMCAT 3.1 and IIS4 WITH NT4 SP6A

2001-06-15 Thread Ed Raibick
I've been running Tomcat 3.1 which comes bundled with Borland JBUILDER4 on my personal NT workstation using PWS. I am now trying the install Tomcat on and NT IIS server. I have verified all of the installation instructions in the Tomcat IIS HOWTO document and gone through the troubleshooting

Re: executing the servlet

2001-06-15 Thread Francis Callo
if you wanna run servlet on context examples all the servlet will run by default at servlets and if you have a servlet named HelloWorldExample the url should be http://localhost/examples/servlets/TestServlet Hope that helps Francis --- [EMAIL PROTECTED] wrote: What do I put in the url to

Re: executing the servlet

2001-06-15 Thread Luba Powell
Look at tomcat example, dude: . http://localhost:8080/example/servlets/index.html - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 2:13 PM Subject: executing the servlet What do I put in the url to execute a servlet on a localhost machine.

web.xml

2001-06-15 Thread JeremyRayYoo
Hi, in the directory ~webapps\examples\Web-inf directory I added this: servlet servlet-name helloworld /servlet-name servlet-class HelloWorldExample /servlet-class /servlet servlet-mapping servlet-name helloworld /servlet-name

Re: web.xml

2001-06-15 Thread Luba Powell
leave it there. otherwise you would need to make an entry for your own app. just learn what they are doing first. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 2:47 PM Subject: web.xml Hi, in the directory ~webapps\examples\Web-inf

RE: executing the servlet

2001-06-15 Thread Michael Wentzel
if you wanna run servlet on context examples all the servlet will run by default at servlets and if you have a servlet named HelloWorldExample the url should be http://localhost/examples/servlets/TestServlet --- [EMAIL PROTECTED] wrote: What do I put in the url to execute a servlet

(wrapper.tomcat_home)\classes directory

2001-06-15 Thread Mitchell, Jason
I'm trying to set up tomcat in windows nt using IIS as the web server and I cant get it to start either as a service or using the setup.bat I noticed that the (wrapper.tomcat_home)\classes directory does not exist. Should it? If so where would I get the .class files to populate it? jason

Default web.xml

2001-06-15 Thread Timothy Shadel
I have a quick question about how the default web.xml found in the conf directory is supposed to act. The Tomcat User's guide says it acts as a default web.xml for all web applications. I tried to add the following to it: servlet-mapping !-- This was there by default --

RE: Default web.xml

2001-06-15 Thread Michael Wentzel
What version of tomcat are you running? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

jsp

2001-06-15 Thread JeremyRayYoo
I am not that familiar with jsp, but with servlets whenever you create a new one you have to add it to the web.xml, stating the name, class and the url identification. If this is not done for the servlet it doesn't work. However for the jsp examples, all of the examples work without an

root context

2001-06-15 Thread Mike Erickson
hi, I have a servlet that I want to map to the root context, I removed ROOT.war and copied my war file (foo.war) to the webapps folder and added the following to server.xml: Context path= docBase=webapps/foo crossContext=false debug=0

RE: Default web.xml

2001-06-15 Thread cathy moffatt
After much difficulty I did manage to get Tomcat3.2.2 to run servlets jsp, but only with JDK1.3.1 not JDK1.3.0_02 I suspect an incompatibility problem -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 3:05 PM To: '[EMAIL PROTECTED]' Subject:

RE: jsp

2001-06-15 Thread cathy moffatt
JSP container translates JSP to JAVA servlet code calls Servlet container to process it Look in jakarta-tomcat-3.2.2\work\localhost_8080%2Fexamples You will find the servlet automatically created by the containers. Hope this helps Cathy Moffatt -Original Message- From: [EMAIL PROTECTED]

Re: root context

2001-06-15 Thread Robert Schweng
hi, i also had this problem. i really dont know why its loaded twice but my suggestion is to put the code in the service method of the servlet which is really called only 1 time per session. this is what i did. cheers hype - Original Message - From: Mike Erickson [EMAIL PROTECTED]

Re: Default web.xml

2001-06-15 Thread Luba Powell
What is the error message you are getting? - Original Message - From: cathy moffatt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 4:09 PM Subject: RE: Default web.xml After much difficulty I did manage to get Tomcat3.2.2 to run servlets jsp, but only with

  1   2   >