Need Suggestion

2009-07-27 Thread alee amin
I have been assigned task to create a mechanism for multiple url sign up pages against invite codes. the purpose is if user hit on http://www.mydomain.com/invite/circket he should be redirected to http://www.mydomain.com/signup?invite=cricket http://www.mydomain.com/invite/soccer he should be

HttpServletRequest.getReader() returns nothing

2009-07-27 Thread Swati Rastogi -X (swrastog - Infosys at Cisco)
Hi All, I am doing a HTTP POST on a servlet running on my local box. For this, I am opening a socket on port 80 and sending the data. When I call getReader() on HttpServletRequest object, I cannot find any data. Instead of Calling getReader(), if I call getParameter() or getParameterMap() on

RE: Need Suggestion

2009-07-27 Thread Martin Gainty
at last count at least 100 folks on the list can easily accomplish this for you ..myself included what has your employer budgeted for this task? Mit Fruendlichen Gruben Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist

Re: Need Suggestion

2009-07-27 Thread André Warnier
alee amin wrote: I have been assigned task to create a mechanism for multiple url sign up pages against invite codes. the purpose is if user hit on http://www.mydomain.com/invite/circket he should be redirected to http://www.mydomain.com/signup?invite=cricket

Re: Need Suggestion

2009-07-27 Thread alee amin
lol .. i need the suggestion .. not looking for someone to do it on my behalf :p ..alee http://techboard.wordpress.com On Mon, Jul 27, 2009 at 5:01 PM, Martin Gainty mgai...@hotmail.com wrote: at last count at least 100 folks on the list can easily accomplish this for you ..myself included

Re: Need Suggestion

2009-07-27 Thread alee amin
thanks andre. I will definitely do it on my own. I am just asking help - where to start from and what guidelines i should follow. Is there any other approach? ..alee http://techboard.wordpress.com On Mon, Jul 27, 2009 at 5:09 PM, André Warnier a...@ice-sa.com wrote: alee amin wrote: I have

Re: Need Suggestion

2009-07-27 Thread André Warnier
alee amin wrote: thanks andre. I will definitely do it on my own. I am just asking help - where to start from and what guidelines i should follow. Is there any other approach? Hee.. just a minute now. I may have been a bit fast. Since I am subscribed to both this one and the Apache httpd

RE: HttpServletRequest.getReader() returns nothing

2009-07-27 Thread Martin Gainty
answered by markt here https://issues.apache.org/bugzilla/show_bug.cgi?id=47410 the 3.1 part of 2.5 Servlet Spec located at http://www.scribd.com/doc/7395371/JSP-Servlet-JSTL-Specification reads if request is a 1)http or https request 2)http method is a POST

Tomcat 5 clustering

2009-07-27 Thread Given Shirinda
Hi Guyz. I have linux server running,where I am running tomcat 5.I want to cluster tomcat 5 for load balancing.I got no idea where to start. Can you please provide me with the step by step on doing that,I will appreciate your kindness. Best Regards Given --

RE: Tomcat 5 clustering

2009-07-27 Thread Caldarale, Charles R
From: Given Shirinda [mailto:given.shiri...@sita.co.za] Subject: Tomcat 5 clustering I have linux server running,where I am running tomcat 5.I want to cluster tomcat 5 for load balancing.I got no idea where to start. The doc is always a good place:

Re: adding vhosts without restarting tomcat from a script and keeping them persistent

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 7/25/2009 6:18 AM, Mark Thomas wrote: Mathijs Kwik wrote: So are there any solutions available? To save host changes to server.xml? No. On the other hand, server.xml is only read at startup, so your script could instruct a running

RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-27 Thread Neil Youngman
The solution to this one seems to be that removing webapps/axis2.war allows it to see the context.xml file. Neil Youngman - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-27 Thread Caldarale, Charles R
From: Neil Youngman [mailto:neil.young...@wirefast.com] Subject: RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null' The solution to this one seems to be that removing webapps/axis2.war allows it to see the context.xml file. I'm confused; isn't the Context element

Re: On my Webserver: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 7/26/2009 5:47 AM, Paul van Hoven wrote: Yeah, that was it. Thanks for the great help. I deleted gwt-user.jar and now it runs perfectly fine. For a bit of background, the Servlet API classes are supposed to be located in one place only:

Re: Tomcat losing Session?

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dean, On 7/26/2009 5:39 AM, d...@maquib.com wrote: Is it possible that tomcat is losing my session id as when i login i find that i have no attributes when i come to use some restricted feature. So which means i get redirected to the login page

RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-27 Thread Neil Youngman
Caldarale, Charles R wrote: From: Neil Youngman [mailto:neil.young...@wirefast.com] Subject: RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null' The solution to this one seems to be that removing webapps/axis2.war allows it to see the context.xml file. I'm confused;

RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-27 Thread Caldarale, Charles R
From: Neil Youngman [mailto:neil.young...@wirefast.com] Subject: RE: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null' No, the axis2.war is the standard Axis2 WAR distribution, as downloaded from the relevant website. I've loaded my classes/config into the directories

