TC 5.5.17 / SSL - no response (5.5.15 works fine)

2006-07-07 Thread Danny Lee

Hi guys,

I have a strange problem: if I using TC 5.5.17 there is no response from 
 https://localhost:8443/ The same configuration under 5.5.15 works just 
fine.


My server.xml:
___
!-- Define a SSL HTTP/1.1 Connector on port 8443 --

Connector port=8443 maxHttpHeaderSize=8192
   maxThreads=150 minSpareThreads=25 maxSpareThreads=75
   enableLookups=false disableUploadTimeout=true
   acceptCount=100 scheme=https secure=true
   clientAuth=false sslProtocol=TLS/

___

Console on the startup:
___

INFO: Starting Coyote HTTP/1.1 on http-8080
07.07.2006 10:59:38 org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
07.07.2006 10:59:38 org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009

___

I'm using Win32 and my .keystore is in my home-folder.
I'm not using APR like a guy before me, only Tomcat Native

Tha in advance!

Danny




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: TC 5.5.17 / SSL - no response (5.5.15 works fine)

2006-07-07 Thread Danny Lee

BTW: If I disable TCNative/AJP it does the trick, but damn, I wanna use it!


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat Logo on Public Server

2006-06-01 Thread Danny Lee

Of course it's legal, why not?

Danny

Torben Werner wrote:

Hello everybody,

i would like to know if it is legal to put the Tomcat logo and a link to 
tomcat.apache.org on my own homepage.


Thanks for your help!

Greetz Torben

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Danny Lee

Hi Tim,

Thanks for your answer. I see your point about Apache more convenient 
for hackers, than Tomcat.


About outage message. This is of course a problem running Tomcat as 
standalone, but I have the control over WebServer IP through the 
firewall, so i just start some Show we're down message servlet on the

mmm... mailserver and if needed rewrite the current webserver IP :)



Cheers,

Danny


Tim Funk wrote:
...
Personally - I like having apache in front of tomcat because I find it 
easier to do CGI, static content directory aliasing, and the volume of 
available modules to be very convenient. It also allows my site to be up 
with a higher uptime since I can restart / replace a tomcat and in those 
periods of downtime - I can reconfigure apache to have an outage message.


YMMV

-Tim



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Danny Lee

Hi,

thanks for the answer! I am paranoid AND lazy, so I totally see
your point :))

Cheers,

Danny

Gaël Lams wrote:

Also, I'm quite
paranoid and for me the less stuff you installed, the better
- I had some problems with the mod_jk (timeouts)
- we are not serving static content

Regards,

Gaël



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[offtopic] Performance check

2006-04-21 Thread Danny Lee

Hi guys!

A really sure question, for those of you, who already finished a 
project. Where can I find some kind of statistics telling me, how many

users per day can produce how many simultaneous clicks. I kind of seen
such a stuff, but can't find it again.

For example, if my application can handle 20 clicks / second, how
many users/day could I approximately handle without big problems? :)

Thanks in advance!

Danny


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [offtopic] Performance check

2006-04-21 Thread Danny Lee

Thanks for your answer!

I see your point. Well in my case this is a usual web-shop portal.
So the question here maybe is: how many normal-behavior shopping
users have to be present on my site to generate user 20 clicks per 
second in the peak-near area, let say 80-90% of the time. I guess 
100-300? :)


I mean even in this case I have 100 clicks in the peak time, and maybe 
have some waiting time (4-5 seconds) but I's not a real issue, because

normal users can tolerate even longer lags...

So... :) Anyone done something similar, any experience? :)

Cheers,

Danny


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat Crashes after 1000 sessions.

2006-03-07 Thread Danny Lee

Have you checked settings like maxThreads in your server.xml file?
If you have something like 1000 here... you know ;)

Cheers,

Danny

Vikram Godse wrote:
skipped

actually accessing the website the number of sessions are atleast
800-900.
Can anybody tell me where the problem lies? i have been trying a lot
but no solution yet.
Thanks  Regards,
VIkram


--
Try not do or do not, there is no try !



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multiple webapps using one war file

2006-02-24 Thread Danny Lee

I have the same situation as you,

right now working on admin interface, which actually does a lot of same 
stuff as a web app (most of the Hibernate stuff / persistance manager 
classes/ lot of business logic).


But after lot of thinking, I supose it's not a good idea to share the 
stuff, becouse:


1) It's quite hard to implement clean.
2) You can't separate the logic later.

If it's really so, that you only have different DB's, just use only one 
App and some sort of parameter, to choose the right DB in each case. It

have to be quite easy with Hibernate.

Cheers,
Danny


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat IP and Session ID's

2006-02-24 Thread Danny Lee

Well In my situation it just works,
if you copy something like

http://localhost:8080/MyApp/welcome.do;jsessionid=64B0E7454BB37E8ECE50B8B0323735CD

in another browser - nothing happens ;) I don't know why, but I like it. 
 I use cookies for session management, couse I need them in some other 
places.


Danny


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange problem with tomcat Please help

2006-02-03 Thread Danny Lee
That obviously means, that the port 8080 is kind of closed in your local 
network, try to contact your admin, maybe he knows more.


Danny


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Sharing classes between applications

2006-01-27 Thread Danny Lee

Thanks for your help!

I analyzed the whole thing again and I see no need to
share my classes. Your idea about Ant scripts sounds
really good to me (but I'll maybe go maven).

Cheers,

Danny

Caldarale, Charles R wrote:

From: news [mailto:[EMAIL PROTECTED] On Behalf Of Danny Lee
Subject: Sharing classes between applications 

Well, what do you think, is this a good idea, to share the 
classes and if yes, how can I do it :)


Unless the two apps actually need to share data, don't do it.  You end
up introducing dependencies and app reload problems that will require a
shutdown of Tomcat every time you want to change something.

Better to have your packaging/deployment mechanism (usually ANT scripts)
just include the necessary classes or jars when each app is built.

 - Chuck



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Sharing classes between applications

2006-01-26 Thread Danny Lee

Hi guys,

I have a general question about sharing classes between two WebApps in 
Tomcat.


In my case I have a Shop app and an now a new Admin app, which really 
can use lot of stuff allready implemented in the Shop. Of course 
copy-paste do work, but I supose copying-pasting after each update make 
no much sence...


Well, what do you think, is this a good idea, to share the classes and 
if yes, how can I do it :)


Btw, I mostly think of using my Hibernate persistance-managers there... 
not sure if it's even possible.


Cheers!

Danny



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]