RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-31 Thread Richard Norman
Here are the steps I did to get mine to work Check your Workers2.properties file to be sure that the context for the file type is configured and that the Permissions for the anonymous user is set. That last thing is very important. That is one reason why you would get that error. Here is what

Tomcat suddenly not strating up

2003-12-31 Thread Teja Jo
Hello, My tomcat 4.1.29 was running fine till noon.Then suddenly it started throwing following error- The system cannot find the file -Djava.endorsed.dirs=. and is not running at present. Please help. Teja. - Do you Yahoo!? New Yahoo! Photos - easier

Tomcat 4.1.29 not starting

2003-12-31 Thread Teja Jo
Hello , My tomcat suddenly ends with the following exception : Dec 31, 2003 1:39:05 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 80 Starting service Tomcat-Standalone Apache Tomcat/4.1.29 Dec 31, 2003 1:39:06 PM org.apache.commons.digester.Digester

MOD JK Problem solved!!!

2003-12-31 Thread Suneel
Hi i have solved the MOD_JK problem i am now using MOD_JK 1.2.3 for my config apache2.0.48 with Tomcat 4.1.29 on RH 9.0. regards suneel

APACHE SHOWING JSP SOURCE ONLY!

2003-12-31 Thread Suneel
Hi i have just configured JK_MOD 1.2.3 for apache2.0.48 with Tomcat 4.1.29 on RH 9.0. When i run my web apps from apache i get to see the source code of JSP instead of the JSP page itself. How do i fix this? regards suneel

A very bright, blissful and prosperous New Year !

2003-12-31 Thread Basavaraju P. Banakar
For those who kept my vision clear,for the loved ones that I hold dear,for those who lent me strength along the way,and inspired a beautiful dream on a beautiful day, for those who've shared with me along life's long road,and gave me the encouragement to meet my goals, I ask you, God, to

Re: A very bright, blissful and prosperous New Year !

2003-12-31 Thread Puneet Sachar
thanx basu wishing u the best of best...2004 __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 - To unsubscribe, e-mail: [EMAIL PROTECTED]

happy 2004

2003-12-31 Thread Puneet Sachar
Note: forwarded message attached. __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003---BeginMessage--- Hi, I Wish that the coming year brings 2 U fame and fortune keeps U laughing all the year round... May the

RE: happy 2004

2003-12-31 Thread Stuart Stephen
It's still spam, no matter how many times you try. lol -Original Message- From: Puneet Sachar [mailto:[EMAIL PROTECTED] Sent: 31 December 2003 09:50 To: [EMAIL PROTECTED] Subject: happy 2004 Note: forwarded message attached. __ Do you Yahoo!? Find out

Why can't we store big objects in session?

2003-12-31 Thread Chris Wahl
Howdy , I 'd like to ask a question about session. It is Why can't we store big objects in session? What I wonder is that sessions reside in Server side and are not transfered back and force between Client and Server. I think they do not cost network band. So why we can't use it to store

[Happy New Year ]

2003-12-31 Thread Schalk
Happy New Year to all and the very best for 2004!! Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com

RE: [Happy New Year ]

2003-12-31 Thread Patrick Ale
Happy new year, Feliz ano novo, Gelukking nieuwjaar, etc. for everybody! And I have enough cachaça at home for all of you so if you feel like drinking a caipirinha, pop allong! Patrick Ale System administrator Freeler B.V Email: [EMAIL PROTECTED] My heart was a wardrum, beat by jugular, cults

Happy New Year!

2003-12-31 Thread Scott Ding
Happy New Year to all!! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Happy New Year and Where is John Turner?

2003-12-31 Thread achana
Happy New Year to all, especially to those who contributed so much and helped so many. I hope Tomcat will grow and grow, along with java and any form of linux and bsd-unix. Does anyone know where John Turner is? Haven't seen him on the list for ages...

