How to speed up development wie AppServer

2005-03-20 Thread Peter Neu
Hello, when I develop my web applications I use JIdea an have Tomcat integrated in the IDE so I start it every time when I have made changes and wish to test them. This process takes on my Pentium 4 1.6 GHz quite some time. Tomcat starts up in 8-10 sec and then I takes some time for the JSP's to

Tomcat rookie needs help building application

2005-03-20 Thread Barry Kimelman
I need help building my 1st Tomcat application. My system is a Windows XP PC. My version of Tomcat is 5.5.8. I have tomcat installed under the directory C:\Tomcat5.5 I have verified that the installation of Tomcat was successfull by visiting http://localhost:8080. Once at the test page, I

Howto MBean

2005-03-20 Thread Kris Balle Kristensen
Hi there, I have written a bunch of MBeans for JBoss, but I can't figure out how to do it for Tomcat5 :(. I have google'd a lot of pages containing the MBean keyword, but have yet to find a tutorial for MBeans deployed on Tomcat5. My scenario: I need a persistent object in Tomcat (trigger

Re: Using RealmBase.Digest(...)

2005-03-20 Thread Mark Thomas
Mark Leone wrote: snip If you want to know what your default charset is, invoke getDigestEncoding(). Whatever value is returned is the charset you need all your users to use when they authenticate (or a charset that is compatible within the ranges of characters that the users will be

Re: Tomcat rookie needs help building application

2005-03-20 Thread Hassan Schroeder
Barry Kimelman wrote: So I changed my current directory to the toplevel of my project and issued the command ant compile. I received the following error message : BUILD FAILED C:\barry\myproject\build.xml:146: taskdef class org.apache.cataline.ant.DeployTask cannot be found Line

Re: Tomcat rookie needs help building application

2005-03-20 Thread Dakota Jack
First of all, welcome to the wonderful, wacky world of Java web programming. Second, Tomcat is the server that serves up your application. You are so new it is hard to tell what you know and don't know. Do you know the basic structure a web application must have in Tomcat including where

Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread Barry Kimelman
My system is a Windows XP PC running Tomcat 5.5.8 I have been able to compile and install my Tomcat project. When I visit the URL corresponding to my Tomcat project I see the "starting" page I expected to see. When I click on the "SUBMIT" button on the form on the main page, I receive the

Re: Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread QM
On Sun, Mar 20, 2005 at 03:45:23PM -0500, Barry Kimelman wrote: : An error occurred at line: 8 in the jsp file: /logon.jsp : Generated servlet error: : DatabaseBean cannot be resolved or is not a type : [snip] : jsp:useBean id=foobar scope=session class=DatabaseBean / : [more snip] The error

Re: Howto MBean

2005-03-20 Thread Bill Barker
Tomcat doesn't have an automatic MBean deployment option for a Context. You'll need a ServletContextListener (or otherwise) to register your application MBeans. Note that with commons-modeler 1.1 (which ships with Tomcat 5), it is no longer necessary to include your mbeans-descriptor.xml in

php and apache tomcat

2005-03-20 Thread peter smith
I have an apache tomcat server 4.1 running on my PC, I tried to install PHP using hte installer adn it came up with the option to allow it to run with an apache server. but when I choose it, there was an error message saying that a config file was missing..the file it was requesting wasnt on

RE: php and apache tomcat

2005-03-20 Thread Benson Margulies
Apache isn't the same thing as 'Apache Software Foundation / Jakarta Tomcat'. The usual PHP requires plain old Apache, not Tomcat. -Original Message- From: peter smith [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 5:59 PM To: tomcat-user@jakarta.apache.org Subject: php and

Yahoo! Auto Response

2005-03-20 Thread p_d_austin
I no longer use this email address, to find out my new email address send me an instant message to [EMAIL PROTECTED] using MSN messenger, do not send an email to that address as I don't use that one either Original Message: X-YahooFilteredBulk: 211.162.74.177

Re: php and apache tomcat

2005-03-20 Thread Hassan Schroeder
Benson Margulies wrote: Apache isn't the same thing as 'Apache Software Foundation / Jakarta Tomcat'. The usual PHP requires plain old Apache, not Tomcat. Well -- yes to the first, not exactly to the second. The chances are good that the original poster is confused about the difference between

Re: php and apache tomcat

2005-03-20 Thread Pablo E. Siciliano
I haven't tried this, but I suppose you can also compile php as CGI and use it via CGI servlet. And you can configure apache + tomcat using mod_jk, and serve php pages with the Apache server. Regards, Pablo E. Siciliano. - Original Message - From: Hassan Schroeder [EMAIL PROTECTED]

Tomcat Deploy

2005-03-20 Thread Geoff Wiggs
Quick question on deploying to Tomcat and Eclipse integration. If it's too far off topic I apologize in advance. The IDS is stellar for deploying to a single server. I personally have it deploying to Tomcat running on my workstation. What approach should I take for deploying to the production

Re: php and apache tomcat

2005-03-20 Thread iaki
But is stable? Pablo E. Siciliano wrote: I haven't tried this, but I suppose you can also compile php as CGI and use it via CGI servlet. And you can configure apache + tomcat using mod_jk, and serve php pages with the Apache server. Regards, Pablo E. Siciliano. - Original Message - From:

5.5.7 Build Failed -- Missing RedirectorElement class

2005-03-20 Thread Mark Leone
I've been running Tomcat from a binary distribution for a couple years (4.1.24 for most of the time, 5.5.7 for a month or so) on a Windows XP platform. Today I decided to download the source distribution of 5.5.7 and do a build. I downloaded the .zip file, unzipped it, and typed ant on the

Re: Tomcat hangs up from time to time

2005-03-20 Thread lazyuser
Well, I have tried to kill tomcat process with SIGQUIT in order to take thread dump. No any reaction. Only SIGKILL works. On Thu, 17 Mar 2005 11:28:58 - Peter Crowther [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] But about two-five times per day, Tomcat

[ANN] JK-1.2.9 BETA Released

2005-03-20 Thread Mladen Turk
The Apache Jakarta Tomcat team is proud to announce the immediate availability of Jakarta Tomcat Connectors 1.2.9-beta. The release contains a significant number of bug fixes and new features. We expect it to be ratified as a Stable release when the vote takes place in the next two weeks. Please

Unable to load classes from commons-lang-2.0.jar

2005-03-20 Thread ofero
Hi, I need to use classes from commons-lang-2.0.jar in Tomcat 5.0.29 on Red Hat Linux (More specifically the class StringUtils). The jar is included in the web app and put in the /common/endorsed but still I am unable to load the classes. Does anyone help me solve the problem ?