Re: Using IIS with Tomcat 4.1.29 (tomcat using port 1977)

2004-02-22 Thread George Hester
No it doesn't matter: Use the redirector found here: http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm -- George Hester __ Sara Murillo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm trying to get Tomcat and IIS working together. I

using jar files in place of class files

2004-02-22 Thread Christopher Molnar
I am not sure if it possible. I have a web app that has about 30 class files. I would like to be able to create a jar file that contains these class files for ease of distribution (about 10 laptops). Is this possible, and if so what do I need to put in the web.xml file to make it work?

Re: using jar files in place of class files

2004-02-22 Thread QM
On Sun, Feb 22, 2004 at 09:37:13AM -0500, Christopher Molnar wrote: : : I am not sure if it possible. I have a web app that has about 30 class : files. I would like to be able to create a jar file that contains these : class files for ease of distribution (about 10 laptops). Is this :

Re: using jar files in place of class files

2004-02-22 Thread Evgeny Gesin
When I add any JAR in the WEB-INF/lib I got the following exception. Any advice? Evgeny Gesin Javadesk 2004-02-22 18:38:09 WebappLoader[/myapp]: Deploying class repositories to work directory /usr/java/tomcat/work/Catalina/127.0.0.1:80/myapp 2004-02-22 18:38:09 WebappLoader[/myapp]: Deploy JAR

RE: using jar files in place of class files

2004-02-22 Thread Filip Hanik \(lists\)
- Root Cause - java.io.IOException: Permission denied at java.io.UnixFileSystem.createFileExclusively(Native you have a permission issue on your filesystem, make sure the entire tomcat tree is owned by the user running tomcat Filip -Original Message- From: Evgeny Gesin

deploy with ant over https

2004-02-22 Thread Dean A. Hoover
I have used ant and tomcat 4.1 manager to deploy to my localhost, and it works just great. On a remote host, I have an apache/tomcat setup with manager only accessible over https. In a browser, I can get to the manager functions without any problem. However, when I try it through ant I get:

server.xml versioning

2004-02-22 Thread Dean A. Hoover
I have tomcat 4.1.x running on 2 different machines. I am using the manager application. On one machine, the server.xml file is versioned, such as: server.xml.2004-02-22.09-13-01 on the other server it is not. What enables versioning? Dean Hoover

What is wrong with this newsserver?

2004-02-22 Thread George Hester
Huh? -- George Hester __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

re: deploy with ant over https

2004-02-22 Thread qm300
:build.xml:158: javax.net.ssl.SSLHandshakeException: :java.security.cert.CertificateException: Couldn't find trusted :certificate :I assume I have to perform some magic on the :client side. Does anyone know what that magic :is? I don't have the commands memorized, but Google keytool and your

Re: Where is the source code that processes the server.xml file?

2004-02-22 Thread Bill Barker
Urm, this is actually at http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/, which will reference some classes from o.a.c.deploy. Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

Re: Proposal: New parameter for JK2 connector

2004-02-22 Thread Bill Barker
Antonio Fiol BonnĂ­n [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, Seen that mod_jk has a socket_keepalive option for the Apache side, my proposal consists in adding a similar setting in the Tomcat side. Advantages: If you pull the power cord of your Apache server (or

Re: 5.0.18 + keytool

2004-02-22 Thread Bill Barker
You might try adding '-trustcacerts' to your import command (I'm not interested enough to try it myself :). However, the easiest way to do what you want (IMHO) is to use a PKCS12 keystore. There is an example in the Tomcat5 ssl-howto. Stewart Walker [EMAIL PROTECTED] wrote in message

Does the isThreadSafe page directive work in Tomcat 5.0.18?

2004-02-22 Thread Josh Rehman
Hi, I changed this directive to false and looked at the generated servlet. I was expecting to see that it implements SingleThreadModel but there was no change to the generated servlet code. Have I missed something? Here is my JSP: %@ page language=java % !DOCTYPE HTML PUBLIC -//w3c//dtd html

jk2 jni connector with iis - has anyone got this working?

2004-02-22 Thread Tariq Chalabi
Hi, I've been banging my head against a wall trying to get tomcat to run in process in IIS 5 on w2k I'm on the point of giving up on it - but if anyone out there has got it working I'd love to see your config files. My workers2.properties is as follows... serverRoot=C:\java\Apache

Re: Does the isThreadSafe page directive work in Tomcat 5.0.18?

2004-02-22 Thread QM
On Sun, Feb 22, 2004 at 12:57:26PM -0800, Josh Rehman wrote: : I changed this directive to false and looked at the generated servlet. : I was expecting to see that it implements SingleThreadModel but there : was no change to the generated servlet code. Have I missed something? Tomcat5 is a

Re: Does the isThreadSafe page directive work in Tomcat 5.0.18?

2004-02-22 Thread Josh Rehman
Damn, I've been reading the JSP 1.2 spec for some reason. Thanks. Would it be a good idea for Tomcat to print out a warning about this deprecation? QM wrote: On Sun, Feb 22, 2004 at 12:57:26PM -0800, Josh Rehman wrote: : I changed this directive to false and looked at the generated servlet. :

Re: jk2 jni connector with iis - has anyone got this working?

2004-02-22 Thread George Hester
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm Use his iis_redirector.dll -- George Hester __ Tariq Chalabi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I've been banging my head against a wall trying to get tomcat to run in process in

tomcat 5.0.19 cluster problem

2004-02-22 Thread Ilyschenko, Vlad
Hi, We are running three Solaris9 boxes with tomcat 5.0.19 on them. Cluster configuration is as follows: Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster managerClassName=org.apache.catalina.cluster.session.DeltaManager

RE: tomcat 5.0.19 cluster problem

2004-02-22 Thread Filip Hanik \(lists\)
I haven't tested clustering on Solaris 9, but on linux it works great. There is something funky with your multicast, as you can see there are members added and disappearing all the time. Try to increase your mcastDropTime, that should keep the members in the cluster for a longer time. contact me

RE: tomcat 5.0.19 cluster problem

2004-02-22 Thread Filip Hanik \(lists\)
In any case could a cluster node that ran out of memory destroy the entire cluster? it shouldn't, it can temporary slow it down if the node that is down is accepting connections and broad casting its membership. I'm running a load test right now with the latest version to make sure that I am not

Re: undeploy, redeploy

2004-02-22 Thread Jacky.Wang
Hello Vano, Yes, it it possible. You can run ant script with catalina optional tasks. See the following example. !-- optional tasks -- taskdef name=install classname=org.apache.catalina.ant.InstallTask/ taskdef name=reload classname=org.apache.catalina.ant.ReloadTask/ taskdef name=remove

Re: Does the isThreadSafe page directive work in Tomcat 5.0.18?

2004-02-22 Thread QM
: Would it be a good idea for Tomcat to print out a warning about this : deprecation? Not my say -- I'm neither on Sun's board for specs, nor a Tomcat developer. ;) Seriously, though: this is an issue that could argued either way, so my guess is that the Tomcat crew decided in favor of the one

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-22 Thread pabhatia
I also want to run some thing like this, The class will maintain a status and reply to health check pings. If you get any thing on this please do let me know also. regards Pankaj Sale Rahul [EMAIL PROTECTED] on 02/20/2004 07:22:39 PM Please respond to Tomcat Users List [EMAIL

security constraint bug?

2004-02-22 Thread Brandon Goodin
I have the following security constraint specified in my web.xml: security-constraint web-resource-collection web-resource-nameCustomer Area/web-resource-name url-pattern/customer/*/url-pattern /web-resource-collection auth-constraint