Hi
Here is what I would try.
Setup a context for your app (Servlet)
Setup a defautl/welcome type pages for the root of your web server, say
redir.html.
Have that page do a redirect to the servlet resource using the standard HTML
meta tag.
http://your-site/your-servlet-resource>
Becaref
Hi
This may be what you might try. I believe your problem is due to STALE data
in one of the clients.
This is a problem for all apps, unless you lock rows on read, which is a bad
idea.
The way to solve it (Just one of many), is like this:
- Ensure all your tables have a last_modified date type
HI
It may be from your browser using HTTP1.1. When Orion sees HTTP 1.1 it may
send stuff back:
Transfer-Encoding: chunked
If you switch your browser to use HTTP1.0 only, the problem may dissapear,
worth a try.
-Original Message-
From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]]
Sent: We