Re: Port 80, 8009 and 8080

2003-07-29 Thread Zsolt Koppany
Hi, as far as I know, in this case tomcat must be started by the super-user under Unix to bind a port < 1024. > In production, if you do not run Apache and run Tomcat alone as your > only webserver, you DISABLE the AJP connector on port 8009 and change > the HTTP connector on port 8080 to port

RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Ralph Einfeldt
I prefer to use tags/labels to store that information. This way you can use the query interface of the vcs to retrieve the changes for a given bug id. I'm not aware of any open sourece project that let you do this automagically. There are version control systems and there are bug/issue/request t

Re[2]: mysql connection pool

2003-07-29 Thread Anton Tagunov
Hello Hans! HW> my pool is specified exactly the same as the mysql pool on: HW> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html HW> why is the datasource.getNumActive() value always 0 even though I have HW> multiple connections open ? 1) Short-term solution.

Re: [OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-29 Thread achana
Oh, I should mention that I [ssl] # apachectl startssl will start apache wil ssl support (other than the error about virtual hosts) but how can I trust that with the error messages I got, which seem to relate to the encryption routine ??? [EMAIL PROTECTED] wrote: > > Hi. Sorry about being off-to

Re[2]: [Q] Is it safe to create threads in Tomcat web-apps?

2003-07-29 Thread Anton Tagunov
Hello Srevilak! sgn> However, if the three steps are IO-bound, using multiple threads to sgn> run them concurrently can lead to a big improvement. One might also consider using some kind of thread pooler in this setting. Perhaps one could be crafted on top of jakarta-commons-pool -Anton --

Re[2]: [Q] Is it safe to create threads in Tomcat web-apps?

2003-07-29 Thread Anton Tagunov
Hello Riaan! RO> (I have no idea what cron +wegt is???) As John has explained JT> cron = scheduler Unix world I would add to this :-) And on the files (or directories involved is named crontab, see bellow) JT> wget = command line HTTP/HTTPS client both Unix and Windows I just wanted to say that

[OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-29 Thread achana
Hi. Sorry about being off-topic. I had some, for me, un-decipherable error messages when trying to sign my own certificate. First I created my private key and certificate signing request : [ssl]# openssl genrsa -des3 -out sever.key 1024 [ssl]# openssl req -new -key server.key -out server.csr Then

Re[2]: Can I get the webapp context path from the init method of a servlet

2003-07-29 Thread Anton Tagunov
Hello All! Stephen Ince <[EMAIL PROTECTED]> write to tomcat-dev: SI> I am trying to get the context path ... for a SI> servlet when it is being initialized (init) SI> Here is the solution that I implemented. SI> s_contextPath = SI> config.getServletContext() SI> .getResource("/").getP

RE: Best Tomcat Book, Recommendations??? PART 2

2003-07-29 Thread Aggarwal, Gautam (IE03)
Can a book ever be 'Pure Garbage'? Please think about it! Gautam -Original Message- From: Tony LaPaso [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 9:50 AM To: Tomcat Users List Subject: Re: Best Tomcat Book, Recommendations??? PART 2 First, as I said, my comment about the Wr

Re: Best Tomcat Book, Recommendations??? PART 2

2003-07-29 Thread Tony LaPaso
First, as I said, my comment about the Wrox books was a generalization. There's nothing "illogical" about making generalizations. The Wrox books I've seen were pure garbage. When I'm at the bookstore now I don't even bother to browse those big red books, knowing my effort will probably be a waste

Re: HTTPS session strangeness with Tomcat 4.0.6

2003-07-29 Thread Bill Barker
The rules are: 1) If you aren't using Cookies, then you get a new session everytime you change from HTTPS to HTTP or from HTTP to HTTPS. 2) If you are using Cookies and first establish your session via HTTP, then that session is shared between HTTP and HTTPS requests. 3) If you are using Cookies

Re: Apache2/Tomcat 4.1.24 hang with "..%5c.." pattern !!!

2003-07-29 Thread Bill Barker
Apache2/Tomcat 4.1.24 hang with "..%5c.." pattern !!!Yes, it does look like that is a bug in Tomcat :-(. It's patched now in the CVS. "Kwan, Kenneth Y" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Just found if "..%5c.." is contained in request url, apache2/tomcat will hang fo

Double session cookie

2003-07-29 Thread Tomcat Newbie
Hello, I have a problem that has puzzled me for a while and since I was not unable to find any answers in online archives or elsewhere, I decided to try it here. I manage a low traffic web site for a friend of mine on the server running Tomcat behind the Apache server. What I have been observing

500 Custom Error

2003-07-29 Thread Kenneth Brooks
Are Custom Error pages available for 500 errors? I can get custom 404 pages to show but cannot get 500 pages. I still get the same old 500 blue & white screen. This is under tomcat 4.0.4. (Although production will be under 4.1.24) Kenneth mailto:[EMAIL PROTECTED]

mod_jk2 on Apache 2.0 not "so"

2003-07-29 Thread Ivan Montoro
Hi everybody, I'm wondering (just an idea) why mod_jk2 is always referenced in docs and howtos as a "so" module. Can it be compiled into Apache src? Would this increase some performance? Any experiences? Thanks! Ivan Want

RE: load testing tomcat

2003-07-29 Thread Ivan Montoro
We use a "free" app from Micorosft called Web Application Stress Tool. It's quite nice, since it runs as a service of a bunch of workstations and from a console you can schedule a load test. It can also record your navigation from IE and create a test script. http://www.microsoft.com/technet/itsol

Re: siteminder headers

2003-07-29 Thread Holden Robbins
Better yet, has anyone successfully integrated Siteminder with IIS and Tomcat? On Mon, 28 Jul 2003, Holden Robbins wrote: > > Hello, > > Anyone know how to make the IIS->Tomcat connector pass data through shared > memory, as mentioned in the following post: > > http://www.mail-archive.com/[

RE: load testing tomcat

2003-07-29 Thread Extance, Paul
We use the load tester from the Jaffa project (http://jaffa.sourceforge.net/documentation/tools/testing/) which is based on HttpUnitTest (http://httpunit.sourceforge.net) we're able to reuse our unit tests for load testing, which saves some development time. It provides some nice default features f

RE: Tomcat stops if log off from XP

2003-07-29 Thread John Haro
Is the service running under your ID or as Local Service? John Haro -Original Message- From: vikas jain [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 3:49 PM To: [EMAIL PROTECTED] Subject: Tomcat stops if log off from XP I am using tomcat 5.0, Windows XP, and jdk1.4.1_01. If i

Tomcat stops if log off from XP

2003-07-29 Thread vikas jain
I am using tomcat 5.0, Windows XP, and jdk1.4.1_01. If i log off from windows, it turns off tomcat server. I tried using tomcat as service, but it was also stopped once I log off. Does someone know how to fix this? Thanks, _ It's al

RE: Problem with buildconf.sh

2003-07-29 Thread Sullivan, Patrick
Do you have a truly sane environment? What are your vers of: make(vendor or GNU? on AIX you have to use GNU),libtool,autoconf,m4,automake? Jeff's page has: GNU libtool 1.4.2, installed from source GNU gcc 2.95.2 installed from bin GNU automake 1.5, installed from source GNU autoconf 2.53, instal

java.net.ConnectException: Connection refused:

2003-07-29 Thread Tony Hamill
Hi, If this isn't the correct group, apologies. I am relatively new to Tomcat, but am interested in using it with the Java Web Service Dev Kit ( Catalina ). I have a couple of introductory questions. 1. I seem to remember in Tomcat 3.x / 4.x a directory structure with it. In the JWSDK there

RE: [Fatal Error] :2:5118: Content is not allowed in trailing section.

2003-07-29 Thread Mike Curwen
I can't say exactly what the problem is, but it is caused by malformed XML. So either you do indeed have some bad XML somewhere, or SAX *thinks* you do. Between 4.0 and 4.1 releases of Tomcat, I think they tightened up the DTD checking. And for sure they've changed XML parsers. Does your app d

RE: sessionids through url rewriting

2003-07-29 Thread Hans Wichman
Well, the problem is that my 'brilliant' solution is also my downfall in this case What I had was a result generating application (as said before with the command pattern blah blah). Originally this was wrapped by an applet, and the applet was wrapped by a javascript layer. The user interfa

RE: sessionids through url rewriting

2003-07-29 Thread Mike Curwen
However, there is an API call to do this for you, so it's not as heinous as it sounds at first. Unless of course, you've already built several hundred pages/servlets, none of which use the encoding methods. So URL re-writing is supported only if you do something like: HttpServletResponse.encod

[Fatal Error] :2:5118: Content is not allowed in trailing section.

2003-07-29 Thread Venkatesh K. Kesavan
Hi,   I have been using tomcat 4.0 till date and recently I upgraded to 4.1.24. My application is working in 4.1.24 but tomcat server screen shows the error "[Fatal Error] :2:5118: Content is not allowed in trailing section."  whenever I open any jsp.(error repeated till the jsp is complete

RE: sessionids through url rewriting

2003-07-29 Thread Stefan Radzom
You don't have to implement that yourself. Just pass every url through HttpServletResponse.encodeURL(url). http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/javax/servlet/htt p/HttpServletResponse.html#encodeURL(java.lang.String) -Stefan > -Original Message- > From: Hans Wichma

RE: sessionids through url rewriting

2003-07-29 Thread Hans Wichman
I was afraid you were going to say that ;-(. Guess I will built in a cookiecheck then... At 01:29 PM 7/29/2003 -0600, you wrote: Since you are passing your session id through URL, the url string must contain the jsessionid parameter, i.e., you have to encode it. -Original Message- From: H

Re: Connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread John Turner
You have mod_jk.dll, not mod_jk2.dll. Try: LoadModule jk_module modules/mod_jk_2.0.46.dll John Julien Martin wrote: Hello, I took the following steps: 1. I added the following line to httpd.conf: "LoadModule jk2_module modules/mod_jk_2.0.46.dll" 2. I copied the "mod_jk_2.0.46.dll" into the mod

Connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Julien Martin
Hello, I took the following steps: 1. I added the following line to httpd.conf: "LoadModule jk2_module modules/mod_jk_2.0.46.dll" 2. I copied the "mod_jk_2.0.46.dll" into the modules directory. Here is what I get: "Can't locate api module structure in file %path%\mod_jk_2.0.46.dll Where can I get t

RE: (Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
GRR I AM STUPID.. (AND NO I WONT TELL YOU :P) ;D -Original Message- From: Hans Wichman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 3:32 PM To: Tomcat Users List; 'Tomcat Users List' Subject: RE: (Symbolic) Links in Windows Hi, the example I sent you originally came fr

RE: (Symbolic) Links in Windows

2003-07-29 Thread Hans Wichman
Hi, the example I sent you originally came from 4.0.1... Make sure you use forward separators, do not run tomcat as a service and have no spaces in the pathname, maybe that helps. greetz Hans At 03:08 PM 7/29/2003 -0400, Jay Garala wrote: This only works on 4.1.24 not 4.0.6 -Original Message

RE: sessionids through url rewriting

2003-07-29 Thread Yansheng Lin
Since you are passing your session id through URL, the url string must contain the jsessionid parameter, i.e., you have to encode it. -Original Message- From: Hans Wichman [mailto:[EMAIL PROTECTED] Sent: July 29, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: sessionids through url rewrit

RE: Problem with buildconf.sh

2003-07-29 Thread batristain
Okay I did download the GNU version and extracted it and this is what happens ./buildconf.sh libtoolize --force --automake --copy libtoolize: `configure.ac' does not exist Try `libtoolize --help' for more information. aclocal aclocal: `configure.ac' or `configure.in' is required automake -a --for

Re: (Symbolic) Links in Windows

2003-07-29 Thread John Turner
Have you tried deleting all of the chaff and just going with the basics? Have you checked catalina.out when Tomcat starts? Try it with just the bare minimum of parameters, as specified in the docs. It is very possible that there is something in there that works in 4.1.24 only. John Jay Garal

Re: Tomcat Crashing on Linux

2003-07-29 Thread Oscar Carrillo
Another thing that I do during development, with only myself accessing the site, is do things on the website that will require a database connection. I keep doing them over and over, and if more database connections are created I know something is wrong. Because since I'm the only one connecting,

RE: (Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
I get the" HTTP Status 404 type Status report message /software description The requested resource (/software) is not available. This is what i copied from 4.1.24 that was saved from manager-web-admin-tool and place into 4.0.6 server.xml: Jay -Original Message- From: John Turner [m

RE: Problem with buildconf.sh

2003-07-29 Thread batristain
I don't have the gnu tar so I'll download and try that. Thanks for the advice! Cheers, Bobbie -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 12:36 PM To: Tomcat Users List Subject: Re: Problem with buildconf.sh Just curious...what version

Re: Tomcat Crashing on Linux

2003-07-29 Thread Eric J. Pinnell
Earlier today we were talking about thread dumps. You might want to generate some next time this is happening. It will show you if a thread is locked and what it is waiting on. send a kill -QUIT to the VM when it is hanging. It's often a good idea to get like 5 or 6 thread dumps right in a row

Re: (Symbolic) Links in Windows

2003-07-29 Thread John Turner
According to the docs, it should work just fine: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html "The Document Base (also known as the Context Root) directory for this web application, or the pathname to the web application archive file (if this web application is being exec

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
You are correct. Crashing is the wrong way to describe it. There is a process still active in my process list. This has become frequent enough that I should be able to track it down. However; I don't know what triggers the failure. I only know that it happens every few days on both computers. T

RE: (Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
This only works on 4.1.24 not 4.0.6 -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 2:45 PM To: Tomcat Users List Subject: Re: (Symbolic) Links in Windows There are no such things as symbolic links on Windows. The solution for you is to simpl

Re: (Symbolic) Links in Windows

2003-07-29 Thread John Turner
There are no such things as symbolic links on Windows. The solution for you is to simply change your docBase: Jay Garala wrote: Good Afternoon, I am using Win2k with Tomcat 4.0.6. How can I make the contextPath '/software' point to a folder on a different drive (and/or directory). How woul

Re: connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread John Turner
Files can have any extension. Its not the extension that matters, but the library interface that the file uses. Apache for Windows can use files that end in .so or .dll with no problems, provided they are built for the Windows platform. You have to download the connector file from the Jakarta

Re: Tomcat Crashing on Linux

2003-07-29 Thread Oscar Carrillo
You might want to look at how many processes/threads are listed for tomcat and your database. You might see that one of them or both is creating and keeping too many threads around. At least that would be a start. For tomcat, I have a daemon script that has a status command that tells you all th

Re: Port 80, 8009 and 8080

2003-07-29 Thread John Turner
No problem, glad to help. Have fun! John Hari Om wrote: Thank You John - Hats Off to you. that was a very good explainationMillion Thanks From: John Turner <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re:

Re: connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Yann Cébron
> 2. I can't find any mod_jk2.so in that directory nor can I find so file in > tomcat. What is the file I need and where can I get it from? http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/bin/win32/ just pick any of the .dll depending on the connector you want to us

Re: (Symbolic) Links in Windows

2003-07-29 Thread Hans Wichman
Yep, that's the way, I do the same thing such as: however I do not think the resources node is needed. On Win XP I had the problem that tomcat would not accept this path when I ran it as a service, however if I started tomcat normally via the batchfiles, it ran perfectly. Greetz Hans At 02:12

(Symbolic) Links in Windows

2003-07-29 Thread Jay Garala
Good Afternoon, I am using Win2k with Tomcat 4.0.6. How can I make the contextPath '/software' point to a folder on a different drive (and/or directory). How would i go by doing this? I got this so far in my server.xml Thanks Jay

RE: Using Sun JAI with Tomcat

2003-07-29 Thread Ivan Montoro
DLL's (.dll/.so files) should be placed somewhere OS can find them, either via "/etc/ld.so.conf" (making a ldconfig) or in a directory listed in LD_LIBRARY_PATH variable (as I'm doing in my custom start_tomcat.sh script, that is actualy a wrapper of startup.sh) If I put everything in TOMCAT_HOME/s

connecting tomcat 5.0 to apache 2.0.47

2003-07-29 Thread Julien Martin
Hello, After an extensive search in the mailing lists and and the web, I finally ask for some help. I am trying to connect apache tomcat 5.0 to apache 2.0.47 on a windows 2000 platform. 1. I am confused as the module directory of my install contains X.so files and no X.dlls. I thought X.so file

RE: Using Sun JAI with Tomcat

2003-07-29 Thread Shapira, Yoav
Howdy, Don't DLLs usually end in .dll, rather than .jar? So they won't get loaded even if you put them in shared/lib (or any of tomcat's other lib directories), as tomcat only looks for .jar files. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ivan Montoro [mailto:

RE: Off Topic: List Server for Tomcat

2003-07-29 Thread Ivan Montoro
Errrm, I missed some messages of this list, but didn't James meant to have a Mailing List functionality? http://james.apache.org/mailing_lists_2_1.html Ivan --- "Pitre, Russell" <[EMAIL PROTECTED]> wrote: > I guess its not a requirement.I'll take a look > into it > > > thanx > > >

sessionids through url rewriting

2003-07-29 Thread Hans Wichman
Hi, I've read in the servlets specs that tomcat must support session management through url rewriting, but nothing happens when I disable the cookies (testing in netscape 7, since ie 6 sp1 can't disable the cookies). I have one servlet, let's call it /myServlet, which implements a command like

Re: Tomcat Crashing on Linux

2003-07-29 Thread Andy Hutchinson
I thought that the new threading stuff in the RH9 kernel caused problems with the JVM and native threads. At 12:25 29/07/2003 -0400, you wrote: Hi, Check to make sure you aren't throwing a lock down somewhere and stacking up threads behind it. -e On Tue, 29 Jul 2003, Rick Roberts wrote: > I h

Using Sun JAI with Tomcat

2003-07-29 Thread Ivan Montoro
Hi everybody, I've read tons of questions about CLASSPATH and CATALINA_OPTS ways to add classes to Tomcat's env and why this should be avoided. Our app requires some graphics manipulation, and I've read good comments about Sun's "Java Advanced Imaging API". This is one of the trickiest packages I

Re: Port 80, 8009 and 8080

2003-07-29 Thread Hari Om
Thank You John - Hats Off to you. that was a very good explainationMillion Thanks From: John Turner <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Port 80, 8009 and 8080 Date: Tue, 29 Jul 2003 12:51:58 -040

Re: Tomcat UML Diagram

2003-07-29 Thread Tim Funk
This might be close ... http://www.brainysoftware.com/ -Tim Shapira, Yoav wrote: Howdy, I'll save you the query on tomcat-dev: there's not a current version around, at least not publicly. You can use ArgoUML or something like it to reverse-engineer the UML. Feel free to contribute it back to the

RE: Best Tomcat Book, Recommendations???

2003-07-29 Thread Micael
They are not the right kind of book for that. At 02:07 PM 7/29/2003 +0100, you wrote: I wish Wrox would bind the books the same way as O'Reilly though. -Original Message- From: epyonne [mailto:[EMAIL PROTECTED] Sent: 29 July 2003 13:43 To: Tomcat Users List Subject: Re: Best Tomcat Book,

Re: Best Tomcat Book, Recommendations???

2003-07-29 Thread Micael
WROX professional series are just great, I think. I like Ian Darwin's work, and he is the new guy with O'Reilly and Tomcat. I am +1 with John Turner on this. At 08:24 AM 7/29/2003 -0400, you wrote: As a Wrox author, I have to tell you that your "overall impression" is incorrect. Books are l

Re: Port 80, 8009 and 8080

2003-07-29 Thread John Turner
We talked about this yesterday. First, understand that port 8080 is OPTIONAL. It is not required. If you integrate Tomcat with Apache, all that is required is a single connection on a single port. That port can be ANY port you wish, it is up to you. By convention, the default for Apache conn

Re: Tomcat Education & Examples

2003-07-29 Thread Andrew Geery
I think what you're looking for is an application "framework". There are a number of them at Apache: Struts: http://jakarta.apache.org/struts/index.html Turbine: http://jakarta.apache.org/turbine/index.html Tapestry: http://jakarta.apache.org/tapestry/index.html Cocoon: http://cocoon.apache.org/

RE: Re: HTTP Status 500

2003-07-29 Thread Jeremy Whitlock
You need to have the bin directory of your Java 2 SKD installation in your CLASSPATH as well. Give that a try and let me know. Later, Jeremy -Original Message- From: Marco Miedl [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:39 AM To: Tomcat Users List Subject: Re: Re: HTTP S

Port 80, 8009 and 8080

2003-07-29 Thread Hari Om
can any GURU's here give me a good step-by-step understanding as to how the request flows from Apache (port 80) to MOD_JK and AJP (Port 8009) and then to Tomcat (Port 8080). I am confused lately _ Help STOP SPAM with the new M

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
> I had the same problem and I think that it was related to the CLASSPATH > for Java. If your JSP doesn't work properly but the servlet does, it > means that the JVM is working properly but not the Java Compiler. Make > sure you have the JAVA_HOME variable set and all proper directories in > the

Re: Problem with buildconf.sh

2003-07-29 Thread John Turner
Just curious...what version of tar did you use to expand the archive you downloaded? If you used the tar that comes with Solaris, it corrupted the files...the archives must be extracted using GNU tar, not the tar that comes with Solaris. Make sure GNU tar is first on your path. John [EMAIL P

Re: Tomcat Crashing on Linux

2003-07-29 Thread Eric J. Pinnell
Hi, Check to make sure you aren't throwing a lock down somewhere and stacking up threads behind it. -e On Tue, 29 Jul 2003, Rick Roberts wrote: > I had not seen this problem before I recently started implementing JDBCRealm on > these servers. > > Anyone else having stability problems when using

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
I had not seen this problem before I recently started implementing JDBCRealm on these servers. Anyone else having stability problems when using Oracle & JDBCRealm? Rick Roberts wrote: Also, The only way I can clear this error is to reboot the machine. Here is another piece of info I get from "ca

Problem with buildconf.sh

2003-07-29 Thread batristain
Greetings, I can't get buildconf.sh to run. It says that it can't find configure.in although it is there. I read on the web that there was a bug with configure.in and buildconf.sh b/c they had extra characters that prevented them from running on Solaris however when I open them up I don't see any

Re: Installation problem

2003-07-29 Thread John Turner
http://jakarta.apache.org/site/binindex.cgi Choose "Tomcat 4.1.24" from the "Release Builds" section. Download the appropriate archive (tomcat-4.1.24.*) for your environment: .zip = binary, works on any platform .exe = Win32 installer for binaries .tar.gz = GNU tar/gzip archive of binaries If no

RE: Tomcat UML Diagram

2003-07-29 Thread Shapira, Yoav
Howdy, I'll save you the query on tomcat-dev: there's not a current version around, at least not publicly. You can use ArgoUML or something like it to reverse-engineer the UML. Feel free to contribute it back to the list when you're done ;) Yoav Shapira Millennium ChemInformatics >-Origin

RE: Tomcat UML Diagram

2003-07-29 Thread Mike Curwen
Also, depending on your UML tool, you can generate UML diagrams from the tomcat source files. So if they don't exist, you can make them yourself. > -Original Message- > From: Yansheng Lin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2003 11:07 AM > To: 'Tomcat Users List' > Subject

RE: Re: HTTP Status 500

2003-07-29 Thread Jeremy Whitlock
I had the same problem and I think that it was related to the CLASSPATH for Java. If your JSP doesn't work properly but the servlet does, it means that the JVM is working properly but not the Java Compiler. Make sure you have the JAVA_HOME variable set and all proper directories in the CLASSPATH

Re: Tomcat UML Diagram

2003-07-29 Thread Sasha Borodin
You might try the tomcat-dev list, as that's where the developers of the container hang out. More chances of one of them having some visual documentation. -Sasha Borodin On 7/29/03 11:06, "Yansheng Lin" <[EMAIL PROTECTED]> wrote: > > Am I asking a dumb Q or there is just no such thing around?

Tomcat Education & Examples

2003-07-29 Thread Donald Duquaine
I understand that this list can be helpful to have our questions answered. And, that books seem not to be the most up todate means to acquire the most current practices and Tomcat (catalina) techniques. I learn best by examples and I have been a Tomcat user for several years. In all my google sea

Re: Installation problem

2003-07-29 Thread Koinonia98
John, Please enlighten me. I only found instruction from the source: http://jakarta.apache.org/tomcat/building.html I would be more than happy to use the binaries if you show me where and how. In addition, my place uses a distribution server. So I need to be able to put the binaries to the

RE: Tomcat UML Diagram

2003-07-29 Thread Yansheng Lin
Am I asking a dumb Q or there is just no such thing around? Thanks! -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: July 29, 2003 8:52 AM To: 'Tomcat Users List' Subject: RE: Tomcat UML Sorry, topic should've been 'Tomcat UML Diagram'. -Original Message---

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
> > Even those that are servlets and not JSP? > The Servlet Examples work perfect. Only the JSP Examples didn't work. It's very strange ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Mike Curwen
I'd say scarab is the 'open source' and 'free' issue-tracker of choice. JIRA is 'open source' in the sense that once you purchase it, you can obtain a source download. But it's not 'free as in no $'. I'm never sure what people mean when they say "open source" or "free". JIRA you are definitely fr

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread John Turner
or 3) dispensing with the mod_jk.conf method and modifying httpd.conf manually to work in your environment. John John Turner wrote: We didn't know you were using the mod_jk.conf method. How about posting your dir structure, with a description of where you want your files to be, and then post

Re: HTTP Status 500

2003-07-29 Thread John Turner
Even those that are servlets and not JSP? John Marco Miedl wrote: NO - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 5:25 PM Subject: RE: HTTP Status 500 Howdy, Do the JSP examples work? Yoav Shapi

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread John Turner
We didn't know you were using the mod_jk.conf method. How about posting your dir structure, with a description of where you want your files to be, and then post the relevant VirtualHost block (sanitized if necessary) from mod_jk.conf? Then we can see what it is you have already so we don't go

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread v.siguier
Thanks for your help but I don't understand where I have to put these new lines... I have made changes in server.xml and I have created workers.properties (under Tomcat) in order to generate automatically mod_jk.conf. In Apache config file, I have made no changes for my new webapp... do I have to

RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Donie Kelly
Cool. I didn't see that but I'm only brushing the surface. I have installed it already and I will try to get the CVS thing going. I'll let you know how I get on. It's a nice piece of software but as I said I'm only brushing the surface at the moment. It's also $1000 so please let me know if one

Re: Installation problem

2003-07-29 Thread John Turner
Just curious, you are welcome to build from source, but did you know that there are binaries available that work out of the box? John [EMAIL PROTECTED] wrote: Folks, I am installing tomcat for the first time in Solaris 7. I am having the following problems in tomcat 4.1.24 as well as 5. I am

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
I have loggin on my webapp. There is nothing regarding this problem in that log file. Shapira, Yoav wrote: Howdy, Make sure you're not creating any non-daemon threads that will prevent tomcat from shutting down gracefully. And add logging to your webapp ;) Yoav Shapira Millennium ChemInformatic

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
NO - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 5:25 PM Subject: RE: HTTP Status 500 > > Howdy, > Do the JSP examples work? > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Messag

RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Mike Curwen
If you dig a bit deeper with JIRA, there's a way to integrate it with CVS. It appears to involve modifying your CVS to emit emails ? I'm no CVS expert, but it looks not "too bad" in terms of complexity. http://www.atlassian.com/software/jira/docs/v2.3/cvs_emails.html > -Original Message---

RE: HTTP Status 500

2003-07-29 Thread Shapira, Yoav
Howdy, Do the JSP examples work? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Marco Miedl [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 29, 2003 11:24 AM >To: [EMAIL PROTECTED] >Subject: HTTP Status 500 > >Hi, > >I installed Java (j2sdk1.4.2) and Tomcat (jakarta-t

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
Also, The only way I can clear this error is to reboot the machine. Here is another piece of info I get from "catalina_log.2003-07-29.txt" when I try the 2nd restart (/etc/init.d/tomcat restart) 2003-07-29 11:06:33 JDBCRealm[Standalone]: Exception closing database connection java.sql.SQLException

RE: Tomcat Crashing on Linux

2003-07-29 Thread Shapira, Yoav
Howdy, Make sure you're not creating any non-daemon threads that will prevent tomcat from shutting down gracefully. And add logging to your webapp ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Rick Roberts [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 29, 2003

HTTP Status 500

2003-07-29 Thread Marco Miedl
Hi, I installed Java (j2sdk1.4.2) and Tomcat (jakarta-tomcat-4.1.24) on RedHat Linux 7.3. When I start Tomcat with "startup.sh" and i got the following messages: Using CATALINA_BASE: /usr/local/bin/tomcat Using CATALINA_HOME: /usr/local/bin/tomcat Using CATALINA_TMPDIR: /usr/local/bin/tomcat

RE: Bugs, Issues, Tasks, Patches, CVS integration - which is the best tool

2003-07-29 Thread Donie Kelly
Hi all Thanks for the replies but none of these projects appear to have CVS integration? How do I track which source code has been modified in the our software when I'm viewing a bug or issue? Do you have to add it as a comment like we do now? Thanks Donie -Original Message- From: Rick

Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
Tomcat is crashing every 2 - 3 days on 2 different Linux machines. Both machines are running pretty much identical software configurations. Both machines are serving the same web application so, it's almost certainly something in my web app code that causes the problem. However; the logs from my

Re: Bugs, Issues, Tasks, Patches, CVS integration - which is thebest tool

2003-07-29 Thread Rick Roberts
Take a look at this: http://scarab.tigris.org/ I have not used it yet, but am going to install and evaluate as soon as I get some time. There is also Bugzilla. http://www.bugzilla.org/ HTH, -- *** * Rick Roberts* * Advanced Infor

mod_jk2 combined with mod_include bug?

2003-07-29 Thread Olle Sundblad
Sorry the subject was maybe a little off! -Original Message- From: Olle Sundblad [mailto:[EMAIL PROTECTED] Sent: den 29 juli 2003 16:17 To: Tomcat Users List Subject: Coyote - httpd mod_include bug? Hi, I dont't know if this is the right forum? If it is not please tell me were to send i

RE: load testing tomcat

2003-07-29 Thread Shapira, Yoav
Howdy, I like JMeter, The Grinder, wget, Load (from PushToTest). Unlike the other response, I really don't think LoadRunner is worth its price. Even if it were free, I wouldn't use it exclusively. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Dhruva B. Reddy [mailt

Installation problem

2003-07-29 Thread Koinonia98
Folks, I am installing tomcat for the first time in Solaris 7. I am having the following problems in tomcat 4.1.24 as well as 5. I am wondering if anyone come across this and give me some pointers. # ant Buildfile: build.xml check.source: get.source: build: BUILD FAILED file:/tmp/TOMCAT/j

Re: load testing tomcat

2003-07-29 Thread Dhruva B. Reddy
I'm mucking my way through this myself. I use JMeter. I haven't used it with SSL, but it appears to support. Dhruva --- "Mark W. Webb" <[EMAIL PROTECTED]> wrote: > does anyone have experience load testing tomcat? I am especially > interested in mutually authenticate SSL load testing where tom

RE: Tomcat UML

2003-07-29 Thread Yansheng Lin
Sorry, topic should've been 'Tomcat UML Diagram'. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: July 29, 2003 8:34 AM To: 'Tomcat Users List' Subject: Tomcat UML Preferrably 4.1.24 Where I can find one? Thanks! ---

  1   2   >