RE: [Happy New Year

2003-12-31 Thread dhayalan
Thanks For all i wishing you all the same I Wishing You A HAPPY AND PROSPEROUS NEW YEAR 2004 Dhayalan Original Message Subject: RE: [Happy New Year ] From: Patrick Ale [EMAIL PROTECTED] Date: Wed, December 31, 2003 3:16 am To: Tomcat Users List [EMAIL PROTECTED] Happy

Re: Why can't we store big objects in session?

2003-12-31 Thread Ben Souther
There is nothing stopping you from storing large objects in session but it isn't advisable. It's true that there's no bandwidth penalty but storing large objects in session can quickly tie up a lot of memory on your server. If you store a 1 meg object in every user's session and you get 1000

Re: [Happy New Year ]

2003-12-31 Thread Mohit Gupta
HAPPY NEW YEAR TO ALL HOPE THIS YEAR WILL BE BETTER FOR ALL OF US. Thanks Regards Mohit Gupta -- Original Message -- From: Schalk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Wed, 31 Dec 2003 12:01:43 +0200 Happy New Year to all

An optimist......

2003-12-31 Thread somashekara D M
/*An optimist stays up until midnight to see the new year in. A pessimist stays up to make sure the old year leaves*/ -- Bill Vaughan Wish you all a very Happy New Year 2004 :-) ---Soma - To unsubscribe, e-mail: [EMAIL

RE: Need some help on catalina.out file

2003-12-31 Thread Shapira, Yoav
Howdy, Well, you have to start tomcat to get that log, not just install tomcat ;) Otherwise, make sure the user account running tomcat has write permissions throughout the tomcat directories. Yoav Shapira Millennium ChemInformatics -Original Message- From: Fernando Cabredo

RE: Tomcat 4.1.29 not starting

2003-12-31 Thread Shapira, Yoav
Howdy, Just like that, no library changes at all, and you get the exception? Come on... ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Teja Jo [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 3:12 AM To: Tomcat User Mailing List Subject: Tomcat 4.1.29

RE: tomcat does not shutdown

2003-12-31 Thread Shapira, Yoav
Howdy, Your servlet (or a library it uses) is likely starting non-daemon threads which prevents the JVM from exiting. Yoav Shapira Millennium ChemInformatics -Original Message- From: raja gudepu [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 4:10 PM To: [EMAIL PROTECTED]

RE: suggestion for taglib process

2003-12-31 Thread Shapira, Yoav
Howdy, Great! I'm glad you have an enhancement in mind: when you contribute a patch I'll be glad to review and commit it. ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 3:46 PM To:

RE: Where to download Tomcat 4.0.6?

2003-12-31 Thread Shapira, Yoav
Howdy, What features do you need that tomcat 4.0.x has but later releases don't? Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 2:21 PM To: Tomcat Users List Subject: Where to download Tomcat

Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS

2003-12-31 Thread Lenny Sorey
For those seeking a solution to Integrating the following: Tomcat 4(or 5) and mod_jk2 (Tomcat/Jk2Generic) Tomcat 4.1.x and Apache 2.0.x on Linux with mod_jk2 and IP sockets (LinuxJK2) Tomcat 4.1.x and Apache 2.0.x on Linux with mod_jk and IP sockets (LinuxJK) Tomcat 4.1.x and IIS on

RE: MOD JK NOT SUCESSFUL

2003-12-31 Thread Shawn Zernik
Hey: After playing with it for some time, I found the following VERY useful (http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html). It's probably a run of the mill solution, but I'm not complaining for development perposes. I followed these directions and am using Tomcat throug

RE: Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS

2003-12-31 Thread Enils Bashi
Hi, I think most people including myself are having problems building mod_jk2.so and not configuring it. The links you provided assume that mod_jk2.so is created. Sincerely, Enils Bashi Programmer - Chesapeake Bay Program Veridyne Incorporated Annapolis, Maryland: (410) 267-9833

Re: Endless Loop: Deploying discovered web applications

2003-12-31 Thread Howard Watson
Maybe some of the log might help: * 2003-12-31 08:19:20 StandardManager[/Secure]: Seeding random number generator class java.security.SecureRandom 2003-12-31 08:19:20 StandardManager[/Secure]: Seeding of random number generator has been completed 2003-12-31 08:19:20

RE: Endless Loop: Deploying discovered web applications

2003-12-31 Thread Shapira, Yoav
Howdy, Are the applications deployed successfully, ever? Is anything modifying files under any of the application directories every 15 seconds? Yoav Shapira Millennium ChemInformatics -Original Message- From: Howard Watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003

Re: Endless Loop: Deploying discovered web applications

2003-12-31 Thread Tim Funk
Are the timestamps and clocks on the systems ok? (Stab in the dark) -Tim Shapira, Yoav wrote: Howdy, Are the applications deployed successfully, ever? Is anything modifying files under any of the application directories every 15 seconds? Yoav Shapira Millennium ChemInformatics -Original

RE: Endless Loop: Deploying discovered web applications

2003-12-31 Thread Howard Watson
Thanks for the reply Shapira. All the applications appear to work correctly. I use Apache Basic authentication to access a JSP with links to other areas. My applications are database UIs. I can authenticate to a user table from an HTML form with action = servlet. I use JSPs for data entry and

tomcat 5.0.16 Replication

2003-12-31 Thread jean-philippe . belanger
The new tomcat 5.0.16 replication seams to work odly. From what I've read from the documentation and the mailing list, the clustering is supposed to be done synchronously. Right? Well that's not what's happening on my end, the client receives the response before the whole replication thing is

MOD_JK NOT WORKING.......

2003-12-31 Thread HARI OM
I am using Apache 2.0.47 + Tomcat 4.1.27 on SuSE 8.0 and am working on MOD_JK connector. I created MOD_JK.SO (from source) and placed under MODULES dir under apache. I made changes to following files: My SERVER.XML file is:

RE: Endless Loop: Deploying discovered web applications

2003-12-31 Thread Howard Watson
While I was writing the following I changed reloadable to false in the context and the problem went away. I'll post this message anyway, someone else may find this info useful. In this case just kicking the problem around with others was what was needed. Thanks for the replies. I have one more

Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Hello, I have successfully integrated Apache v2.0.40 with tomcat v5.0.12 using jk2 under Linux RH9 :-) Everything works fine using straight mapping. So, when I want to use the manager (just playing around for now) I enter http://hostname/manager/html and I am presented with the Tomcat manager

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path (/tomcat/manager instead of /manager). But you want to do it on the Apache side. You could use mod_rewrite to forward /manager to /tomcat/manager or vice versa. Yoav Shapira Millennium

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Thanks for the info! You are correct I want to do it from the Apache side (encapsulate and whatnot IMHO :-). I have never used mod_rewrite - I will look into it. Thanks again ... Regards, Douglas WF Acheson -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent:

URL path naming question, recommended naming conventions?

2003-12-31 Thread Jonathan Eric Miller
I'm developing an application that uses servlets and JSP. Currently, it is using a Model View Controller type setup where everything is going through a single servlet (I'm not using Struts) which forwards to JSPs that are located in WEB-INF. The path to my application is,

