Interesting Analysis Bill
BTW: the catalina.bat is almost non-functional which I think could be
replaced by typing
java %JAVA_OPTS% -jar bootstrap.jar..sorry separate thread..
What do you gain by implementing mod_proxy_ajp over mod_jk.conf-auto?
Many Thanks
Martin
This email message and any f
"Johnny Kewl" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Frank, I see the classes are there in 6.0, but the document does mention
> its for 5.x only.
> Unfortunately I dont have TC6 setup for this.
>
> Could someone, please confirm, this (mod_jk.conf-auto) is still a feature
"lightbulb432" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Could somebody explain when in the request process getLastModified is
> called
> on a servlet? Is it before everything - all servlets, filters, listeners,
> anything else?
>
Of course, to be called at all, you need t
Could somebody explain when in the request process getLastModified is called
on a servlet? Is it before everything - all servlets, filters, listeners,
anything else?
If you have multiple filters, how does this fit into the process - are they
all guaranteed to see the process through before the ge
You could as a simple test write a trivial web app, where the
contextInitialized() creates a trivial Timer, where the run() method simply
logs the event, perhaps with an integer count. Run that alongside your
failing webapp and see if there is any correlation.
Tim
> -Original Message-
>
Take a look at the String Frameworks [1] instead of ejb.
[1] http://www.springframework.org/
On 6/30/07, Asare Samuel <[EMAIL PROTECTED]> wrote:
Hi all,
I am about to code a web applciation(Appointment system).
It will require a database, email reminders, and JSP pages. Would you sujest an
E
Hey Mark-
Thanks for the quick reply, and what you're saying confirms my
assumption that the filter solution that is provided isn't going to
work for me.
However, I claim that the initial bug report is *exactly* the problem
I'm having. If the filter solution doesn't address the problem, then
wh
Thanks for the quick reply, I don't believe I've tried that, but it
isn't the complete solution I was looking for. Remember, tomcat (5.5)
is shipped with the CGIServlet jar in a package named
/server/lib/servlets-cgi.renametojar. Using your solution would
remove the servlet setup from the global
Hi all,
I am about to code a web applciation(Appointment system).
It will require a database, email reminders, and JSP pages. Would you sujest an
EJB project or a regular web application as shown in the link below~(set up own
connection, sql code etc). I started out inclined towards the ejb ro
> -Original Message-
> From: Johnny Kewl [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 30, 2007 7:57 AM
> To: Tomcat Users List
> Subject: Re: order of web app initialization.
>
>
> These TC designers seem to have though of everything
> See
> 1
>
> The sub-element indicates the ord
These TC designers seem to have though of everything
See
1
The sub-element indicates the order in which each servlet
should be loaded. Lower positive values are loaded first. If the value is
negative or unspecified, then the container can load the servlet at anytime
during startup.
otherwi
Jon Wilmoth wrote:
> I have run this through the Struts mailing lists and am hoping for a
> change/solution. Without digging through the servlet spec myself can I ask
> if the Tomcat implementation is the expected behavior (i.e. no processing of
> filters on container managed authentication red
Robert J. Carr wrote:
> I'd like to add the webdav servlet to my own web application. I can
> do this and it works, but it treats the root of my webapp as the root
> of the dav share.
The way the webdav servlet is written, it exposes the whole of the
webapp. Mapping it to /edit/* allows the conte
Robert J. Carr wrote:
> To do this, I simply put the servlet definitions into my own web.xml,
> and then put the servlets-cgi.jar into my own lib. When doing this, I
> get a ClassNotFound exception on CGIServlet.
Try just putting the definition in your web.xml and leave the jar where
it is.
Mark
Josh Fern wrote:
> and the ClassPath to *CLASSPATH=.;C:\Program Files\Apache Software
> Foundation\Tomcat 6.0lib\servlet-api.jar;C:\Program Files\Apache Software
> Foundation\Tomcat 6.0\lib\jsp-api.jar
There is no need to change classpath. The Tomcat startup scripts take
care of it.
> I startup t
Caldarale, Charles R wrote:
>> by the way, is there a DTD or schema for server.xml?
>
> Not that I'm aware of.
This is correct and there will never be one since server.xml can contain
custom realms etc that may define their own attributes.
Mark
-
[EMAIL PROTECTED] wrote:
>
> I have this setup working on my Windows development computer under
> Tomcat 5.5. Everything works fine. I get a hash value from Oracle and
> pass it back to Tomcat on request.
>
> BUT! I can't get it to work in test environment on Solaris under Tomcat
> 5.0.28. The m
Frank, I see the classes are there in 6.0, but the document does mention its
for 5.x only.
Unfortunately I dont have TC6 setup for this.
Could someone, please confirm, this (mod_jk.conf-auto) is still a feature in
TC6
Thx
- Original Message -
From: "Frank McCown" <[EMAIL PROTECTED]>
gregory hans wrote:
> i have 2 web server in my local computer. one for php(apache2triad) adn
> one for jsp(tomcat). i installed tomcat using port 8080. i try to
> install my web application into tomcat web server. i install using default
> port ftp(21). but when i've done, the .war file i insta
Yes, I think so through JNDI, have a look at this stuff... maybe it will
help
http://localhost:8080/tomcat-docs/config/globalresources.html
- Original Message -
From: "Ingo Düppe" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Thursday, June 28, 2007 1:04 PM
Subject: Re: Server N
20 matches
Mail list logo