Re: Server Side file access

2005-12-01 Thread Phillip Mangwiro
Thanks. It worked. On 12/1/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > Good Afternoon Philip- > > only if you have assigned the proper FilePermission in > $CATALINA_HOME/conf/catalina.policy > > grant { > permission java.io.FilePermission "${/}*", "read, write"; > }; > > HTH, > Martin-

How to get security policy grants to work with principals

2005-12-01 Thread James Woods
Hi, I'm trying to implement a security policy on Tomcat 5.0.25. It works fine with grants of the form grant codeBase "file:" { permission .. }; However when I try a grant of the form grant codeBase "file:", principal "username" { permission .. }; I get a java.lang.ClassCirculari

Re: mod_proxy_ajp

2005-12-01 Thread Bill Barker
"Bill Barker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Joseph Shraibman" wrote in message > news:[EMAIL PROTECTED] >> Does anybody have any idea how to use mod_proxy_ajp? The documentation >> page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks >> a

Re: Upgrading Tomcat

2005-12-01 Thread Rhino
Thanks very much for your help with my questions. I don't know how I missed the note in the archive; I suppose I was distracted by too many balls in the air today :-) Rhino - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday,

Re: Tomcat won't start

2005-12-01 Thread Andrew.du
I like use green soft. @echo off rem set dytlib=E:\workspace\lib set Driver=d: set JAVADIR=%Driver%\Java set JAVALIB=%JAVADIR%\_LIB set soaplib=%JAVALIB%\soaplib set soapjar=%soaplib%\activation.jar;%soaplib%\mail.jar;%soaplib%\soap.jar set apache_beehive_a=%JAVADIR%\apache-beehi

Re: mod_proxy_ajp

2005-12-01 Thread hv @ Fashion Content
I think its a port of mod_jk, which could need a bit of love :) I am really hoping that mod_proxy_ajp grows solid, as I am sure it will be a great improvement. "Joseph Shraibman" skrev i en meddelelse news:[EMAIL PROTECTED] > Does anybody have any idea how to use mod_proxy_ajp? The documentat

Re: Tomcat won't start

2005-12-01 Thread Martin Gainty
for C:\Program Files use the abbreviated 8.3 filename C:\PROGRA~1 instead Martin- - Original Message - From: "Raghupathy,Gurumoorthy" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Thursday, December 01, 2005 8:44 PM Subject: RE: Tomcat won't start Uninstall java and install th

Re: Problem with filters and form authentication

2005-12-01 Thread hv @ Fashion Content
Found the answer http://publib.boulder.ibm.com/infocenter/wsdoc400/index.jsp?topic=/com.ibm.websphere.iseries.doc/info/ae/ae/cweb_sfilt.html need to add extra DISPATCHER entries to the filter-mapping to ensure that it is called in forward; Forward is done as part of security... Now I just need

Re: jasper encryption and patents

2005-12-01 Thread Bill Barker
"Tim Funk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jasper does not contain any encryption code which would violate any > commercial export laws. There are no IP patent suits against tomcat at the > moment. If this were to happen - we would have the assistance of the > sol

Re: Problem with filters and form authentication

2005-12-01 Thread hv @ Fashion Content
I expected to be able to do something after auth and before loading the page based on this: http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.exp.doc/info/exp/ae/tsec_servlet.html "hv @ Fashion Content" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAI

Re: mod_proxy_ajp

2005-12-01 Thread Bill Barker
"Joseph Shraibman" wrote in message news:[EMAIL PROTECTED] > Does anybody have any idea how to use mod_proxy_ajp? The documentation > page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks > about the ajp protocol. # Forward all to myapp ProxyPass ajp:/localhost:8009/myapp

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Dhaval Patel
Hi Scott, Good to hear that it works. Thank also go to Remy and Nate Rock. You have purchased SSL. In this purchase process, did you submit Certificate Request (csr) to Verisign? As far as I know the process of getting signed SSL certificate is first you have to generate certificate reques

Re: 408 error with Form Authentication and Proxy. Doesn't occur with Basic Auth.

