Re: Tomcat Version problem

2007-07-06 Thread Girish Havaldar
Thank you for your suggestion, i am new to this group, next time i'll this in mind GS On 06/07/07, hanasaki [EMAIL PROTECTED] wrote: What do you mean v r? Please do not post shortcut English ;) When you get things working... Please post the solution to the problem so we can all learn.

How to remove port number from https adress and redirect http to https

2007-07-06 Thread christianhau
Hi! I have set up a tomcat server with ssl that works fine as long as I go to the adress https://adress:8443 I want to get rid of the port number, is there any easy way to do this so that tomcat understands the https request that comes in? Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread Rene Guenther
Hi Christian, you have to replace all 8080 with 80 and all 8443 with 443. 80 is standard port for http and 443 is standard port for https. So if the URL is https://adress, the client requests the service via port 443. Tomcat uses different ports to avoid port conflicts with other application

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread christianhau
Thanks!! That got rid of one of my problems.. Any clue on how to do a redirect from http to https? Changed the portnumber from 8080 to 80 and the redirect to 443 but nothing happens.. Rene Guenther-2 wrote: Hi Christian, you have to replace all 8080 with 80 and all 8443 with 443. 80

Re: Tomcat 6 + Apache 2.0 with SSL

2007-07-06 Thread Arian Abrahantes
Hi Filik: Just to end this because, probably, I am making a mistake or I didn't make myself clear in my previous post. Do you mean that in the apache configuration in the virtual host definition one must not point the DocumentRoot directive to the folder where your contents are?. Something

Axis2 user name and pwd

2007-07-06 Thread Fatima
Hi I am new to web services. I have installed tomcat6.0.13 and Axis2 war file on Fedora Core 5. When i run the validation it works fine for both tomcat and axis2, but when i click on the Administration link for axis2, it asks me for a user name and password. Is there a default username and

iPlanet / SunONE web server tomcat connector connection re-use disabled

2007-07-06 Thread Dale_Roberts
Hi, BACKGROUND: I have been using the tomcat connector for Netscape / SunONE web server from the tomcat-connectors-1.2.23-src bundle available from the main tomcat site. I have found that connections are not being re-used by the connector. i.e. the connector opens a separate connection to

RE: Axis2 user name and pwd

2007-07-06 Thread Raghupathy, Gurumoorthy
http://ws.apache.org/axis2/0_93/webadminguide.html From axis2 index page you can go to administration page by following Axis2 Administration link, then logging page will appear asking for a user name and a password , the default username is 'admin' (without quotes) and default password is

Re: Tomcat 6 + Apache 2.0 with SSL

2007-07-06 Thread David Smith
But all the contents of $CATALINA_HOME/webapps/$YOUR_APPLICATION/WEB-INF does become exposed and that should not be. If you are going to do that, you should consider making sure you configure apache httpd to not server up anything contained there. --David Arian Abrahantes wrote: Hi Filik:

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread Lyallex
Hi This is my first contribution to this list and I expect others will have better ways of doing it but ... The way I managed to get his working is to set the ssl connector port to the default ssl port (443) and my non-ssl connector port to the default http port (80) Obviously there are issues

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread christianhau
Thanks man! I have tried a similar approach with the web.xml but no luck. This is what I wrote in web.xml security-constraint web-resource-collection web-resource-nameEntire Application/web-resource-name

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread Rene Guenther
Not sure wether this could help: security-constraint web-resource-collection web-resource-nameall-except-attachments/web-resource-name url-pattern*.js/url-pattern url-pattern*.jsp/url-pattern url-pattern*.jspa/url-pattern

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread Lyallex
Hi Ah, yes, well I'm not really an 'expert' myself but I have been through this recently. The first thing I would say is that the following looks different to my own config url-pattern/cas/WEB-INF/view/jsp/simple/ui/url-pattern here is one of my constraints security-constraint

Realm problems - security issues?

2007-07-06 Thread Søren Blidorf
Hi. I am having trouble setting up my application on a new laptop running XP. Every thing works perfectly on my old laptop with the same software versions. Only change is microsoft update upgrades. So I think that it could be security issues. Any Idears??? BR Soren, DK Context

Re: Tomcat 6 + Apache 2.0 with SSL

2007-07-06 Thread Roger
Hi there! First of all, thanks for all your replies. I don't know why, but I missed all your replies except the last of course. I'll try to answer your questions. What I need is to have the option to use SSL with Tomcat. Apache httpd is not a necessity. There is no need to have an https

deployment issues

2007-07-06 Thread Fatima
Hi I am new to web services, I am trying to deploy a service named HelloWorld. The service is uploaded without any problems but when i click on the service, it gives me This XML file does not appear to have any style information associated with it... What am i doing wrong? thanks

Re: Tomcat Farm Recommendation

