RE: Tomcat upgrade from 5.0.28 to 5.5.17, Tomcat Manager does not work for context based deployments

2006-08-15 Thread Venkatesh Jayaraman \(jvenky\)
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

RE: JMS Alternative

2006-08-15 Thread Richard Mixon
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

Re: Having trouble getting an Apache connector to work

2006-08-15 Thread Rob Tanner
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

JMS Alternative

2006-08-15 Thread Feris Thia
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

Tomcat upgrade from 5.0.28 to 5.5.17, Tomcat Manager does not work for context based deployments

2006-08-15 Thread Venkatesh Jayaraman \(jvenky\)
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

Re: Tomcat Context

2006-08-15 Thread Dhiraj Ramakrishnan
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

Re: Having trouble getting an Apache connector to work

2006-08-15 Thread Mark Thomas
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

5.5.17 deploy webapps

2006-08-15 Thread Sunitha Kumar \(sunithak\)
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

Re: Having trouble getting an Apache connector to work

2006-08-15 Thread Mark Thomas
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

does tomcat server have any fault tolerant?

2006-08-15 Thread jwangk
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

RE: Mod_jk sticky Session not working for distributed computer

2006-08-15 Thread Patrick Wang
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

Re: Apache- Tomcat Connector Problem...newbi question

2006-08-15 Thread Martin Gainty
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

Doesn't Process CSS files

2006-08-15 Thread aladdin
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

Re: Future Releases

2006-08-15 Thread Sridhar . Kanneganti
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

Re: Apache- Tomcat Connector Problem...newbi question

2006-08-15 Thread Yassine ELassad (YEL)
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

Mod_jk sticky Session not working for distributed computer

2006-08-15 Thread Patrick Wang
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

Apache- Tomcat Connector Problem...newbi question

2006-08-15 Thread Atul Govande
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

Tomcat Context

2006-08-15 Thread Bala Paranj
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

RE: Future Releases

2006-08-15 Thread Richard Mixon
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

Tomcat Context Problem

2006-08-15 Thread Bala Paranj
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

isVirtualWebappRelative not working

2006-08-15 Thread Angelov, Rossen
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

Re: Future Releases

2006-08-15 Thread Tim Funk
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

RE: Future Releases

2006-08-15 Thread Richard Mixon
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,

Re: Future Releases

2006-08-15 Thread Tim Funk
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. ---

Re: Missing Request Parameters

2006-08-15 Thread lmelendez
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

Future Releases

2006-08-15 Thread Sridhar . Kanneganti
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.

Re: Login failing on Tomcat4 container managed login ( through Apache )

2006-08-15 Thread elassad
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

Re: Classpath Problem

2006-08-15 Thread David Smith
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

Classpath Problem

2006-08-15 Thread Madhuraka Godahewa
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

SOLVED: Re: Odd behaviour on Expiry-headers

2006-08-15 Thread Gregor Schneider
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

Re: Forwarding during container security

2006-08-15 Thread Eurig Jones
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

[SPAM ?]Re: [SPAM ?][SPAM ?]Re: [SPAM ?]Error in dependencyCheck when using Connection pooling

2006-08-15 Thread Tom Bednarz
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