Re: request.getPathInfo() gets truncated when ; is present

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 7/24/2009 8:18 PM, maestrofjp wrote: Since our framework is deployed on several different CFML servlets -- their implementation to get at the original http request wrapper differs a bit (three different vendors). We'll probably stick to

Re: Trouble setting up virtual host

2009-07-27 Thread Lisa D Beggs/AC/VCU
I am sorry, I don't usually post on forums. I am sorry if I am making this difficult to read. I hope this is better. I am only copying what you are giving me and then responding. another note.now that I have changed port from 8080 to 80, How exactly did you do this ? I changed the

Re: Need some SSL Config help.

2009-07-27 Thread Josh Gooding
Just an update. I decided to change up what I was doing. Instead of starting with SSL on tomcat, I ported Apache and Tomcat to work together on my local test server. Now I am going to do the APR. Do I need to configure SSL on both Apache and Tomcat or just Tomcat? On Mon, Jul 27, 2009 at

Re: Need some SSL Config help.

2009-07-27 Thread Serge Fonville
Just an update.  I decided to change up what I was doing.  Instead of starting with SSL on tomcat, I ported Apache and Tomcat to work together on my local test server.  Now I am going to do the APR.  Do I need to configure SSL on both Apache and Tomcat or just Tomcat? If all connections go

Re: [ERROR] Cannot create JDBC driver of class '' for connect URL 'null'

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 7/24/2009 3:39 PM, Neil Youngman wrote: I don't think there's a permissions issue. $ ls -l ~/wirefast/dev/tomcat6/servlet-example/webapps/axis2/META-INF/context.xml -rw-r--r-- 1 neil neil 343 2009-07-22 14:44

Re: java.io.IOException: Stream closed org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) on forward while processing jsp:include

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonard, On 7/20/2009 6:15 PM, Leonard Gestrin wrote: In my application I have servlet filter that handles error handling for runtime exceptions; when such exception happens, it forwards request to error page where user-frienldy error is

Re: Trouble setting up virtual host

2009-07-27 Thread André Warnier
Lisa D Beggs/AC/VCU wrote: I am sorry, I don't usually post on forums. I am sorry if I am making this difficult to read. I hope this is better. I am only copying what you are giving me and then responding. Lisa, let's take this a little bit at a time. The reason why your messages are

Re: Trouble setting up virtual host

2009-07-27 Thread Lisa D Beggs/AC/VCU
From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Date: 07/27/2009 03:18 PM Subject: Re: Trouble setting up virtual host Lisa D Beggs/AC/VCU wrote: I am sorry, I don't usually post on forums. I am sorry if I am making this difficult to read. I hope this is

Re: Trouble setting up virtual host

2009-07-27 Thread André Warnier
Lisa D Beggs/AC/VCU wrote: ... (indicates I cut part of the previous message) If I type in http://adm138:8080/InfoViewApps or http://adm138/InfoViewApps on the server, the application comes up. Before when I had it directed to port 8080, from a user's workstation I could get the application

Re: Trouble setting up virtual host

2009-07-27 Thread André Warnier
Lisa D Beggs/AC/VCU wrote: From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Date: 07/27/2009 03:18 PM Subject: Re: Trouble setting up virtual host Lisa D Beggs/AC/VCU wrote: I am sorry, I don't usually post on forums. I am sorry if I am making this difficult

Re: Trouble setting up virtual host

2009-07-27 Thread Lisa D Beggs/AC/VCU
_ Change is the essence of life. Be willing to surrender what you are, for what you could become. Lisa D. Beggs Information Technology Specialist Business Application Services Phone: 804 828-2098 Fax: 804 828-0322 Don't be a phishing victim - VCU

Re: Trouble setting up virtual host

2009-07-27 Thread André Warnier
Lisa D Beggs/AC/VCU wrote: ... Now another bit : In the following, I have removed the lines of less interest right now, leaving only the ones related to tomcat5. The ... represent removed lines. Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. C:\Documents and

Re: Trouble setting up virtual host

2009-07-27 Thread André Warnier
Of course, now that you have used A: for your answers, I can no longer do the same. So I'll use B:.. Lisa D Beggs/AC/VCU wrote: ... A) on the server itself : - close the browser and re-open it. - in the browser, find the place where you can clear the cache. Ask someone

Re: Trouble setting up virtual host

2009-07-27 Thread André Warnier
Lisa, at this point : 1) I (nor anyone here) can really help you if the workstations, for some reason, cannot connect to that server using port 80. That is a matter for your local network people, and you must solve it with them. 2) if, as according to one of preceding posts, it is finally

Re: Trouble setting up virtual host

2009-07-27 Thread Mark Eggers
As usual, late to the thread. I'll use C) then: C) on another workstation :      - close the browser and re-open it.      - in the browser, find the place where you can clear the cache.      - do it (clear the cache)      - request the URL :                  

RE: HttpServletRequest.getReader() returns nothing

2009-07-27 Thread Swati Rastogi -X (swrastog - Infosys at Cisco)
Thanks Martin for the reply. I have removed all calls to getParameter family of methods on the request object and I can still see the issue. I have checked all servlet filters - No processing has been done on request object. This issue is seen when