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
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
(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.
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
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
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,
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
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
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]
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
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
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
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
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
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
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
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
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
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
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,
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
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
22 matches
Mail list logo