Re: session problems: www.blahblah.com versus blahblah.com

2005-08-16 Thread Michael Teter
the hostname > handling. I also > thing the redirect way is currently right direction. > > Peter > > Paul Singleton schrieb: > > > Michael Teter wrote: > > > >> If my users come to "blahblah.com", then go away, then return, they > >> get

Re: session problems: www.blahblah.com versus blahblah.com

2005-08-15 Thread Michael Teter
then just > redirect them to www.blahblah.com so that whenever they are interacting with > the webapp. > > Ta > Matt > > -Original Message- > From: Michael Teter [mailto:[EMAIL PROTECTED] > Sent: 15 August 2005 21:05 > To: Tomcat Users List > Cc: [EMAIL PROTECTED

Re: session problems: www.blahblah.com versus blahblah.com

2005-08-15 Thread Michael Teter
(with the new name). On 8/15/05, Peter Rossbach <[EMAIL PROTECTED]> wrote: > Hmm, > > I thing a host alias at for your tomcat configuration was helpfull :-) > > > www.blahblah.com > > > > Peter > > Michael Teter schrieb: > > >Howdy.

session problems: www.blahblah.com versus blahblah.com

2005-08-15 Thread Michael Teter
Howdy. I'm having some problems with sessions. If my users come to "blahblah.com", then go away, then return, they get a new session id (for www.blahblah.com). But if they come to www.blahblah.com, leave, and return (via link from external site), they keep the same session. I finally discovered

mysite -> 3rd party -> mysite, session *sometimes* lost

2003-09-10 Thread Michael Teter
Howdy. I've got a site I am interfacing with PaySystems.com (credit card processing). For some users (Internet Explorer, same or very similar version, default settings), when they return to my site after doing the credit card dance on the paysystems.com site, they get a new session. I can't f

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Michael Teter
This is the age old IIS worm working its magic. It's either Code Red or Code Red 2 or whatever. In any case, you can safely ignore it if Tomcat is the one reporting it. And unfortunately, you're unlikely to get anywhere by trying to contact the offending server owner or ISP. Just ignore it,

Re: Sessions sans cookies? URL Rewriting?

2003-07-02 Thread Michael Teter
Maybe my homegrown access control is flawed. When I disable cookies in my browser, my apps break. I have a login form whose action is "ProcessLogin.jsp". That page validates the username and password against a database, and if successful it stuffs my valid User object into an App object, and

Re: Sessions sans cookies? URL Rewriting?

2003-07-02 Thread Michael Teter
Ok, I'll give a little more detail. Q1 - I'm looking for pointers to examples or documents. I see where the spec requires that capability, but I don't know the correct way to exercise it. Does it just mean that I wrap every url and every reponse.sendRedirect() with encodeUrl()? Q2 - If you

Sessions sans cookies? URL Rewriting?

2003-07-02 Thread Michael Teter
thing like http://mycompany.com/portal?u=johnsmith. Suggestions, examples, outright solutions? :) Thanks much. Michael Teter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Web development forum

2002-05-22 Thread Michael Teter
Howdy again. Thanks for the good responses to my web development/methodology question post. New Question: Does there exist an active forum for discussion of (generally Tomcat-related) web development? Ideally such a forum would focus on experiences with different web development technologies

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-21 Thread Michael Teter
I don't have the answer to why reloading isn't working, but I can recommend using the tomcat manager app to "remove" and "install" your app to freshen it. That doesn't require a restart of tomcat. One important note though, if your webapp's main directly exists, this won't work. You have to blo

What methodologies/systems/practices do you use?

2002-05-20 Thread Michael Teter
y work (mostly contract), I usually find myself working solo on a project, or being the only person in the company doing development, so I don't have any peers to discuss these topics with. Much thanks, Michael Teter __ Do You Yahoo!? LA

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Michael Teter
This list is very active, and due to the amount of noise, it's hard to see or respond to every message. I'm sure it's not personal :) Anyway, I don't know the background on your problem, but the "address already in use" issue is certainly not going to help anything. You've got to figure out wha

Re: jsp's do not compile

2002-05-13 Thread Michael Teter
it: > > > > > BTW, I have been confused by Tomcat manager: where > does it > put the deployment information? I mean the app.war > could be anywhere > in 4.1. How could Tomcat figure out the location of > the war file when > a request comes in? > > thank

Re: jsp's do not compile

2002-05-10 Thread Michael Teter
My understanding is that Tomcat does usually does not, and never really has :) reloaded things when they change, regardless of you specifying that a webapp is "reloadable". I use the manager app, and it works great. With my ant build.xml set up right, I can build/distribute my webapp in an insta

RE: Authenticating against Microsoft ActiveDirectory

2002-05-10 Thread Michael Teter
I would really love to see a little more detail about how you did this if you don't mind. Much thanks, Michael Teter --- Don Sauer <[EMAIL PROTECTED]> wrote: > You can script your JSP/servlets to do this with > application code -- > another way would be in the server.xm

Re: Tomcat and Load-Balancing

2002-04-18 Thread Michael Teter
Howdy. I followed this guide, and it seems to work fine. http://www.ubeans.com/tomcat/index.html Good luck. Michael --- Gabriel Maffia <[EMAIL PROTECTED]> wrote: > Hi! > > I´m looking for a way to load-balance my > Apache+Tomcat Website. I´ve already tried with > mod_backhand, but I couldn't

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread Michael Teter
Howdy. I found a very useful document that describes in simple terms how to set up Apache + (n * Tomcat) in load-balancing fashion. That may be something to consider just for flexibility. I currently have mine configured with only one Tomcat, so the load balancer isn't doing much for me, but it

manager/remove functionality

2002-03-28 Thread Michael Teter
Hello. I'm just beginning to use the manager app to deploy my app instead of dropping a myapp.war file into the webapps dir, deleting the webapps/myapp directory and myapp.war file, stopping Tomcat, and retarting Tomcat. The stopping and restarting of Tomcat was a real drag. So now I do manager

RE: Is this possible?

2002-03-03 Thread Michael Teter
as the front end then > use mod_jk or mod_webapp > as the connector to the tomcat instance. > Are you going to have mary login? > easy stuff, no problem. > have fun. > B > > -Original Message- > From: Michael Teter [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01,

Is this possible?

2002-03-01 Thread Michael Teter
Hello. I would like to be able to create something like the following example, and I need to know if this is feasible with Tomcat... Assume I have the domain blah.com, and I would like to be able to create virtual names like "mary.blah.com", "john.blah.com", "michael.blah.com", etc. When someon

Re: jakarta website FAQ system and an alternative

2000-10-26 Thread Michael Teter
wow, that's very nice. I would sure like to see your system adopted, because the faq-o-matic, for whatever reason, has been almost entirely useless for me. --- Alex Muc <[EMAIL PROTECTED]> wrote: > Hi all, > > I apologize for sending this message to two lists, > but I wasn't sure > which would