2007-07-06 Thread bajistaman
Thanks, I have to still trying to convince some people that Tomcat can perform without a lot more of resources than Apache Http Server does. Johann -- View this message in context: http://www.nabble.com/Tomcat-Farm-Recommendation-tf4025344.html#a11463888 Sent from the Tomcat - User mailing

Apache Http Server + Tomcat or just Tomcat?

2007-07-06 Thread bajistaman
I have an Apache Http Server farm and I'm trying to build a Tomcat one for my new java systems. I was thinking about what can make the use the Apache one as front end (proxy) of the Tomcat one useful? Thanks, Johann -- View this message in context:

RE: Apache Http Server + Tomcat or just Tomcat?

2007-07-06 Thread Asensio, Rodrigo
What version are you planning to install ? Tomcat 6 has great performance test (up to 16k concurrent connections in a conventional pc) Right now I'm doing the same thing and finally I decided use just tomcat with a load balancer in the front. But tomcat 6 seems to be enough mature to work for

RE: Apache Http Server + Tomcat or just Tomcat?

2007-07-06 Thread Asensio, Rodrigo
Here is a performance review http://www.javalobby.org/java/forums/t92965.html -Original Message- From: bajistaman [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 9:08 AM To: users@tomcat.apache.org Subject: Apache Http Server + Tomcat or just Tomcat? I have an Apache Http Server

Re: deployment issues

2007-07-06 Thread Hassan Schroeder
On 7/6/07, Fatima [EMAIL PROTECTED] wrote: What am i doing wrong? http://www.catb.org/~esr/faqs/smart-questions.html -- Hassan Schroeder [EMAIL PROTECTED] - To start a new topic, e-mail:

RE: Apache Http Server + Tomcat or just Tomcat?

2007-07-06 Thread bajistaman
Thanks!, We have a Solaris and AIX platform but thinking about trying an Intel/Linux one. For many reasons we can't use the latest versions of any product until they've rached some maturity so we are going to try Tomcat 5. Johann -- View this message in context:

Re: deployment issues

2007-07-06 Thread Fatima
Thanks that is really helpful On Fri, 2007-07-06 at 06:45 -0700, Hassan Schroeder wrote: On 7/6/07, Fatima [EMAIL PROTECTED] wrote: What am i doing wrong? http://www.catb.org/~esr/faqs/smart-questions.html - To start

Recommendations for commercial Tomcat hosting?

2007-07-06 Thread Zembower, Kevin
For a variety of business reasons, I'm required to host a Tomcat application on a commercial hosting service. I've tried one so far, but wasn't able to get my technical questions answered responsively. Can anyone recommend a commercial Tomcat hosting company? If folk would like to respond to me

RE: Recommendations for commercial Tomcat hosting?

2007-07-06 Thread Asensio, Rodrigo
Too lazy to copy/paste your email I use dailyrazor with private jvm for 22 bucks, 96mb heap, 15 mysqldb, ssh, and a lot of features, is fast and reliable. Support is good. Best regards, Rodrigo www.rodrigoasensio.com -Original Message- From: Zembower, Kevin [mailto:[EMAIL PROTECTED]

RE: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Tony Fountain
Daniel, Thanks for the suggestion. That did the trick. The Tomcat application is now running as a windows service and everything is working. Odd situation though since I always thought that environment variables were recognized immediately (except for previously opened command windows). Lesson

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Daniel Stephens
Excellent! Glad to hear it worked out. On 7/6/07, Tony Fountain [EMAIL PROTECTED] wrote: Daniel, Thanks for the suggestion. That did the trick. The Tomcat application is now running as a windows service and everything is working. Odd situation though since I always thought that environment

Re: anybody has javascript code example for using tomcat comet ?

2007-07-06 Thread Jeanfrancois Arcand
Hi, take a look at [1]. The client side can be re-used with Tomcat 6 AIO. -- Jeanfrancois [1] http://weblogs.java.net/blog/jfarcand/archive/2007/06/new_adventures_3.html Bruno Simioni wrote: Hey, Szabolcs. I'm looking for things about AIO Tomcat, using Comet technology, but I didn't get

clients behind nat/masq: sessions mixed up?

2007-07-06 Thread Kristian Rink
Folks; dealing with quite an annoying problem right now: One of our web applications (running inside a tomcat 5.5.20 cluster spread across two machines behind an apache2 / mod_jk frontend) seems to act strangely in some situations: Most of the times, the application works rather fine. However,

Re: clients behind nat/masq: sessions mixed up?

2007-07-06 Thread Len Popp
I don't at all know how on earth this could happen - for what I see, the application uses either a cookie (stored on the client side) or a JSESSIONID (also just available on the client side) so having these things mixed up should be virtually impossible... shouldn't it? That is correct. But