2005-12-01 Thread hv @ Fashion Content
I am in the same situation. What sort of proxying do you use? "Brian Bonner" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] Does anyone have a suggested solution to this problem? Thanks. Brian On 10/31/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > I forgot to share that there

Problem with filters and form authentication

2005-12-01 Thread hv @ Fashion Content
I have set up the standard form authentication which posts to the url '/j_security_check' with two forms Home.htm and AccessDenied.htm. If I fail log in 1) The sitewide filter is not called upon receiving the j_security_check POST 2) It does determine the failure and chains to Home.htm 3) It doe

Re: limiting access to an application where IP filtering is not possible

2005-12-01 Thread Lintang JP
How about using http-header -> HTTP-X-FORWARDED-FOR ? On 12/2/05, Alexander Voss <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have to restrict usage of an application > to a number of selected machines. Problem is > that these machines are part of a large > (no, huge) network that sits behind a NAT

how to get jboss jndi in tomcat5.x

2005-12-01 Thread David Chen
Hi, there: We are going to switch our web server from jetty to TomCat. We will run tomcat and jboss separately. I used tomcat 3.x long long times ago, and to use tomcat 3.x to lookup jboss jndi, a. copied jndi.properties to common\classes directory; b. run it with -nonaming option. However, we ar

RE: Tomcat won't start