getRemoteUser null

2003-12-31 Thread Howard Watson
Following are copies of two posts by me from the Novell Apache forum at http://developer-forums.novell.com/group/novell.devsup.webserver.apache2/readerNoFrame.tpt/@[EMAIL PROTECTED]@[EMAIL PROTECTED]@D-,[EMAIL PROTECTED]/@[EMAIL PROTECTED] By referencing a JSP as the default page to load by

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
Howdy, Any particular reason you're using Apache at all, by the way, as opposed to tomcat standalone? Yoav Shapira Millennium ChemInformatics -Original Message- From: Douglas WF Acheson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:58 PM To: 'Tomcat Users List'

RE: URL path naming question, recommended naming conventions?

2003-12-31 Thread Shapira, Yoav
Howdy, With tomcat 5 you can use a servlet as an index page, i.e. a welcome-file in web.xml. Don't use /servlet as part of the URL unless you have to, as that just gives hackers a clue. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jonathan Eric Miller

Re: URL path naming question, recommended naming conventions?

2003-12-31 Thread Howard Watson
This is a link to a PDF with a good discussion of doing the things you talk about from your web.xml. http://java.sun.com/developer/Books/javaserverpages/servlets_javaserver/servlets_javaserver05.pdf [EMAIL PROTECTED] 12/31/03 11:56AM I'm developing an application that uses servlets and JSP.

Possible Bug with JSPC with c:import of JSP 2.0 page?

2003-12-31 Thread Seth Ladd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm not sure what's really the issue here, and hopefully someone can help explain this. I'm using Tomcat 5.0.16, Suse9, and Sun's JDK 1.4.2. ~ I'm using Ant 1.5.4 and the JSPC tasks from Tomcat. I originally had a single JSP 2.0 file that had

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Hello, I have played with the mod_rewrite a bit, no luck. There is a good possibility that I am doing something wrong. This is a snippet of the apache config I used. Any feedback would be appreciated! LoadModule rewrite_module modules/mod_rewrite.so IfModule mod_rewrite.c RewriteEngine on

Re: URL path naming question, recommended naming conventions?

2003-12-31 Thread Jonathan Eric Miller
OK, thanks. I got it to work using the servlet as the welcome file, but, now I have the problem that I don't know how to protect the servlet when it's accessed as the welcome file. I tried using a url-pattern//url-pattern for a security constraint, but, that causes images and a CSS file that I'm

Re: URL path naming question, recommended naming conventions?

