Let me answer my own posting here.
Tomcat 5.5.17 changed code with respect to deploy command. But
documentation did not reflect it.
Deploy works if the url specified
a. With jar prefix removed
b. default path added at the end
http://localhost:8080/manager/deploy?
config=f
If you are wanting to send email, you probably are interested in the Java
Mail API - not the JMS API - they are for (usually) different purposes.
However one could conceivably use JMS as a conduit between the various
components of such a system (e.g. email assembly, delivery and the MTA).
Creating
Thanks! That makes it usable. I'll keep an eye out for 4.1.33.
-- Rob
On 08/15/2006 07:58 PM, Mark Thomas wrote:
Mark Thomas wrote:
I am now seeing the same thing on my dev box. I'm looking in to it and
will let you know.
My bad. If you use protocolHandler rather than
protocolHandl
Hi All,
Is there any alternative JMS api in Tomcat ? And how can I implement multi
threading in JMS, let's say to send mass email (at about 100.000) with Java
Mail API with customized attachment ?
--
Regards,
Feris
PT. Putera Handal Indotama
JL. KH. Moh. Mansyur No. 11 Blok B.8-12
Telp. +62-21-6
We are trying to use tomcat manager feature.
>>>
http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Deploy%20A%20
New%
20Application%20Remotely
Deploy A New Application from a Local Path. Deploy using a
Context configuration ".xml" file
Here is an
Hi ,
How is the url mapping for the servlet in the web.xml? it should not
include /myContext in the url mapping.
The servlet url mapping in the web.xml should only be for
/somePath/MyServlet
What do you get when you just type in
https://localhost:8443/myContextPath ?
Hope that h
Mark Thomas wrote:
> I am now seeing the same thing on my dev box. I'm looking in to it and
> will let you know.
My bad. If you use protocolHandler rather than
protocolHandlerClassName in the AJP connector things should work as
you expect. This is a coding bug rather than a doc bug and is enough
t
Title: Blank
Folks:
In trying to deploy webapp via Tomcat Manager,
using:
http://localhost:8080/manager/deploy?config=file:/path/context.xml&war=jar:file:/usr/local/war/abc.war!/
java.io.FileNotFoundException:
jar:file:/usr/local/war/abc.war! (No such file or directory)
And, I verified that fi
Rob Tanner wrote:
> This is the snippet where the connectors are defined. It is identical
> to my older development system and it's pretty much the Tomcat comes out
> of the box (or the tarball):
I am now seeing the same thing on my dev box. I'm looking in to it and
will let you know.
Mark
hello, I am trying to migrate my project from Oracle IAS to tomcat.
Although these two servers are J2EE standard compatible, but the project
which runs in Oracle IAS can not be run smoothly in tomcat, there's a lot of
errors. Because IAS has some own fault tolerant mechanism, that some jsps
with
I have done further investigation by writing a simple diagnostic program to only
display the current JSP Session
session is <%=session.getId()%>,
Session MaxInactiveTime is <%=session.getMaxInactiveInterval()%>,
session creation time is <%=session.getCreationTime() %>,
Session last Access t
If you want your web server to broadcast on default port 80 instead of 8080
change Catalina's port from 8080 to 80
here is an example-
HTH,
M-
*
This email message and any files transmitted with it contain confidentia
I have an apache-http tomcat configuration set up that works just
fine, with static htm's, jsp's, and servlets, except for one thing. It
finds all my .htm static content, and, when serving that, uses the
referenced .css style sheets. However, when it goes to tomcat and
serves .jsp files, it doesn
Thanks Tim!
Tim Funk <[EMAIL PROTECTED]>
08/15/2006 02:37 PM
Please respond to "Tomcat Users List"
To: Tomcat Users List
cc:
Subject:Re: Future Releases
There is currently a Tomcat 6 in development. It has JSP 2.1 and Servlet
2.5 spec support. Also a
Hi Atul,
it would be a good help if you can send us your configurations of
Apache, server.xml, workers.properties and the mod_jk.conf if you
have some
you could have a look at this sample it maybe a good place to start for you:
http://tomcat.anfatech.com/cocoon/tomcat/g12/19.html
Greetings
Hi, All:
Here is the story, the vertical clustering seems working great, which means I
started two tomcat instances on the same machine and give them different worker
name.
Load balance/Sticky-NonSticky Session works like a charm. I tried both sticky,
non-sticky session by open several browse
Hi,
I am using Apache 2.0.54
Tomcat 5.0.30
Mod JK 1.2.6
I was able to get all the example working with :8080 method.
I configured httpd.cnf and server.XML so as workers properties by referring
to available documents.
When I directly used IP address/example the examples do not work and shows
JSP tex
I changed the context to :
When I run the client, I get:
Marking servlet MySeiServlet as unavailable? in the JBoss console. The
client gets the error message:
Server returned HTTP response code: 500 for URL:
https://localhost:8443/myContextPath/somePath/MyServlet
Does anyone
Tim - thanks for the update. That's great news.
-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 15, 2006 11:38 AM
To: Tomcat Users List
Subject: Re: Future Releases
There is currently a Tomcat 6 in development. It has JSP 2.1 and Servlet
2.5 spec suppor
I am posting this question here because JBoss is using Tomcat
internally.
1. server.xml has the context path defined:
and is also configured for ssl:
2. web.xml has
MyServlet
com.xyz.MyServlet
Hi everybody,
I'm having issues with isVirtualWebappRelative parameter when configuring the
SSIServlet. It just won't work for me. I have set up the value to 1 to make the
path be interpreted as relative to the context root, but I'm still getting the
following output in catalina.out:
...
SEVER
There is currently a Tomcat 6 in development. It has JSP 2.1 and Servlet
2.5 spec support. Also a new feature still in development is comet
support. There hasn't been talk of a release cycle for Tomcat 6 yet. So
I can't say if there will be one 5 days, weeks, or months from now.
Tomcat 5.5.x w
Tim,
I don't believe that answers Sridhar's question (or mine). It has been
noticable since the latest J2EE spec was release (with updates to the JSP
and Servlet spec) this past spring - I have not seen any mention of a future
version of Tomcat that might support them. Not asking for a date/when,
http://tomcat.apache.org/faq/version.html#when
-Tim
[EMAIL PROTECTED] wrote:
What are the future releases of Tomcat and when are they scheduled? Could
anyone please point me to a link which has this kind of information.
Thanks.
---
Hi Rache,
Well, we are seeing the problem. Our web application seems to *drop*
parameters for some requests and we still don't know what it is. We have
enabled Valves and Filters and it looks like the parameters never make it to
tomcat.
The problem is intermitent and we cannot reproduce it at w
What are the future releases of Tomcat and when are they scheduled? Could
anyone please point me to a link which has this kind of information.
Thanks.
Hi Andy,
i dont know if this will help you, but you can give it a try:
if you are using mod_jk AND Tomcat default authentication
service(j_security_check)
so you can try jkmount ' ing the j_security_check since its involved
while logging in
hope this helps
Greeting
Yassine ELassad
Cologne, Ge
CLASSPATH is ignored by default in tomcat (and for the better might I
add). Is there a reason you can't do recommended best practice and
place these in either shared/lib or WEB-INF/lib of each webapp requiring
them?
--David
Madhuraka Godahewa wrote:
Hi,
I am using jakarta-tomcat-5.0.30 an
Hi,
I am using jakarta-tomcat-5.0.30 and currently having a problem with the
CLASSPATH variable. I am in the process of configuring my website to access a
payment gateway. They gave me the following jar files and I put them in my
JAVA_HOME/jre/lib/ext/ directory.
ibmjceprovide
Bill,
thanks so much, some of my hair being pulled out must have fallen into
my eyes blinding me...
That was it!
Thanks a lot!
Greg
--
what's puzzlin' you, is the nature of my game
-
To start a new topic, e-mail: users@tomcat
I've gone a slightly different way now, but what I've done is this...
I've extended the JNDIRealm (or JDBC or whatever), which within this
adds the username of the logged in user into a 1 field table if the user
has successfully logged in.
After the user has logged in, A filter is run (that h
Well I found this message on Google too. Fact is, that nobody really
knows what the problem is. And it seems to appear with many different
containers, not only Tomcat. Fact is, that I use this same JDBC driver
(it is a Sybase / iAnywhere driver) without any problems on an other
machine with exa
32 matches
Mail list logo