2005-12-01 Thread Raghupathy,Gurumoorthy
Uninstall java and install the same in a directory without spaces in them ... This is a known issue -Original Message- From: Alla Winter [mailto:[EMAIL PROTECTED] Sent: 01 December 2005 22:49 To: 'Tomcat Users List' Subject: RE: Tomcat won't start Here it is an additional information t

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
Hard to believe ... but Dhaval the below steps actually worked, and my site appears to have SSL. Thank you so much. But of course this draws me to another question. I had just purchased a "Verisign" certificate and do not know how to handle this? Can I just call the Verisign certificate when doing

Re: Recursive Tagfile and JSP Precompilation

2005-12-01 Thread Peter L
Thanks Tim but it doesn't appear to be entirely resolved... Long story short: - Tried to precompile using the jbossweb-tomcat55.sar from jboss-4.0.3 - Same problem (I think its Tomcat-5.5.12) - Upgraded jars to Tomcat-5.5.13 - Got an error during compilation of actual tag file (instead of the clie

mod_proxy_ajp

2005-12-01 Thread Joseph Shraibman
Does anybody have any idea how to use mod_proxy_ajp? The documentation page http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html just talks about the ajp protocol. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Tomcat won't start

2005-12-01 Thread Alla Winter
Here it is an additional information to this. It complains about JAVA_HOME variable, but I can not figure out why. I installed JDK and by default it was put under c:\Program files\java I would appreciate any help on it Please see the attached for details Thanks -Original Message- From: A

Deploying new virtual hosts

2005-12-01 Thread George Sexton
I'm trying to sort out a way I can automate deploying new virtual hosts on my Tomcat server. Right now I'm running about 70 virtual hosts. Each virtual host has only one ROOT context. I'm planning on scaling up to at least 200 virtual hosts before I need to get a second machine. The second machine

Tomcat won't start

2005-12-01 Thread Alla Winter
I just installed TOMCAT, set the environment variable for JAVA_HOME and CATALLINA_HOME and just wanted to start the TOMCAT to see if it starts up. I got the message " Can not find file -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager'. Make sure that the path and file name are c

Running an ftp server within tomcat?

2005-12-01 Thread Roopa Trivedi \(rotrived\)
Hi, I would like to include an ftp server within tomcat to be able to serve ftp requests. The intention is to not run the ftp server in a separate jvm but use it within tomcat so that servlets in tomcat and ftp server, both can access a common embedded database. Is this doable? If yes, would there

RE: Upgrading Tomcat

2005-12-01 Thread Nate Rock
Actually one of the benefits I could see in reguards to using OpenSSL for SSL in tomcat is the ability for OpenSSL to hand of the encryption to a hardware acceleration device. We have that set up in front of some of our installations that have Apache frontending tomcat clusters using the AJP conne

RE: Webdav PROPPATCH implementation

2005-12-01 Thread William Durrell
Got it . Thanks. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 4:33 PM To: Tomcat Users List Subject: Re: Webdav PROPPATCH implementation William Durrell wrote: > Hi , > >I looked at the webdav servlet in apache-tomcat-5.5.13-src

Re: FW: Upgrading Tomcat

2005-12-01 Thread Mark Thomas
Alla Winter wrote: Thanks for finding this link. Beside the explanation on various packages of TOMCAT, the message in there also suggests that it is not worthy to use APACHE on a top of TOMCAT due to TOMCAT now is handling static pages almost as good as APACHE. But what about handling SSL - some

Re: Webdav PROPPATCH implementation

2005-12-01 Thread Mark Thomas
William Durrell wrote: Hi , I looked at the webdav servlet in apache-tomcat-5.5.13-src and it does not appear that the PROPPATCH method is implemented . Is there a release that it is or am I looking in the right place? You are in the right place. This method is not, and has never been,

RE: Upgrading Tomcat

2005-12-01 Thread Caldarale, Charles R
> From: Alla Winter [mailto:[EMAIL PROTECTED] > Subject: FW: Upgrading Tomcat > > But what about handling SSL - somewhere I read that APACHE handles > encryption much better than TOMCAT. Is it still true? In theory, doing SSL encryption in native code should be faster than Java. However, I ha

RE: Upgrading Tomcat

2005-12-01 Thread Nate Rock
The same architecture change that allows tomcat to serve static content quickly (the APR native connector) also allows Tomcat to use OpenSSL instead of the JSSE for SSL which should improve performance. I have been trying to get it configured using Tomcat 5.5.12 (native APR connector) for the past

FW: Upgrading Tomcat

2005-12-01 Thread Alla Winter
Thanks for finding this link. Beside the explanation on various packages of TOMCAT, the message in there also suggests that it is not worthy to use APACHE on a top of TOMCAT due to TOMCAT now is handling static pages almost as good as APACHE. But what about handling SSL - somewhere I read that APA

Webdav PROPPATCH implementation

2005-12-01 Thread William Durrell
Hi , I looked at the webdav servlet in apache-tomcat-5.5.13-src and it does not appear that the PROPPATCH method is implemented . Is there a release that it is or am I looking in the right place? /** * PROPPATCH Method. */ protected void doProppatch(HttpServletRequest req,

RE: Upgrading Tomcat

2005-12-01 Thread Caldarale, Charles R
> From: Rhino [mailto:[EMAIL PROTECTED] > Subject: Re: Upgrading Tomcat > > I'm having trouble finding the note you mentioned in the mailing list > archives. It's here: http://marc.theaimsgroup.com/?l=tomcat-user&m=113332618812952&w=2 > I'm trying to figure out the following: > - does "Core" i

Re: Upgrading Tomcat

2005-12-01 Thread Rhino
Chuck, Thanks very much for the quick and helpful response! My email client - Outlook Express - won't let me intersperse with your reply so a follow up question, if I may I'm having trouble finding the note you mentioned in the mailing list archives. I looked at the titles of the threads

RE: Host Manager Questions

2005-12-01 Thread George Sexton
Since I'm currently running something like 70 some odd virtual hosts on one tomcat installation I would really rather not have the manager application deployed on each of those 70 hosts. Each host has only one context (the ROOT context) and after the virtual host is created, it is seldom if ever ch

Re: Host Manager Questions

2005-12-01 Thread Martin Gainty
Good Afternoon George I deploy thru Tomcat 5.5.7 Manager where I Browse to the war I want to deploy and click deploy and the webapp is unjar'ed, web.xml has correct entries for all jars and resources etc.. so the web application is installed and configured automatically when you use Tomcat 5.5.

Re: Server Side file access

2005-12-01 Thread Martin Gainty
Good Afternoon Philip- only if you have assigned the proper FilePermission in $CATALINA_HOME/conf/catalina.policy grant { permission java.io.FilePermission "${/}*", "read, write"; }; HTH, Martin- - Original Message - From: "Phillip Mangwiro" <[EMAIL PROTECTED]> To: Sent: Thu

RE: Host Manager Questions

2005-12-01 Thread George Sexton
OK, that pointed me in the right direction. The tomcat user did not have WRITE permissions to the [enginename] directory. That now brings up the point that just slays me: Why in the world does it assume that I want the manager application deployed to the new host? Who thought that was a good id

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Nate Rock
Special thanks to Remy for adding an example connector to the APR doc... I saw the change go through the dev list last night ;) Dhaval and Remy, between your two emails, I was actually able to get Tomcat 5.5.12 to use SSL, however there is one last problem I am running into... Dhaval, you created

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Dhaval Patel
Hi, I should have mention that I am running tomcat as a standalone server. I mentioned the link (http://www.fatofthelan.com/articles/articles.php?pid=12) as a reference to generate self-signed certificate with OpenSSL on windows. Even though it is very nice article about how to setup SSL with

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
Hello Dhaval, I was reading the article below, and it looks you you are not running Tomcat as standalone? Are you running Apache behind the scenes? I was just curious. Scott -Original Message- From: Dhaval Patel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 8:49 AM To: T

Re: Upgrading Tomcat

2005-12-01 Thread Mark Thomas
Rhino wrote: 4. Is Sysdeo still the plugin of choice to use for Servlet development in Eclipse? Is Lomboz still the plugin of choice to use for JSP development in Eclipse? (I've never really tried a JSP but I might give it a go one of these days :-) My personal preference is MyEclipse. Mark

Re: Host Manager Questions

2005-12-01 Thread Martin Gainty
Hello George Did you try to install manager.xml into $CATALINA_HOME/conf/[enginename]/[hostname] Martin- - Original Message - From: "George Sexton" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Thursday, December 01, 2005 12:49 PM Subject: Host Manager Questions I'm trying to

Re: Certificate Revocation Lists in Tomcat 5.5

2005-12-01 Thread Kennedy Roberts
Ok, hopefully I am getting close: I have recompiled the tomcat-util.jar using the 1.5 JDK. I have looked at the contents of the jar and it does now include the JSSE15Factory and JSSE15SocketFactory classes. The version of the tomcat-util.jar that came with Tomcat 5.5.12 did not even have the

Setting up virtual hosts behind a reverse proxy

2005-12-01 Thread Eric Jain
I have a Tomcat (5.5.12) server that is hidden behind Apache. On the Apache server, several virtual hosts are defined. ServerName .xxx.xx ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ Now I'd like to map some of these virtual hosts to virtual h

RE: Problem with default context when moving from 5.5.7 to 5.5.12

2005-12-01 Thread Caldarale, Charles R
> From: Jason Burrows [mailto:[EMAIL PROTECTED] > Subject: Re: Problem with default context when moving from > 5.5.7 to 5.5.12 > > I agree, but the best documentation I could find on this was: > http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > > ...and there's nothing in that docum

Re: Upgrading Tomcat

2005-12-01 Thread Hassan Schroeder
Rhino wrote: > 1. What are the major differences between the 5.0.x stream and the 5.5.x > stream? The only one I really care about is 5.5 is perceptibly faster :-) > 2. Are 5.5.12 and 5.0.28 both fairly stable and robust? I'm running several production sites on 5.5.9, no problems. > 3. Do I n

RE: Upgrading Tomcat

2005-12-01 Thread Caldarale, Charles R
> From: Rhino [mailto:[EMAIL PROTECTED] > Subject: Upgrading Tomcat > > 1. What are the major differences between the 5.0.x stream > and the 5.5.x stream? Lots, especially performance. There are some configuration differences between the two, so read the docs carefully. Consult the changelog

Re: Problem with default context when moving from 5.5.7 to 5.5.12

2005-12-01 Thread Jason Burrows
Thanks very much Chuck! That did indeed fix my problem. I have a couple of related questions though... > > > > This worked fine for me in 5.5.7 (on many machines). > > But it shouldn't have. I suspect this was one of the bugs fixed between > .7 and .12, where the documented rules are more tight

Re: Server Side file access

2005-12-01 Thread Robert Bateman
Have you given Tomcat permission to create myinfo.txt? In your catalina.policy file? Bob On Thu, 2005-12-01 at 19:55 +0200, Phillip Mangwiro wrote: > Can I read & write to File on the server while in a JSP page? I keep getting > errors on the line to create the File: > File f

RE: Deploying in ROOT folder using a war file

2005-12-01 Thread Gautam Gothoskar
Hi Chuck, I tried using ROOT.war with Tomcat 5.5.12 and it worked fine. It does not work with Tomcat 4.1.x versions. I guess we will have to (finally) upgrade our Tomcat versions. thanks for all your help... all of you... regards, Gautam. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote:

Upgrading Tomcat

2005-12-01 Thread Rhino
I need some basic information regarding upgrades to Tomcat. I haven't written any servlets in many months and have not followed the various updates made to Tomcat. When I go to http://tomcat.apache.org/download-55.cgi, I see that there are several different current versions of Tomcat available

Server Side file access

2005-12-01 Thread Phillip Mangwiro
Can I read & write to File on the server while in a JSP page? I keep getting errors on the line to create the File: File f = new File("myinfo.txt"); The error is reported to be because Tomcat expects an array or an Object. I'm using Tomcat 5.5 & jre 1.5.

Host Manager Questions

2005-12-01 Thread George Sexton
I'm trying to use the host manager to deploy new hosts, and when I try to do so I get this error message: FAIL - Couldnt install manager.xml Does anyone have any idea what is happening? I'm using Tomcat version 5.5.9. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

limiting access to an application where IP filtering is not possible

2005-12-01 Thread Alexander Voss
Hi, I have to restrict usage of an application to a number of selected machines. Problem is that these machines are part of a large (no, huge) network that sits behind a NAT gateway, so I can't just filter for IP addresses as the only IP I ever see is the one of the gateway. I am assuming that u

RE: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Caldarale, Charles R
> From: Vivek Mohan [mailto:[EMAIL PROTECTED] > Subject: Re: How to deploy my webapp as root context webapp > without tomcat loading it twice? > > I've kept myWebapp at ${CATALINA.HOME}/myWebapp and given this path in > server.xml for the root context. Is that the correct way to do it? Is > ther

RE: File Download not working for anchor tags

2005-12-01 Thread Mike
The anchor file links to an actual real file on the filesystem, so the first case. I'm using Tomcat stand alone. Mike At 04:56 PM 11/30/2005, you wrote: Display and generation are two separate issues and I'm confused about which is which for the OP. does the anchor tag link to an act

Re: File Download not working for anchor tags

2005-12-01 Thread Mike
Hi Mark, I found a workaround that's pretty user friendly. I used a servlet instead of an anchor in a .jsp file to send the file. I set the content type to "text/plain" and the data transferred is good. Thanks for your help. Mike At 04:50 PM 11/30/2005, you wrote: Mike wrote:

RE: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Richard Mixon
Aydin, The snipped from your web.xml does not prove anything. You need to carefully compre the web.xml entries versus the actual filename of the class file and to any references to the servlet from a JSP/HTML page. And you also need to make sure the CRLF line endings are properly adjusted. When

tomcat catalina.out and log4j

2005-12-01 Thread dan stephens
need some help with log4j... I have implemented it on our Tomcat 5 server, everything is fine as well. I can see my messages writting to the catalina.out. However I'm running on Solaris 8, so when I go to search the catalina.out with grep. I receive the following. Binary file catalina.out matc

How to reload jsp using ant in Tomcat 5.5

2005-12-01 Thread Guillermo Sobrino
Hello, I'm using Tomcat 5.5 on wich I deploy a web application with ant using: where install.home/component.name-component.version is a local directory wich contains a typical structure with JSP's and a WEB-INF directory wich includes lib and classes directories. I get to depl

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread David Smith
Check your webapp folder structure to be sure it has the proper case. You should see this structure and exact naming including upper/lower case: /WEB-INF /classes /manager /LoginManagerServletV2.class /lib ...jars here Windows may be forgiving on this point,

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Aydın Toprak
but The system works fine under Windows ... I mean as an example ... this is my servlet name : LoginManagerServletV2.java and the the web.xml lines for this servlet : LoginManagerServletV2 Login ManagerV2 Manager for the manager action manager.LoginManagerServletV2

RE: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Richard Mixon
Aydin, I do not have reference for any such documentation. However in the past I have been bit badly a number of times trying to move a web application from Windows to Linux. The other way around works much more reliable. The two issues that resolved my problem always ended up being: 1) Case sen

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread David Delbecq
Hi, The main difference between windows and linux for you is at the filesystem level i think. Check twice the configuration of your servlets in web.xml and the files in your war for uppercase/lower case mistakes. I may be you renamed at some point myServlet.java to MyServlet.java but never clea

Re: Session cookie path problem

2005-12-01 Thread Christian Rudh
I forgot to mention that I am using Tomcat through Apache and mod_jk. Christian Rudh wrote: > Hi > > I have set up so all users on my server can use Tomcat from their home > directories. They access servlets through > "domain/~user/java/servlet/TestServlet" and it works fine. > > But I tried set

RE: SSL Certificate Beginner Question

2005-12-01 Thread Caldarale, Charles R
> From: Paul Singleton [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Certificate Beginner Question > > David Wall wrote: > > > > ...if the user accesses your site with http://, > > the port 80 Connector (or 8080 if testing or using a > > non-standard port) has a "redirectPort" element that

Tomcat 4.06, JK ISAPI redirector plugin 1.2.15.0, IIS 6.0 on Wind ows Server 2003 How To

2005-12-01 Thread Weegar, Jim
Title: Tomcat 4.06, JK ISAPI redirector plugin 1.2.15.0, IIS 6.0 on Wind ows Server 2003 How To Can anyone point me to some documentation that is specific to getting the Jakarta ISAPI plugin to work with IIS 6.0 on Windows Server 2003? This all seems to work properly on Windows XP (IIS 5.0),

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Dhaval Patel
Hi Scott, I am not tomcat expert as well as I can not help you about the error you are getting. After Remy's last message on SSL with APR, I finally got my windows xp + tomcat 5.5.12 + APR + SSL working. Following are the steps that I have followed: (1) Install Tomcat 5.5.12 and make sure

Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Aydın Toprak
Hii, I have developed web based project that covers many servlets and uses Postgresql dataBase, on ;Windows platform... But I want to deploy the software to the Linux (Fedora Core 4 64) .. However I havent been able to deploy the compleate project correctly under the linux enviroment.. Tomc

Tomcat 4.06, JK ISAPI redirector plugin 1.2.15.0, IIS 6.0 on Wind ows Server 2003 How To

2005-12-01 Thread Weegar, Jim
Title: Tomcat 4.06, JK ISAPI redirector plugin 1.2.15.0, IIS 6.0 on Windows Server 2003 How To Can anyone point me to some documentation that is specific to getting the Jakarta ISAPI plugin to work with IIS 6.0 on Windows Server 2003? This all seems to work properly on Windows XP (IIS 5.0), b

SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
Well, after wasting much time trying to get the SSL running on 5.5.12, on XP, and finding out about the bad tcnative-1.dll, I thought I was out of the woods on my SSL configuration. But it appears I have one last issue (hopefully) Since I renamed the tcnative-1.dll, I am getting logs in regards t

RE: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Caldarale, Charles R
> From: Francis Galiegue [mailto:[EMAIL PROTECTED] > Subject: Re: How to deploy my webapp as root context webapp > without tomcat loading it twice? > > I wonder whether creating Catalina//ROOT.xml with the > appropriate would work... That works fine on 5.5.12, haven't tried it on older levels.

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Francis Galiegue
2005/12/1, Paul Singleton <[EMAIL PROTECTED]>: > Vivek Mohan wrote: > > Like I mentioned in my problem statement: > > > > I don't want to move my application into ROOT folder or rename it to ROOT. > > And unlike as you said Mark, putting autoDeploy=false doesn't help in this > > case. > > > > Is t

WARNUNG: Internal error flushing the buffer in release()

2005-12-01 Thread Michael Winkler
Hi all, I'm using Tomcat 5.0.19 and I'm receiving the following message on the console while running my web app: 01.12.2005 09:39:05 org.apache.jasper.runtime.PageContextImpl release WARNUNG: Internal error flushing the buffer in release() I've been searching the web for any information on t

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Paul Singleton
Vivek Mohan wrote: Like I mentioned in my problem statement: I don't want to move my application into ROOT folder or rename it to ROOT. And unlike as you said Mark, putting autoDeploy=false doesn't help in this case. Is this (loading a webapp twice if the context path and the docBase path is di

Re: SSL Certificate Beginner Question

2005-12-01 Thread Paul Singleton
David Wall wrote: ...if the user accesses your site with http://, the port 80 Connector (or 8080 if testing or using a non-standard port) has a "redirectPort" element that causes Tomcat to automatically issue a redirect using https:// Are you sure? I thought redirectPort was only u

Re: jasper encryption and patents

2005-12-01 Thread Tim Funk
Jasper does not contain any encryption code which would violate any commercial export laws. There are no IP patent suits against tomcat at the moment. If this were to happen - we would have the assistance of the solicitors for the ASF guide us in a best course of action for resolution. -Tim J

Re: confusion of tomcat downloading

2005-12-01 Thread Tim Funk
Tomcat behind Apache. A PHP parser in java would be a non-trivial exercise. -Tim Seak, Teng-Fong wrote: Caldarale, Charles R wrote: If JSP and PHP are to be suppoerted in a server, what would everybody suggest? Tomcat behind Apache? Or a PHP parser module (probably written in Java) ru

Re: Recursive Tagfile and JSP Precompilation

2005-12-01 Thread Tim Funk
IIRC - this is fixed in 5.5. I'm not sure if it was fixed with 5.5.12 - but 5.5.13 was just tagged and should be available soon. BUT it hasn't been voted how stable it is yet. (beta, alpha, stable) -Tim Peter L wrote: Hello, I'm trying to precompile JSP's for a JBoss(4.0.1) / Tomcat(5.0) serv

Re: jasper encryption and patents

2005-12-01 Thread Remy Maucherat
On 12/1/05, Joan K. Drejer (AH/LMD) <[EMAIL PROTECTED]> wrote: > Hi > > At Ericsson we are considering using Jasper-runtime and Jasper-compile > in a commercial product. > > However, we would like to know if the product contains encryption, and > if you possibly know about which ECCN (Export code)

jasper encryption and patents

2005-12-01 Thread Joan K. Drejer (AH/LMD)
Hi At Ericsson we are considering using Jasper-runtime and Jasper-compile in a commercial product. However, we would like to know if the product contains encryption, and if you possibly know about which ECCN (Export code) to put on it? Also, do you know if there are any patents which we should

IllegalStateException after ReDeploy...

2005-12-01 Thread Giuseppe Briotti
Hi to all! We have a JBOSS 3.2.3 + Tomcat 4.1.29 embedded. Sometimes we need to redeploy an application and, after such redeploy, a request to a JSP result in an unavailable page error. It seems related to the fact that, during a redeploy, a user request for a JSP of the application under dep

Session cookie path problem

2005-12-01 Thread Christian Rudh
Hi I have set up so all users on my server can use Tomcat from their home directories. They access servlets through "domain/~user/java/servlet/TestServlet" and it works fine. But I tried setting a session value in a servlet and the session value was never stored. So I checked the session cookie t

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Vivek Mohan
Sorry Mark, but one question to you since you've suggested the option of moving the webapp outside of appBase. I've kept myWebapp at ${CATALINA.HOME}/myWebapp and given this path in server.xml for the root context. Is that the correct way to do it? Is there anything in my webapp that I need to tak