Re: Tomcat 5.5 Xml + Xslt Question

2007-02-14 Thread Jim Reynolds
ml in jsps. Andrew Jim Reynolds wrote: > Hello, > I am struggling with content types within a JSP page. I have an XML, > XSLT and CSS file that combined are suposed to create a tree. (I am > trying to get treeview to work). > > I created a webapp for playing in, and have the following

Tomcat 5.5 Xml + Xslt Question

2007-02-14 Thread Jim Reynolds
Hello, I am struggling with content types within a JSP page. I have an XML, XSLT and CSS file that combined are suposed to create a tree. (I am trying to get treeview to work). I created a webapp for playing in, and have the following code in a jsp page called "showTree.jsp". But when I hit the

SSL Certificate

2007-01-11 Thread Jim Reynolds
I have configured SSL a while back and created a temporary certificate following the documentation that is under SSL. Not a major problem, but while developing with this, everytime I click on a page using Mozilla, I get a popup stating the following: "Unable to verify the identify of devsite as a

manager question

2006-12-26 Thread Jim Reynolds
Hello, I am running Tomcat 5.5.20 on a PC. I am using ant tasks to deploy, undeploy etc. But last week, I created a new " element. The new site works good, but I am having trouble with the ant tasks. First off, when I look at my "http://localhost/manager/html"; I see all applictions that are fo

Re: Decipher Error

2006-12-15 Thread Jim Reynolds
Got it, I actually removed the app.war files that were under root, and it started. I will go through each one, and see which one is bad, but that got me rolling. Again, Many thanks. On 12/15/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Jim Reynolds [mailto:[EMAIL

Decipher Error

2006-12-15 Thread Jim Reynolds
Hello, I am moving some code via ant to a new deployment area on the server, and I am experiencing the following error: (below). I am running Tomcat 5.5.20 on XP. I thiought it was a jar file, but I have been throwing them away, doing the build, restarting, and I still get this message. A google

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
On 12/13/06, Hassan Schroeder <[EMAIL PROTECTED]> wrote: On 12/13/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: > I am running version 5.5.17 and I am not seeing anything in the logs > regarding APR. You might want to grep for 'Starting ' because a Tomcat install with

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
Charles R <[EMAIL PROTECTED]> wrote: > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: Re: SSL Setup From Site > > the installer does not ask any questions. I used the .exe. It doesn't ask the question explicitly. On the Choose Components window, if you open up th

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
#$#$@ tcnative-1.dll is and I do not see them in either new install. Also, the installer does not ask any questions. I used the .exe. Thanks, On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: what version of Tomcat and what are the logs saying? Filip Quoting Jim Reynolds &

Re: SSL Setup From Site

2006-12-13 Thread Jim Reynolds
Funny thing, my search on my whole system for the .dll found all the old bak in my production box. Anyway, could they put that dll into a .jar? On 12/13/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subject: SSL Setup From Site

SSL Setup From Site

2006-12-13 Thread Jim Reynolds
After creating a new Host, I now want to set up SSL on it. Following the docs I did the following: 1) create keystore E:\Tomcat\bin\DEVKEY>keytool -genkey -alias tomcat -keyalg RSA -keystore E:/Tomc at/bin/DEVKEY/devKeystore answered questions. 2) made sure passwords were same. (changeit) 3) un

Re: Host element question

2006-12-13 Thread Jim Reynolds
Chuck, It worked when I used the 127.0.0.1, I will test my real IP later. But I just want to thank each one for helping with this problem. :-) Thanks so much On 12/13/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Jim Reynolds [mailto:[EMAIL PROTECTED] > Subje

Re: Host element question

2006-12-13 Thread Jim Reynolds
Thanks for responses: I did have a hosts file in my Drivers/etc so here it is. I added the 199.9.9.99 # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost 199.9.9.99 devSite That is not of course the IP of my machine, I just made it up. Then I updated my s

Host element question

2006-12-13 Thread Jim Reynolds
Hello, Every new install of Tomcat always has a and that is good. If I do not have a DNS entry, can I create another and use a name of something bogus? Something for me to play with on my local PC? I tried something like this: And if I hit http://localhost