2003-12-31 Thread Howard Watson
Did you give Apache Directory rights to the directory structure for your application and the folders where your css and images are stored? [EMAIL PROTECTED] 12/31/03 02:20PM OK, thanks. I got it to work using the servlet as the welcome file, but, now I have the problem that I don't know how to

RE: Apache Tomcat and Context help

2003-12-31 Thread Ian Joyce
Hi, give this untested rule a shot. It _should_ work. RewriteRule ^/tomcat/manager/(.*)$ /manager/$1 [P] --Ian [EMAIL PROTECTED] 12/31/03 03:04PM Hello, I have played with the mod_rewrite a bit, no luck. There is a good possibility that I am doing something wrong. This is a snippet

Re: Apache Tomcat and Context help

2003-12-31 Thread Howard Watson
In my environment I would try something like this: Apache.conf --- ##Alias should match Context in server.xml Alias /tomcat full directory path to manager/html Directory full directory path to manager/html Options anyOptions DirectoryIndex probably index.jsp Order

Sudden IllegalStateException

2003-12-31 Thread Merrill Cornish
I have been developing a JSP/servlet application using Tomcat 5.0.16. Over the past months, I felt that I had learned enough (partially with the help of this mailing list) about JSP, servlets, and Tomcat that I could debug most of the obsticales that popped up. Until this morning. I

Re: Sudden IllegalStateException

2003-12-31 Thread Howard Watson
From here: http://jakarta.apache.org/tomcat/faq/misc.html#illegalstate Why do I get java.lang.IllegalStateException? These are the most common reasons how you can get an java.lang.IllegalStateException: Calling setBufferSize and content has been written. The response has been committed and you

multiuser tomcat environment

2003-12-31 Thread Tsirkin Evgeny
Hi all! I am new to this list but i hope that is the right one to ask the question. We are trying to set up a multiuser machine running Linux (currently RH7.3) and Tomcat in our college. The main perpose of the server - a programming course,the students should develope their projects on it.

Re: Sudden IllegalStateException

2003-12-31 Thread Merrill Cornish
Howard, I had already read the misc.html#illegalstate. In my case, I KNOW the illegal state was triggered by sendRedirect() since that's what's in the trace back. Also, I've already verified that immediately before the call to sendRedirect(), both session and response are OK. I forgot to

Re: Sudden IllegalStateException

2003-12-31 Thread Howard Watson
Are you real sure that you do not have more than one sendRedirect in your code that can be processed sequentially? The first one will set a header and the second will throw an error. Have a Happy New Year! [EMAIL PROTECTED] 12/31/03 03:43PM Howard, I had already read the

Re: Sudden IllegalStateException

2003-12-31 Thread Merrill Cornish
Howard, There are three sendRedirect() calls in the servlet. The first two redirect back to the login page if with the login user id is not found or the login password doesn't match. In both cases, the sendRedirect() is immediately followed by a return. (I learned to use explicit returns

Re: Sudden IllegalStateException

2003-12-31 Thread Ben Souther
I'd be more concerned with what is before it. If anything writes to either the page or the headers before a redirect, it will throw an IllegalStateException. Did you set a content type? On Wednesday 31 December 2003 06:34 pm, you wrote: Howard, There are three sendRedirect() calls in the

Re: Sudden IllegalStateException

2003-12-31 Thread Howard Watson
May be I'm trying to help with something over my head. When I had this error I read about using Return and could not visualize where from a servlet I would return to in a JSP., so I know I need to research this. However, the point is from the faq link I gave you: These are the most common

Re: Sudden IllegalStateException

2003-12-31 Thread Merrill Cornish
Ben, I don't know if it's a good idea or not, but I separate the HTML stuff into the JSP pages and use the servlets solely for program logic. Therefore, my servlets never output content.. Instead they merely redirect to a JSP page which then contains only enough Java logic to collect the

Re: Win 2003 + Tomcat Server servlet placement

2003-12-31 Thread swalker
Well I'm still at it.. Its clear I still have a lot to learn on the tomcat xml and workers files... I've turned IIS off as I can get all of the examples to work doing http://localhost:8080/servlets-examples/index.html. So I'll just run the app on http://localhost:8080/app/dir/html files JAVA_HOME

re:run out off memory

2003-12-31 Thread FRANCOIS Dufour
i was looking too my firwall log and could it bee an syn /ack description off syn ack folow Event description A standard TCP connection is established by sending a SYN packet to the destination host. If the destination host is waiting for a connection on the specified port, it will respond