Is TC role mapping spec conform?

2002-12-18 Thread Thomas Paradies
Hi, I'm a little bit confused about the use of the security-role tag - generally and especially in Tomcat. The WebApp DTD refers for auth-constraint to this element commented as follows: "... The role-name used here must either correspond to the role-name of one of the security-role elements defi

custom error 500 page for missing applications

2002-12-18 Thread hans albers
What do I have to do to set up a custom error page for http status error 500? I want to the user that there's no application in this context. (Tomcat 4.1.x) Thanks for your help, Hans _ Fotos  -  MSN Fotos das virtuelle Fotoa

Re: Use JAXP 1.2 Parser with Tomcat 4.1.17

2002-12-18 Thread Saurabh Arora
I am using 1.4.1 , can i put JAXP 1.2 jars in the common\endorsed >>> [EMAIL PROTECTED] 12/19/02 12:17PM >>> "Saurabh Arora" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I would like to know that can we use JAXP 1.2 XML parser with tomcat > 4.1.17 (by rep

Re: Use JAXP 1.2 Parser with Tomcat 4.1.17

2002-12-18 Thread Bill Barker
"Saurabh Arora" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I would like to know that can we use JAXP 1.2 XML parser with tomcat > 4.1.17 (by replacing common\endorsed. The release notes point out use of > JAXP 1.1 parser. If you are *not* using a 1.4.x J

Use JAXP 1.2 Parser with Tomcat 4.1.17

2002-12-18 Thread Saurabh Arora
I would like to know that can we use JAXP 1.2 XML parser with tomcat 4.1.17 (by replacing common\endorsed. The release notes point out use of JAXP 1.1 parser. I would also like to know why is JAXP 1.2 XML parser is not bundled with tomcat 4.1.17. with regards saurabh -- To unsubscribe, e-m

Re: service() method called Twice when using creating response with MIME type application/x-shockwave-flash

2002-12-18 Thread Bill Barker
I don't personally use flash, but yes, the Adobe Acrobat plugin for MSIE does much the same thing. This is partially due to the fact that the Flash/Adobe plugin wants to try and stream the content (by sending a 'Content-Range' header), and partially due to the fact that MSIE is totally brain-dead

Re: Red Hat 8.0, mod_jk build issues

2002-12-18 Thread Joe Williams
The source is included. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 10:32 PM Subject: RE: Red Hat 8.0, mod_jk build issues > > Does your Red Hat 8.0 have the Apache source for 2.0.40, or on

RE: Red Hat 8.0, mod_jk build issues

2002-12-18 Thread Turner, John
Does your Red Hat 8.0 have the Apache source for 2.0.40, or only the binaries? John -Original Message- From: Joe Williams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 11:30 PM To: [EMAIL PROTECTED] Subject: Red Hat 8.0, mod_jk build issues Red Hat 8.0 comes with Apach

RE: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Turner, John
Thanks. I couldn't remember the equivalent of "$CATALINA_HOME" on Windows. LOL John -Original Message- From: Paul Yunusov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 7:35 PM To: Tomcat Users List Subject: Re: Help needed to run Tomcat 4.1.12 On Wednesday 18 December

Red Hat 8.0, mod_jk build issues

2002-12-18 Thread Joe Williams
Red Hat 8.0 comes with Apache 2.0.40. I attempted to install mod_jk using several different binaries (even the ones that are supposedly for 2.0.42 and 2.0.43) and repeatedly got the same error when restarting Apache. To the effect that my version of mod_jk.c was not the right one for my version of

RE: Tomcat Documentation WAS: jsps and servlets don't work

2002-12-18 Thread Turner, John
There are two parts to a connector. There is the Tomcat part, and the Apache module (or IIS DLL) part. One part is Java code, one part is C/C++. ApacheConfig is a Java class. Since using it requires you to type in something along the lines of "org.apache.ajp.tomcat4.config.ApacheConfig", that'

Updating mod_jk

2002-12-18 Thread Tony Davies
Hi, I am trying to update from mod_jk 1.2 to mod_jk 1.2.2, though I have also tried 1.2.1. I have both compiled a version from the source and downloaded the appropriate binary (mod_jk-1.3.eapi.so) from the jakarta site. After renaming the file to mod_jk.so and putting it in the correct place and r

manual deploy works, but manager deploy is defective

2002-12-18 Thread Erik Wright
Hello, I've been experiencing a strange problem with the Tomcat Manager tool. I've setup Ant to deploy my WAR via the supplied plugin, and created the appropriate manager user. When I run the task, the tool reports success, and I can see my application in the listing (both HTML and via Ant). When

Re: How do I get the requested page from the Request Object?

2002-12-18 Thread Bill Barker
John's suggestions work, and I would probably use something like that myself. The alternative would be to use 'request.getPathInfo()' to return the part of the URL after the '/inventory/' and before the query-string (if any). "Jason Johnston" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]

Re: Session timeout setting

2002-12-18 Thread Bill Barker
You didn't mention which Tomcat version you are using, so I'm going to assume 4.x. You need to add (between s and s): ${minutes} to conf/web.xml (where, of course, ${minutes} is replaced with the numerical value of the number of minutes you want :). This will change the time-out server-wide

Re: Distributed Sessions in Tomcat ?

2002-12-18 Thread Srinadh Karumuri
Jeff Turner has a web page with the documentation for multiple Tomcats (3.2). Hope it helps. http://webmap.socialchange.net.au/support/download/multi-tomcats.txt Thank you, -Sri At 07:37 PM 12/18/2002 -0800, Bill Barker wrote: As I understand it, TC 3.3.1 doesn't support distributed sessions at

Re: mod_jk leaves connections open?

2002-12-18 Thread Bill Barker
You can set soTimeout by either 'connectionTimout=""' for the legacy Ajp Connector, or 'channelSocket.serverTimeout=' in jk2.properties for the Jk2 Coyote Connector. When I played with this, my performance went down (for a moderate web-site). However, your performance may very. "Randy Paries" <[E

Tomcat Documentation WAS: jsps and servlets don't work

2002-12-18 Thread Joseph Shraibman
Jerry Ford wrote: With all due respect and recognition to the enormous efforts you personally appear to have put into making Tomcat accessible, the documentation is neither comprehensive nor adequate, for either Tomcat or whatever is the connector du jour. There are pockets of good document

Re: Distributed Sessions in Tomcat ?

2002-12-18 Thread Bill Barker
As I understand it, TC 3.3.1 doesn't support distributed sessions at all. TC 4.x has experimental support for distributed sessions (IMHO, should be considered Alpha). TC 5.x will likely have full support for distributed sessions. "Hector Adolfo Alonso" <[EMAIL PROTECTED]> wrote in message [EMAIL

Re: How do you get a C:\ prompt in Windows XP?

2002-12-18 Thread Ronin Quigley
Thanks to all who replied. cd c:\ gave me the C:\ prompt that I was looking for. - Original Message - From: "Jerry Ford" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 12:42 AM Subject: Re: How do you get a C:\ prompt in Windows XP? > e

Re: How do you get a C:\ prompt in Windows XP?

2002-12-18 Thread Thom Park
Hi, not sure what you're trying to do. If you're trying to get to C:\, you have to do it in two steps: 1. set your default device to c: C: 2. set your directory to the top level \: cd \ you should now be in the C:\ directory If you're simply trying to get a command prompt, then just use

Re: How do you get a C:\ prompt in Windows XP?

2002-12-18 Thread Peng Tuck Kwok
This works as well if your home path is C:\ cd %HOMEPATH% Ronin Quigley wrote: Thanks for your tips. When I type C:\ I get the following message 'C:\' is not recognised as an internal or external command, operable program or batch file. Any other suggestions? Rocket - Original Message -

Re: How do you get a C:\ prompt in Windows XP?

2002-12-18 Thread Jerry Ford
enter cd c:\ Ronin Quigley wrote: Thanks for your tips. When I type C:\ I get the following message 'C:\' is not recognised as an internal or external command, operable program or batch file. Any other suggestions? Rocket - Original Message - From: "Turner, John" <[EMAIL PROTECTED]

How do you get a C:\ prompt in Windows XP?

2002-12-18 Thread Ronin Quigley
Thanks for your tips. When I type C:\ I get the following message 'C:\' is not recognised as an internal or external command, operable program or batch file. Any other suggestions? Rocket - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL P

Re: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Paul Yunusov
On Wednesday 18 December 2002 07:13 pm, Turner, John wrote: > Agreedavoid spaces in pathnames if you can. > > As an aside, there is no reason to switch directories to start Tomcat. You > can do so by typing something like c:\tomcat\bin\startup.bat from any > command prompt in Windows. > > John

RE: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Turner, John
Agreedavoid spaces in pathnames if you can. As an aside, there is no reason to switch directories to start Tomcat. You can do so by typing something like c:\tomcat\bin\startup.bat from any command prompt in Windows. John -Original Message- From: Paul Yunusov [mailto:[EMAIL PROTECT

Re: Help needed to run Tomcat 4.1.12

2002-12-18 Thread Paul Yunusov
On Wednesday 18 December 2002 06:27 pm, Ronin Quigley wrote: > I am running Windows XP and have done the following: > a.. Installed Jave SDK and set the path variable to > stemRoot%\System32\Wbem;C:Java\bin; b.. Downloaded release version 4.1.12 > of Tomcat > c.. Set the variable JAVA HOME=C:\

Help needed to run Tomcat 4.1.12

2002-12-18 Thread Ronin Quigley
I am running Windows XP and have done the following: a.. Installed Jave SDK and set the path variable to stemRoot%\System32\Wbem;C:Java\bin; b.. Downloaded release version 4.1.12 of Tomcat c.. Set the variable JAVA HOME=C:\JAVA d.. Set the variable CATALINA_HOME= C:\TOMCAT\JAKARTA-TOMCAT

Re: Tomcat SSL Setup

2002-12-18 Thread Ken Anderson
Justin L. Spies wrote: Ken, Thanks for the hints. Since they (Apache/Tomcat) are running on the same system at this point, that won't be an issue. Could you point me the direction of some documentation that would help me get this setup? I've setup mod_jk with standard Apache before and it has

RE: Tomcat SSL Setup

2002-12-18 Thread Joseph Stephen
In case you still want to run Tomcat Standalone The problem with your setup was that certificate was in the incorrect format. You need to conevert the certificate to der The following links give very detailed instructions on how to achive this. if you still face problems let me know. http://www.

RE: [off-topic] Re: jsps and servlets don't work

2002-12-18 Thread Turner, John
Understood. I felt the same way when I started with Tomcat. The documentation is under review, and will be updated. I know this and can say this because I am one of the people doing the reviewing (what little I have been able to get done so far due to time constraints). Again, though, it's the

Re: ssl and mod_jk won't work

2002-12-18 Thread Joseph Shraibman
Nevermind, I worked around it by playing with directives. Now I want to create a standard conf file for including in directives to enable ssl. One of the things I want to do is CustomLog logs/-log.txt Is there any kind of macro expansion I can use? -- To unsubscribe, e-mail:

[off-topic] Re: jsps and servlets don't work

2002-12-18 Thread Jerry Ford
/*** * * Caution: LONG Rant Warning :) * **/ Turner, John wrote: I don't think they are poorly documented at all. Just the HOWTOs written by myself and others on this list alone provide comprehensive documentation. John: //

RE: Tomcat SSL Setup

2002-12-18 Thread Justin L. Spies
Ken, Thanks for the hints. Since they (Apache/Tomcat) are running on the same system at this point, that won't be an issue. Could you point me the direction of some documentation that would help me get this setup? I've setup mod_jk with standard Apache before and it has been straight forward. I

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Aymeric Alibert
I had that problem with 4.1.16 and I opened a bug in bugzilla. But I couldn't come up with a test case and the bug got closed. Maybe you can add your experience to the bug report and reopen it: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15251 Aymeric. >>> [EMAIL PROTECTED] 12/18/02 02:14P

Re: Tomcat SSL Setup

2002-12-18 Thread Ken Anderson
Have you considered the advantages of using one of the apache connectors instead of tomcat standalone for SSL support? I fought with Tomcat ssl support a couple years ago, and was unable to get it to work. I'm sure the support is there now, but ssl support is transparent if you use mod_jk or mo

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Jeff Tulley
Also, even though you have a JSP-only application, that doesn't mean you have nothing that is static. Consider the images that the JSP pages will reference, or any files that may be downloaded from your site (if applicable). Apache can cache these, serving them faster than Tomcat. > > -Origi

RE: Problems with file upload

2002-12-18 Thread Turoff, Steve
Marco, I sometimes get this problem, too, using a similar setup. Usually, I can go back to the HTML form, reload it, and submit it again, and it works. I have not had any luck in determining it's cause. Perhaps you should post this to the "Commons Users List" (see http://jakarta.apache.org/com

RE: Logger Valves

2002-12-18 Thread Adrian
Thanks, it`s always the little things that get you. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 8:21 AM To: Tomcat Users List Subject: Re: Logger Valves Get 4.1.17 and use the attribute rotatable="false" for AccessLogValve. -Tim Adria

jscp error

2002-12-18 Thread Maxime Colas des Francs
Hi I attempt to use jspc (in tomcat 4.1.12) #jspc -webapp $CATALINA_HOME/webapps/myapp 2002-12-18 04:24:04 - ERROR-the file '/test.jsp' generated the following general exception: java.lang.NullPointerException error:null I use some jstl tags in my jsp code thks for help _ M -- To unsubscrib

Re: Latest stable version?

2002-12-18 Thread Craig R. McClanahan
On 18 Dec 2002, Ben Ricker wrote: > Date: 18 Dec 2002 14:43:52 -0600 > From: Ben Ricker <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Latest stable version? > > I am running Tomcat 4.0.6 in a production environment ri

Re: Latest stable version?

2002-12-18 Thread Ben Ricker
On Wed, 2002-12-18 at 14:47, [EMAIL PROTECTED] wrote: > Jakarta site says 4.1.17 is the latest stable version and not 4.1.12! > > Ganesh Damn! You are right...where in hell was I when I saw 1.1.12 Thanks! Ben Ricker > >

Re: basic tomcat configuration

2002-12-18 Thread Dodd Gatsos
Exactly, By default the examples context has a generic servlet invoker. Look at it's web.xml file and you will find it. You can copy that into your web.xml in myApps and it should allow you to invoke servlets without adding the and tags. - Original Message - From: "Turner, John" <[EMAIL

RE: Tomcat on Linux training

2002-12-18 Thread Michael Finney
Ah. I understand. Thank you. Michael --- "Turner, John" <[EMAIL PROTECTED]> wrote: > > My point is that if the person is in charge of a > production machine, then > they already know how to take care of the things > that are different because > of operating system. > > For Tomcat, you do no

Re: Latest stable version?

2002-12-18 Thread Ganesh.K.Rao
Jakarta site says 4.1.17 is the latest stable version and not 4.1.12! Ganesh "Ben Ricker"

UTF-8 vs ISO-8859-1 and really screwed up webpages.

2002-12-18 Thread Adam Greene
I have two webpages and both contain the letter é (litterally written into the page), but one page displays it as é and the other page displays it as é and I cannot figure out why. I have tried setting (via META Tags) the language to UTF-8 and to ISO-8859-1 and I can only get one page to work at

Latest stable version?

2002-12-18 Thread Ben Ricker
I am running Tomcat 4.0.6 in a production environment right now. I want to move to 4.1.x. I hear about 4.1.17. Is this considered production stable? It is probably MORE stable then 4.1.16, from what I have heard. However, the Jakarta site shows 4.1.12 as the stable branch of 4.1.x, but that has be

Fwd: Fw: Re: preventing all caching

2002-12-18 Thread Puneet Agarwal
I asked this question many a times in this list. Finally found a solution in Apache Mailing list archive. I wanted to set the expires tag for javascript files, css files and gifs. I still do not know how to achieve this using tomcat alone. But Yes If we are using apache along with tomcat, we ca

Re: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Ben Ricker
On Wed, 2002-12-18 at 12:26, Matt Harris wrote: > Apache normally runs multiple processes to handle multiple simoultaneous > user requests. This can be configured in your httpd.conf. Tomcat runs > multiple processes, which it calls "workers". Since tomcat is in java > and not a truly binary-comp

ssl and mod_jk won't work

2002-12-18 Thread Joseph Shraibman
I have a mod_jk.conf I include in my apache.conf If it looks like this: LoadModule jk_module /usr/local/apache2/modules/mod_jk.so JkWorkersFile "/usr/local/tomcat/conf/jk/workers.properties" JkLogFile "/usr/local/tomcat/logs/mod_jk.log" JkLogLevel warn ... I have no problem with ssl. If I a

"Naive question" thread

2002-12-18 Thread Milt Epstein
Saw a post in the "naive question" thread earlier today that I wanted to respond to, but my quick "delete" finger got to it before I got around to it. This was a thread in which John Turner, Denise Mangano, and some others had been participating. Anyway, Denise posted the output of ps that had a

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Luc Foisy
> > The actual web application did not seem to have a problem on > > the front side. Everything went on as normal on 4.1.12 > > Pages failed to be served correctly on 4.1.17 ( they are > > blank ) though logging on with a new session will serve the > > first couple pages then start blanking. >

RE: basic tomcat configuration

2002-12-18 Thread Turner, John
Doc Home Page: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html Application Developer's Guide: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html John > -Original Message- > From: HAMILTON, DALE K (SBCSI) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December

RE: jsps and servlets don't work

2002-12-18 Thread Turner, John
I don't think they are poorly documented at all. Just the HOWTOs written by myself and others on this list alone provide comprehensive documentation. My point was that Tomcat is free, and it is developed in the open source model. That means the quickest way to get your suggestions implemented i

RE: basic tomcat configuration

2002-12-18 Thread HAMILTON, DALE K (SBCSI)
Is this "Application Developer's Guide" found on the Jakarta Site? If so under what section? Thanks >Dale K. Hamilton -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 11:41 AM To: 'Tomcat Users List' Subject: RE: basic tomcat configurat

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Matt Small
> The actual web application did not seem to have a problem on > the front side. Everything went on as normal on 4.1.12 > Pages failed to be served correctly on 4.1.17 ( they are > blank ) though logging on with a new session will serve the > first couple pages then start blanking. This looks l

Re: mod_jk connection issues, more information.

2002-12-18 Thread Simon Chatfield
The connectionTimeout was the solution, increasing the value of the other attributes simply delayed the problem. I had been using the Ajp13Connector earlier, then noticed this new attribute on they CoyoteConnector so tried that as a work around. So far so good in my testing. -Simon Milt Epst

Re: jsps and servlets don't work

2002-12-18 Thread Joseph Shraibman
How can I patch if I can't even figure out how to set it up? Tomat and mod_jk are very poorly documented. I'm not even sure where the source to the autogenerator is. Turner, John wrote: Maybe so. Seems pretty straightforward to me. I'm sure the dev team would welcome a patch. Since the dev tea

jsp/servlet session between webapps

2002-12-18 Thread Truong,Hoang C.
Hi forum, I have 2 webapp called app1 and app2 under webapps directory. In app1 I do: <% session.setAttribute("LASTNAME","SMITH"); %> In app2, I do: <% String lastname = (String)session.getAttribute("LASTNAME"); out.println("lastname = " + lastname); %> Then I got lastname equal null. It s

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Matt Small
Thanks, I'll take a look at that as soon as it comes on the archive. I just joined the list to post my question. Or, if you have those mails could you mail them to me directly? -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 11:54 AM To: To

Re: mod_jk connection issues, more information.

2002-12-18 Thread Milt Epstein
On Wed, 18 Dec 2002, Simon Chatfield wrote: > I made the following change > > port="8009" minProcessors="5" maxProcessors="100" > enableLookups="true" redirectPort="8443" > acceptCount="100" debug="0" connectionTimeout="2" > useU

RE: Tomcat SSL Setup

2002-12-18 Thread Justin L. Spies
One piece of information I forgot to mention: O/S: Red Hat Linux 7.2 Apache: Custom Compiled 1.3.26 Tomcat: 4.0.4 RPM installation JSDK: j2sdk1.4.0_01 Thanks again. Justin L. Spies -Original Message- From: Justin L. Spies [mailto:[EMAIL PROTECT

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Luc Foisy
if you could, can you gander at the message thread with the subject "Tomcat 4.1.x and SocketException" and see if this is perhaps a related issue? > -Original Message- > From: Matt Small [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 2:45 PM > To: Tomcat (E-mail) > Subjec

RE: Tomcat on Linux training

2002-12-18 Thread Turner, John
My point is that if the person is in charge of a production machine, then they already know how to take care of the things that are different because of operating system. For Tomcat, you do not set up WindowsVar1, WindowsVar2, and on Unix UnixVar1, UnixVar2. You set up Var1 and Var2. How you do

Tomcat SSL Setup

2002-12-18 Thread Justin L. Spies
Hello all, I've been working on getting SSL configured for Tomcat and seem to be having a small problem. I must be mistyping something because the only thing I get back from Netscape 7.0 is: "Netscape 7.0 and www.mydomain.com cannot communicate securely because they have no common encrypti

4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Matt Small
I have been trying out 4.1.17 in my development environment and it is giving me much grief. When I first start the server everything works fine, but after hitting my webapp a few times (say 10 to 20 times) it starts returning blank pages. I have tried turning on all the logging I can to no avail. O

Re: mod_jk connection issues, more information.

2002-12-18 Thread Simon Chatfield
I made the following change port="8009" minProcessors="5" maxProcessors="100" enableLookups="true" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="2" useURIValidationHack="false" protocolHandlerClassName="org.apa

Distributed Sessions in Tomcat ?

2002-12-18 Thread Hector Adolfo Alonso
Hi: I'm implementing load balancing with Tomcat 3.3.1, and I would like to use distributed sessions too. I didn't find any reference about this topic in Tomcat docs, neither this list. However, there are some references about this topic Tomcat 4.0.x/4.1.x getting around (Tomcat 4.0.x / Tomcat 4.

RE: Tomcat on Linux training

2002-12-18 Thread Michael Finney
The point of the training is for a person in charge of the production machine. So it is relevant. Also, the person is not someone who programs for a living. I do, but the person in question does not. Michael --- "Turner, John" <[EMAIL PROTECTED]> wrote: > > For Tomcat only, platform is prett

RE: Tomcat on Linux training

2002-12-18 Thread Turner, John
For Tomcat only, platform is pretty irrelevant. The use of Tomcat is the same. The only differences are setting things up like environment variables, services, etc. which differ from platform to platform, but as far as using Tomcat, configuring Tomcat, writing apps, etc. the actual OS platform i

RE: Tomcat on Linux training

2002-12-18 Thread Michael Finney
Thank you all. Yes the list is great, Of course, some people learn better in a classroom setting. I will share this knowledge with my friend and see if the person learns better via books, mail messages, or classrooms. Does the book specifically cover Linux deployments and management? >From s

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Turner, John
Not to mention that many firewalls won't accept HTTP on anything other than port 80. If you can dictate/control how your users will access the site, that shouldn't be much of a problem, but if you have to support the general public, that might be a big problem. John > -Original Message

Re: mod_jk connection issues, more information.

2002-12-18 Thread Milt Epstein
On Wed, 18 Dec 2002, Simon Chatfield wrote: > The number of open connections > > # netstat -a |grep 8009 |wc -l > 175 > # > > actually, I think that shows both sides of the connection between apache > and tomcat + the listener, so that's 87 connections... [ ... ] I think how many of the

Re: basic tomcat configuration

2002-12-18 Thread Becky Phaneuf
Uncomment it out in tomcat's web.xml file under the conf directory if you want all your apps to use it: invoker org.apache.catalina.servlets.InvokerServlet debug 2 2 .. invo

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Milt Epstein
On Wed, 18 Dec 2002, Michael Finney wrote: > Thank you. I figured it comes up all the time and > trying to find something in the jGuru FAQ was not > yielding anything. > > PHP may be desired by someone on the team. However, > increasing the complexity of the architecture topology > just to use

Re: URGENT.. org.apache.jasper.JasperException: Unable tocompile class for JSP

2002-12-18 Thread Becky Phaneuf
So show us how you're importing your SurveyBean class. It's not contained within any packages? If not is it in the root directory of your web-inf/classes directory? Also, don't forget JSP syntax for importing classes is: <%@ page import = "packagename.Class" %> -B >>> [EMAIL PROTECTED] 12/18/

RE: basic tomcat configuration

2002-12-18 Thread Turner, John
Do whatever the web.xml in /examples does. Read the docs, search the archives, use the examples as examples. Most of the answers for getting started are there. John > -Original Message- > From: Eduardo Kotujansky [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 2:20 PM

Re: basic tomcat configuration

2002-12-18 Thread Eduardo Kotujansky
How can I change it for other app? Thanks - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 4:58 PM Subject: RE: basic tomcat configuration > > There is probably a default invoker servlet confi

RE: Tomcat on Linux training

2002-12-18 Thread Hamilton, Andrew
Absolutely the best place for Tomcat training on any platform is right here. Most questions get answered here fairly swiftly and if you search the archives most of the basic questions have been answered and a lot of advanced questions. The folks here will help you troubleshoot any problems and hel

RE: basic tomcat configuration

2002-12-18 Thread Turner, John
There is probably a default invoker servlet configured for the examples Context. John > -Original Message- > From: Eduardo Kotujansky [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 2:08 PM > To: Tomcat Users List > Subject: Re: basic tomcat configuration > > > Ok, ther

Setting the Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello How do I change my Time Out options? My web form times out before I complete the Form... Thanks Ravi -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat on Linux training

2002-12-18 Thread Turner, John
I've been reviewing "Professional Apache Tomcat" from Wrox Press the last few days, it's pretty good. Other than that, I would say this list. :) John > -Original Message- > From: Michael Finney [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 1:55 PM > To: Tomcat Users Li

RE: Tomcat 4.1.x and SocketException

2002-12-18 Thread Luc Foisy
Just tested this in RedHat 8.0 so its not likely related to the OS Is it bad form for me to beg for help?? :) Please please oh please!! > -Original Message- > From: Luc Foisy > Sent: Wednesday, December 18, 2002 10:36 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4.1.x and SocketException

RE: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Turner, John
Got it. Thanks! John > -Original Message- > From: Hamilton, Andrew [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 1:54 PM > To: Tomcat Users List > Subject: RE: [OFF-TOPIC] RE: Naïve question about root > > > Just as an aside and not necessarily all that important but

Re: basic tomcat configuration

2002-12-18 Thread Eduardo Kotujansky
Ok, there was no at my myApp/WEB_INF/web.xml. It worked . but... Why I can just save a servlet at examples/WEB_INF/classes and it works ? With out put anything at examples web.xml file. The myApp Context in server.xml file is ok ( ) Thanks for any help Eduardo - Original Mes

mod_jk connection issues, more information.

2002-12-18 Thread Simon Chatfield
The number of open connections # netstat -a |grep 8009 |wc -l 175 # actually, I think that shows both sides of the connection between apache and tomcat + the listener, so that's 87 connections... Now streaming in the apache errors_log er [Wed Dec 18 11:50:48 2002] [warn] (128)Networ

Tomcat on Linux training

2002-12-18 Thread Michael Finney
Anyone recommend some good training in regards to Tomcat on Linux? Deployment and management training on a Linux environment is what is desired. JSP training is not desired. Thanks, Michael = Michael Finney 719-572-1577 (H) Sun Certified Programmer for the Java 2 Platform Sun Certified D

RE: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Hamilton, Andrew
Just as an aside and not necessarily all that important but a process that separates itself from its parent process will be picked up by the init process that's why you get a PPID of 1 even though the process wasn't started at boot by the init process. Regards, Drew -Original Message- Fr

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Turner, John
That, plus load balancing, using other Apache modules (either third-party or custom), etc. John > -Original Message- > From: Michael Finney [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 1:51 PM > To: Tomcat Users List > Subject: RE: Apache Web Server vs. Tomcat > > >

URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-18 Thread runu rathi
Hi, I am having trouble running a simple application which uses JSP and Beans. The error shown is "org.apache.jasper.JasperException: Unable to compile class for JSP". The same application runs perfectly at another place with exactly the same version of Tomcat.. Please see below for the exact e

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Michael Finney
Thank you. I figured it comes up all the time and trying to find something in the jGuru FAQ was not yielding anything. PHP may be desired by someone on the team. However, increasing the complexity of the architecture topology just to use PHP does not seem like a great idea. "Apache doesn't r

RE: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Denise Mangano
I will have to check that out - Thanks :) Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Matt Harris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 1:45 PM To: Tomcat Users List Subject: Re: [OFF-TOPIC] RE: Naïve question about ro

Re: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Matt Harris
www.ora.com :-) A geek's best bookstore. ORA is known for quality (which I can personally attest to) and they have some great books for opensource technologies of all sorts. It's also for the most part very well written in that you can read their books for more than an hour at a time to absorb in

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Hamilton, Andrew
It depends on what you want to do. I use apache to interface to Tomcat because I use SSL. Drew -Original Message- From: Michael Finney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Apache Web Server vs. Tomcat Why bother with Apach

Re: mod_jk leaves connections open?

2002-12-18 Thread Simon Chatfield
For me I'm not talking about heavy load at all, just a test with JMeter at 20 threads against this apache 2.0.43/tomcat 4.1.12 will cause problems to start occuring. A similar application I have running on linux with apache 1.3.somthing and tomcat 3.2.4 has no problems under much heavier loads

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Turner, John
This comes up all the time. Some reasons why you would want to run Apache (there are many): - Apache doesn't run as root on port 80 (at least when serving requests) - Apache has modules like mod_rewrite that you might need - Apache can handle other technologies besides Tomcat, like CGI and PHP,

Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello How do I change my Time Out options? My web form times out before I complete the Form... Thanks Ravi -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tc.4.1.17 filters-requestdispatch

2002-12-18 Thread Reynir Hübner
Well the only linkage I have for tc 4.1.17 is that it works fine in tc 4.1.14. but causes error in 4.1.17. I think it has nothing to do with InternetExplorer (as I tried shutting it down and opening a new browser etc). Tomcat it self stops serving just about anything that goes through the filt

Apache Web Server vs. Tomcat

2002-12-18 Thread Michael Finney
Why bother with Apache's webserver as opposed to Tomcat for a JSP web application? If there are not many static web pages (4), why bother with Apache's Web Server at all? Why not just go with Tomcat? Someone mentioned they they are considering switching to Linux from Windows and using Apache Web

RE: [OFF-TOPIC] RE: Naïve question about root

2002-12-18 Thread Turner, John
Good choices! I have both on my Amazon wish list. LOL I would definitely consider these as well. I've never read a bad O'Reilly book: http://www.oreilly.com/catalog/runux4/ http://www.oreilly.com/catalog/esa3/ The ESA book is good for all around UNIX/Linux sys-admin...I think you will find

  1   2   >