RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Denise Mangano
Message- From: Denise Mangano Sent: Friday, September 19, 2003 4:51 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] My Tomcat is not running on port 80. I have Apache running on port 80 communicating with Tomcat

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Denise Mangano
, September 22, 2003 8:57 AM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] After compiling and running some offline sample java programs, it seems unlikely that the problem is with the JVM. If it were I shouldn't be able

RE: Cannot run Tomcat as new user

2003-09-22 Thread Ralph Einfeldt
If ps doesn't show any, there aren't any. What make you think there are ? -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:50 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

RE: Cannot run Tomcat as new user

2003-09-22 Thread Denise Mangano
: Monday, September 22, 2003 12:10 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user If ps doesn't show any, there aren't any. What make you think there are ? -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:50 PM

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-22 Thread Ralph Einfeldt
:50 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Cannot run Tomcat as new user

2003-09-22 Thread Ralph Einfeldt
Subject: RE: Cannot run Tomcat as new user The problem that I am having doesn't appear to make any sense - so unfortunately I am grasping at straws. The common response that I seemed to get from the java forums, the Linux forums, and at times here is a memory issue. However, when

RE: Cannot run Tomcat as new user

2003-09-22 Thread Denise Mangano
To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user To me your problem sounds as if some system or user parameter has been set manually to some value and this setting has vanished after the last reboot. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent

RE: Cannot run Tomcat as new user

2003-09-22 Thread Ralph Einfeldt
are ignored for root) -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 6:29 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user When you are suggesting manual settings, do you mean in the OS or in Tomcat itself? I'm

RE: Cannot run Tomcat as new user

2003-09-22 Thread Denise Mangano
, September 22, 2003 12:46 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user More a OS parameter. (As otherwise tc wouln't run as other user) E.G.: max user processes (-u) 20 max memory size (kbytes, -m) 5000 These are quite low. We have 256 and unlimited. 20 processes per

Re: Cannot run Tomcat as new user

2003-09-22 Thread Christopher Williams
Denise, Java makes tracking your own memory usage quite difficult, which is good in some ways, not so good in others. What you could try is temorarily removing your web app. Then create a dummy servlet which gets loaded when Tomcat loads. This servlet won't do anything, it will just hang

Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
it was previously with my config and webapps. I am going to delete the user 'tomcat'. I am going to create a new user to run Tomcat as. My question now is, should I make any special settings for this user (i.e. Such as Ralph had suggested: ulimit -s 2048 export LD_ASSUME_KERNEL=2.2.5)? Thanks

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Sorry - didn't mean to send that yet... This is the output I am getting in catalina.out Sep 19, 2003 2:54:18 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Sep 19, 2003 2:54:18 PM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
[EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:55 AM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Sorry - didn't mean to send that yet... This is the output I am getting in catalina.out Sep 19, 2003 2:54:18 PM

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] not sure what is is, but shouldn't the file /usr/local/jakarta-tomcat-4.1.27/conf/tomcat-users.xml.new be named /usr/local/jakarta-tomcat-4.1.27/conf/tomcat-users.xml try to rename it and start again Filip - Original

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
so if you do chmod -R 777 /usr/local/jakarta-tomcat-4.1.27 you can't run it as another user? Filip - Original Message - From: Denise Mangano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:02 PM Subject: RE: Cannot run Tomcat as new user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Shapira, Yoav
To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] Actually the tomcat-users.xml.new does not exist... Perhaps it's a temporary file that gets created as Tomcat starts?? There is a tomcat-users.xml which I added the user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:04 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] so

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Timothy Halloran
: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:56 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] not sure what is is, but shouldn't the file /usr/local/jakarta-tomcat-4.1.27/conf

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
seconds. Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Timothy Halloran [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:12 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
stack traces and log entries are always helpful - Original Message - From: Denise Mangano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:10 PM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
, 2003 3:16 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot startTomcat - java.lang.OutOfMemoryError] I did as you suggested and this is my output: [EMAIL PROTECTED] boot]# ll vmlinuz* lrwxrwxrwx1 root root 16 Aug 19 14:02 vmlinuz - vmlinuz

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Caused by: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
, but I absolutely have to get my app back up. Any more suggestions are greatly appreciated. Thanks. Denise -Original Message- From: Denise Mangano Sent: Friday, September 19, 2003 3:20 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Filip Hanik
19, 2003 1:15 PM Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] I know I've flooded the list about this, and I appreciate everyone's help but I am at a complete loss. I even restored from backup tape and the same thing is happening. I

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
: Friday, September 19, 2003 4:39 PM To: Tomcat Users List Subject: Re: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError] the problem is somewhere in the native JVM. It fails when trying to create a native thread on the OS level as a noon root user. All I can

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Mike Curwen
, and because your machine crashed, those settings are gone. Sysadmins, feel free to flame my clutching at straws! -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:42 PM To: Tomcat Users List Subject: RE: Cannot run Tomcat as new user

RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat - java.lang.OutOfMemoryError]

2003-09-19 Thread Denise Mangano
right now... Denise Mangano Complus Data Innovations, Inc. 914-747-1200 -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:48 PM To: 'Tomcat Users List' Subject: RE: Cannot run Tomcat as new user [Was: Urgent! Cannot start Tomcat

[5.0.12] New alpha build

2003-09-15 Thread Remy Maucherat
A new alpha test build has been released. The most important changes are fixes and improvements in the HTTP connector. Please test it. Downloads: http://jakarta.apache.org/site/binindex.cgi Remy - To unsubscribe, e-mail

Re: new Aspen Group Email

2003-09-14 Thread Darryl L. Pierce
On Thursday 11 September 2003 07:23 pm, you wrote: Can't this address be removed? Please... -- Darryl L. Pierce [EMAIL PROTECTED] Visit the Infobahn Offramp - http://bellsouthpwp.net/m/c/mcpierce What do you care what other people think, Mr. Feynman?

RE: new Aspen Group Email

2003-09-14 Thread Noel J. Bergman
I know how you apache guys feel about list-admin duties.. but is there no way to kill this guy's old email for him and for us. When there is a problem, send e-mail to: [EMAIL PROTECTED] e.g., [EMAIL PROTECTED] The list moderator may not be reading the list. --- Noel

new Aspen Group Email

2003-09-13 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

Re: new Aspen Group Email

2003-09-13 Thread Marco Tedone
Proposal to remove [EMAIL PROTECTED] from the list. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 13, 2003 9:33 AM Subject: new Aspen Group Email Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new

new Aspen Group Email

2003-09-13 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-12 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-12 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-11 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

RE: new Aspen Group Email

2003-09-11 Thread Mike Curwen
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 9:01 AM To: [EMAIL PROTECTED] Subject: new Aspen Group Email Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated

RE: new Aspen Group Email

2003-09-11 Thread Wynkoop, Robert M
I sent him a email to his new address at [EMAIL PROTECTED] - no reply and he is still on the list. Robert Wynkoop -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 9:08 AM To: 'Tomcat Users List' Subject: RE: new Aspen Group Email

new Aspen Group Email

2003-09-11 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

RE: new Aspen Group Email

2003-09-11 Thread Michele Neylon:: Blacknight Solutions
2003 00:00 To: [EMAIL PROTECTED] Subject: new Aspen Group Email Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future

new Aspen Group Email

2003-09-11 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

Re: new Aspen Group Email

2003-09-10 Thread Christopher Williams
You need to unsubscribe using your old email address (which you will need to enable so that you can respond to the confirmation email) and then resubscribe using your new address, otherwise you'll generate bounce messages in the mailing list. - Original Message - From: [EMAIL PROTECTED

new Aspen Group Email

2003-09-10 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-10 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-10 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-09 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

new Aspen Group Email

2003-09-09 Thread gatkin
Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. Please note my new email address. To prevent automated systems from obtaining my new email address, I will spell out the @ symbol. Please send all future email to: gordon[at]aspengroup.net

[5.0.11] New alpha build

2003-09-08 Thread Remy Maucherat
I have released a new alpha test build, with, among others, a fix for the commons-logging classloading issues that were present in previous 5.0.x releases. Please test it. Downloads: http://jakarta.apache.org/site/binindex.cgi I'll post a vote on the build tomorrow. Remy

Running JSP....new to Tomcat 5.0

2003-09-07 Thread Amy Cheung
Hi, How can I setup the server configuration using TOMCAT Ver5.0? I follow the same method for TOMCAT Ver3.0 but it give error as below: SEVERE: Cannot find msg asso. with key stdContext.resourcesStart Document base does not exit or is not a readable directory What is the correct to

Re: Running JSP....new to Tomcat 5.0

2003-09-07 Thread Bill Barker
Urm, there is almost nothing in common between setting up Tomcat 3.x and setting up Tomcat 5.x (except that the name of the 'server.xml' file has stayed the same ;-). Almost all of the directories have changed (with the exceptions of 'conf' and 'webapps'), the syntax of 'server.xml' is completely

New Connection pooling = Apache Connects Maxing out ?

2003-08-14 Thread Andoni
Hello, With some great help from this list the other night I implemented connection pooling on Tomcat using the commons-dbcp package. I am using Tomcat 4.0.4 That seemed to work fine and there are no problems in testing but as soon as I put it live the number of Apache processes rockets

difference between session expired or session new

2003-08-14 Thread Hans Wichman
Hi, I have an app in which users do not have to login, but each user does have its own session. I tried to come with a way to detect whether the users current session has expired, but I can't seem to find a way to differentiate between 'no' session and an 'expired' session. What I had was:

How many concurrent user on Tomcat and Apache(New Bie)

2003-07-25 Thread Sachin
Can any body tell me that on a Apache web Server(tomcat as worker) hosting web site. How many concurrent user possible if Server has good hardware configuration. Do we need to maintains worker.properties file for many tomcat Instances under Apache.. If any body help me or any suggesstion

Re: How many concurrent user on Tomcat and Apache(New Bie)

2003-07-25 Thread John Turner
You only need one workers.properties file. All it does is tell mod_jk.so where to find Tomcat. Regarding how many concurrent users that is impossible to say. It depends on what your definition of good hardware is, as well as the complexity and quality of the web applications you're hosting.

RE: How many concurrent user on Tomcat and Apache(New Bie)

2003-07-25 Thread Sachin
become new 1000 Well my applciation basically handling serveral temporary XML files and at last update data into database. XML file documents. created by application is nearly 2-3 kb But i am not able to judge that what approach should i follow. Well i am thinking that worker.properties file

Re: How many concurrent user on Tomcat and Apache(New Bie)

2003-07-25 Thread John Turner
in forum archive that people suffering from problem of concurrency when concurrent user become new 1000 Well my applciation basically handling serveral temporary XML files and at last update data into database. XML file documents. created by application is nearly 2-3 kb But i am not able to judge

how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Me myself
i have an question about how to start the tomcat servlet container as an windows-process from the ms-dos command prompt without getting a new cmd-window. Its that when i start my java server with STARTUP it makes a new command window and starts the new process in this new window. i know what

Re: how 2 start tomcat from ms-dos command prompt without creatinga new window ?

2003-07-24 Thread John Turner
Install Tomcat as a service. John Me myself wrote: i have an question about how to start the tomcat servlet container as an windows-process from the ms-dos command prompt without getting a new cmd-window. Its that when i start my java server with STARTUP it makes a new command window and starts

Re: how 2 start tomcat from ms-dos command prompt without creating a new window?

2003-07-24 Thread Me myself
Yes, but, would tomcat then start with the windows startup ? and every time i take down the server for a new deployment, would i then need to restart windows all over again for tomcat to start ? That ain't a very good solution, is there not any other way i can do this ? Thanx for ur response

RE: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Mike Curwen
-Original Message- From: Me myself [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: Re: how 2 start tomcat from ms-dos command prompt without creating a new window ? Yes, but, would tomcat then start with the windows startup

Re: how 2 start tomcat from ms-dos command prompt without creatinga new window ?

2003-07-24 Thread John Turner
down the server for a new deployment, would i then need to restart windows all over again for tomcat to start ? That ain't a very good solution, is there not any other way i can do this ? Thanx for ur response

Re: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Munteanu Gabriel
There is another solution that I use: in my startup.bat i have a line like this: call %EXECUTABLE% start %CMD_LINE_ARGS% and I changed it in: call %EXECUTABLE% run %CMD_LINE_ARGS% and now it doesn't make another window, it remains in the one that starts the process. I hope it helps. Gabi P.S.

Re: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Simon Pabst
try the dos start command: start tomcat\bin\startup.bat (start /? for help) At 19:17 24.07.2003 +, you wrote: i have an question about how to start the tomcat servlet container as an windows-process from the ms-dos command prompt without getting a new cmd-window. Its that when i start my java

installing new version of mod_jk.so

2003-07-09 Thread Maureen Barger
I am trying to download a previously compiled version of mod_jk.so for AIX from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/aix/ However it seems I can't unpack it into my libexec directory and go - starting apache gives me errors that it cannot load this

Help Creating new Host

2003-07-07 Thread Oreste Luci
Hi I'm using Tomcat 4.1.24 and when I create a new host with the Administration Tool I have to restart the server for the changes to take place. If I don't restart the new host is not available. Is there a way to create a new Host without restarting the server? Thanks Oreste

Re: Help Creating new Host

2003-07-07 Thread bernd pier
so far as i know no, cause tomcat had to read the config files to make the changes. bernd At 12:25 07.07.2003 -0400, you wrote: Hi I'm using Tomcat 4.1.24 and when I create a new host with the Administration Tool I have to restart the server for the changes to take place. If I don't restart

Re: Help Creating new Host

2003-07-07 Thread Oreste Luci
bernd pier wrote: so far as i know no, cause tomcat had to read the config files to make the changes. bernd Thanks for your answer. But why with the Administration Tool one can do various configurations with the server running except create a new Host? How do the Tomcat hosting sites do

New context

2003-07-03 Thread Elisabeth Rotbach
Hello, I would like to create (install) a new context (just a direcotry) from my application (in a ServletContextListener per exemple). I had see the ServletManager source and had search in archive mail whitout success. If I use : org.apache.catalina.startup.Embedded, catalina.bat not found

RE: New context

2003-07-03 Thread Atreya Basu
Just to understand your question... You are trying to dynamically create a new context? Like when Tomcat has already started? _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From

RE: New context

2003-07-03 Thread Elisabeth Rotbach
Yes. From: Atreya Basu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: New context Date: Thu, 03 Jul 2003 08:21:52 -0300 Just to understand your question... You are trying to dynamically create a new context? Like when

RE: New context

2003-07-03 Thread Atreya Basu
Okay, So I guess you tried to use the Embedded version of Tomcat. You should have a look at http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html That should explain well how to dynamically load a new context. The other option is if you have a Tomcat server running is to use the Manager

Problem with new 4.1.24 install

2003-06-27 Thread Tom Cole
I'm integrating Tomcat 4.1.24 with IIS in a Windows 2000 Server environment. 1. I downloaded and installed the distribution. 2. Downloaded the isapi_redirector.dll and placed it in /conf/ 3. I created the workers.properties and uriworkermap.properties file. 4. Uncommented the APJ13 section of the

Re: Problem with new 4.1.24 install

2003-06-27 Thread Tim Funk
Here might be some reasons why ... http://jakarta.apache.org/tomcat/faq/misc.html#compile -Tim Tom Cole wrote: I'm integrating Tomcat 4.1.24 with IIS in a Windows 2000 Server environment. 1. I downloaded and installed the distribution. 2. Downloaded the isapi_redirector.dll and placed it in

RE: Problem with new 4.1.24 install

2003-06-27 Thread Shapira, Yoav
PROTECTED] Sent: Friday, June 27, 2003 9:19 AM To: [EMAIL PROTECTED] Subject: Problem with new 4.1.24 install I'm integrating Tomcat 4.1.24 with IIS in a Windows 2000 Server environment. 1. I downloaded and installed the distribution. 2. Downloaded the isapi_redirector.dll and placed it in /conf

Ann: new bP release now ships w/ Tomcat 5 and has JSTL v1.1.

2003-06-21 Thread Vic Cekvenich
basicPortal is a Struts CMS app, that requires a DB to run. New release v 97_2 has JSTL v1.1 (for JSP 2) and includes Tomcat 5 and IDE integrated. (Prior release was JSTL 1.03 for JSP 1.2) Download links from baseBeans.com -- Vic Cekvenich, Struts Instructor, 1-800-917-JAVA Advanced a href

Upgrade or new install?

2003-06-20 Thread Lisa Foister
an application onto this machine for work, and have been told that it requires Tomcat 4.1.24 and mySQL 4.0.13, along with the mySQL connector 3.0.8. Would it be easier/better for me to try to upgrade the versions of Tomcat and mySQL that I have, install the new versions in their own directory

Re: Upgrade or new install?

2003-06-20 Thread John Turner
Tomcat 4.1.24 and mySQL 4.0.13, along with the mySQL connector 3.0.8. Would it be easier/better for me to try to upgrade the versions of Tomcat and mySQL that I have, install the new versions in their own directory and just ignore the old ones, or delete the old ones entirely before installing

[OT] how to extract a new autoindex after inserting with a CachedRowSet (possible bug)

2003-05-30 Thread Jan Behrens
Hi List, I know this is OT but a post in more Java/DB related lists has brought no result :( I am using sun.jdbc.rowSet.CachedRowSet within my app and managed to get it to work now. The problem I have is this, if I insert a new row into the CachedRowSet and write the data back to the db

Create a new lib folder

2003-05-29 Thread Mark Irvine LCGI
Hi, I am trying to get the send mail example working, and previous questions I asked, discovered that the mail.jar and activation.jar files need to be in a lib folder. It is also my understanding that this lib folder can be local to the application of global. When the file are in the common\lib

RE: Create a new lib folder

2003-05-29 Thread Shapira, Yoav
28, 2003 2:19 PM To: [EMAIL PROTECTED] Subject: Create a new lib folder Hi, I am trying to get the send mail example working, and previous questions I asked, discovered that the mail.jar and activation.jar files need to be in a lib folder. It is also my understanding that this lib folder can

RE: Create a new lib folder

2003-05-29 Thread Mark Irvine LCGI
only work if the files were both in the common\lib folder. Have you ever seen this before? Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 28 May 2003 20:44 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Create a new lib folder Howdy, You can, and it's

Ann: new bB release

2003-05-28 Thread Vic Cekvenich
basicPortal is an open source Portal app that stores content via DB access, a sample Struts v.1 webapp. It is built on scaffoldingXPress, Struts v1.1 best practices, commercially supported, with JSTL and DAO. Both are available on http://basicPortal.sf.net New release (v095) includes a video

Not seeing new classes

2003-04-04 Thread Frank Garber
I'm playing with the Tomcat example jsp files, specifically the date.jsp file. I can add a statement like: %= new java.util.Date() % br / to kick out the current date as a string, but when I try to access a java class I've written, I get a 'cannot resolve symbol'. The error happens as the jsp

RE: Not seeing new classes

2003-04-04 Thread Jan Behrens
-Original Message- From: Frank Garber [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 10:06 PM To: [EMAIL PROTECTED] Subject: Not seeing new classes I'm playing with the Tomcat example jsp files, specifically the date.jsp file. I can add a statement like: %= new

RE: Not seeing new classes

2003-04-04 Thread Brian Menke
: Friday, April 04, 2003 12:09 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Not seeing new classes -Original Message- From: Frank Garber [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 10:06 PM To: [EMAIL PROTECTED] Subject: Not seeing new classes I'm playing

RE: Not seeing new classes

2003-04-04 Thread Frank Garber
PROTECTED] Sent: Friday, April 04, 2003 10:06 PM To: [EMAIL PROTECTED] Subject: Not seeing new classes I'm playing with the Tomcat example jsp files, specifically the date.jsp file. I can add a statement like: %= new java.util.Date() % br / to kick out the current date as a string

RE: Not seeing new classes

2003-04-04 Thread Frank Garber
. -Brian -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:09 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Not seeing new classes -Original Message- From: Frank Garber [mailto:[EMAIL PROTECTED] Sent

RE: Not seeing new classes

2003-04-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Users List Subject: RE: Not seeing new classes Yes, I did a 'Reload' and a Stop/Start but neither helped. This seems like a no brainer but the heck if I can get it to work. Can you try doing the same on your sytem? Thanks, Frank --- Jan Behrens [EMAIL PROTECTED] wrote: -Original Message

RE: Not seeing new classes

2003-04-04 Thread Vladimer Shioshvili
To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Not seeing new classes -Original Message- From: Frank Garber [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 10:06 PM To: [EMAIL PROTECTED] Subject: Not seeing new classes I'm playing with the Tomcat example jsp files

RE: Not seeing new classes

2003-04-04 Thread Jan Behrens
Hi Frank. just another thought... do the following: your class Yada: package myYada; public class Yada { public static String getString() { return Hello from Yada.getString(); } } store compile that in: WEB-INF\classes\myYada\ add the following to your

RE: Not seeing new classes

2003-04-04 Thread Frank Garber
, that Tomcat will not pick up classes not in a package -Original Message- From: Frank Garber [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:21 PM To: Tomcat Users List Subject: RE: Not seeing new classes Yes, I did a 'Reload' and a Stop/Start but neither helped

RE: Not seeing new classes

2003-04-04 Thread Frank Garber
Your a live saver! That did it!! Just moving it into the util package solved the problem THanks --- Jan Behrens [EMAIL PROTECTED] wrote: Hi Frank. just another thought... do the following: your class Yada: package myYada; public class Yada { public static String

Re: MBeanException on init new Realm class

2003-03-28 Thread Bill Barker
the same as JDBCRealm. I wrote a new class that extends JDBCRealm to add the needed behavior. When I restart the Tomcat server, I get the following exception: ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with CryptJDBCRealm

Re: MBeanException on init new Realm class

2003-03-28 Thread G. Wade Johnson
clazz = null; try { clazz = Class.forName(getClassName()); } catch (Exception e) { throw new MBeanException (e, Cannot load ModelMBean class + getClassName()); } // Create a new ModelMBean instance ModelMBean mbean = null

Re: MBeanException on init new Realm class - FIXED

2003-03-28 Thread G. Wade Johnson
(ServerLifecycleListener.java:751) Checking the code in org.apache.commons.modeler.ManagedBean.createMBean() shows the exception is occurring in this code: Class clazz = null; try { clazz = Class.forName(getClassName()); } catch (Exception e) { throw new

MBeanException on init new Realm class

2003-03-27 Thread G. Wade Johnson
I am working on a Tomcat-based server (4.1.18). I've checked the list archive without a match. The particular application required an authentication model that was close-to but not quite the same as JDBCRealm. I wrote a new class that extends JDBCRealm to add the needed behavior. When I restart

new sample best practice Struts data driven web app for Tomcat5/Resin 3

2003-03-21 Thread Vic Cekvenich
I released a new basicPortal implementation called bP v0.8k available for download on basicPortal.sf.net. - The new version is same simple bean has a dao helper design, but it uses ibatis.com db layer. (the older design used RowSet) Ibatis db layer is very nice. - It now works fine

TC 3.3.1 new tomcat.sh

2003-03-17 Thread Hans Schmid
Hi, I just tried the newest version of tomcat.sh in the 3.3.1 version of TC Works like a charme (I need the JDPA support which I hardcoded before) One small comment (subject for discussion): I think it would make sense to change # Read local properties if [ -f $HOME/.tomcatrc ] ; then .

Re: TC 3.3.1 new tomcat.sh

2003-03-17 Thread Bill Barker
Urm, this is probably better suited to the tomcat-dev list. Replies intermixed. Hans Schmid [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I just tried the newest version of tomcat.sh in the 3.3.1 version of TC Works like a charme (I need the JDPA support which I hardcoded

New user

2003-03-14 Thread Amir . Shidfar
Hello All, I am a new user. we are developing some new Web application. We want to use TomCat/Apache as our server. I need to get some feed back regarding TomCat/Apache stability and support. I know this is a free software but I am reluctance to go into production without support. Any feed

<    1   2   3   4   5   6   7   8   9   10   >