Re: Tomcat 7.0.23 problem

2011-12-19 Thread Pid
On 17/12/2011 08:01, Lutischán Ferenc wrote:

 Dear Users,

 I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02.
 When I have upgraded it to 7.0.23, the starting process is paused on
 the line:
 INFO: Deploying web application directory
 /usr/local/tomcat1/webapps/ROOT

 There are not error messages.

 Can you suggest something?
 If you do not have a Realm defined in your server.xml, define one.
 Dear Pid,

 Thanks for suggestion. It's work!

 Regrards,
 Ferenc


Known bug, will be fixed in next release.


p


-- 

[key:62590808]



signature.asc
Description: OpenPGP digital signature


Re: Tomcat 7.0.23 problem

2011-12-17 Thread Lutischán Ferenc

Dear Pid,

Thanks for suggestion. It's work!

Regrards,
Ferenc

Dear Users,

I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02.
When I have upgraded it to 7.0.23, the starting process is paused on the line:
INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT

There are not error messages.

Can you suggest something?

If you do not have a Realm defined in your server.xml, define one.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat 7.0.23 problem

2011-12-16 Thread Lutischán Ferenc

Dear Users,

I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02.
When I have upgraded it to 7.0.23, the starting process is paused on the 
line:

INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT

There are not error messages.

Can you suggest something?

Regards,
Ferenc

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




RE: Tomcat 7.0.23 problem

2011-12-16 Thread Caldarale, Charles R
 From: Lutischán Ferenc [mailto:lutisch...@gmail.com] 
 Subject: Tomcat 7.0.23 problem

 When I have upgraded it to 7.0.23, the starting process is 
 paused on the line:
 INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT

 There are not error messages.

Take a thread dump, using jstack, JConsole, VisualVM, or equivalent, and see 
what it's waiting for.

http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F

Depending on the platform, you might be waiting for random number generation, 
in which case try using this system property:

-Djava.security.egd=file:/dev/./urandom

Note that the seemingly extra ./ is required to outsmart the JDK.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat 7.0.23 problem

2011-12-16 Thread Pid *
On 16 Dec 2011, at 15:57, Lutischán Ferenc lutisch...@gmail.com wrote:

 Dear Users,

 I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02.
 When I have upgraded it to 7.0.23, the starting process is paused on the line:
 INFO: Deploying web application directory /usr/local/tomcat1/webapps/ROOT

 There are not error messages.

 Can you suggest something?

If you do not have a Realm defined in your server.xml, define one.


p




 Regards,
Ferenc

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org