RE: REMOVE ME FROM THIS LIST

2009-09-02 Thread Chris Lenart
It iss broke -Original Message- From: Antonio Petrelli [mailto:antonio.petre...@gmail.com] Sent: Wednesday, September 02, 2009 10:59 AM To: Tomcat Users List Subject: Re: REMOVE ME FROM THIS LIST 2009/9/2 : > REMOVE ME FROM THIS LIST Follow the arrow | | | \/

RE: user / password

2009-08-27 Thread Chris Lenart
omcat configuration directory. Chris Lenart schrieb: > NetBeans is trying to connect to Tomcat and asking for an ID and > password. Wher do I find this? > - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

user / password

2009-08-27 Thread Chris Lenart
NetBeans is trying to connect to Tomcat and asking for an ID and password. Wher do I find this?

Tomcat with Eclipse

2009-08-14 Thread Chris Lenart
If you use tomcat with Eclipse, can you email me please? clen...@comcast.net Thanks Chris

RE: Hibernate

2009-06-05 Thread Chris Lenart
-Original Message- > From: Chris Lenart [mailto:clen...@comcast.net] > Sent: Friday, June 05, 2009 14:13 > To: users@tomcat.apache.org > Subject: Hibernate > > I am learning Hibernate and doing examples from a book. I > have all of the jars the book has, but can&#

Hibernate

2009-06-05 Thread Chris Lenart
I am learning Hibernate and doing examples from a book. I have all of the jars the book has, but can't import perstistence.*. It will HSQL too. Which jar ha S this? Thanks Chris Lenart

RE: Tomcat Configuration in Eclipse

2009-05-08 Thread Chris Lenart
f you'd like to run the app you are coding along side other applications (that aren't in your eclipse workspace) I'd pick use tomcat installation It really depends on what you are trying to accomplish and your env. -Mike - Original Message > From: Chris Lenart

RE: Tomcat Configuration in Eclipse

2009-05-08 Thread Chris Lenart
gt; using sysdeo plugin but when I try to run simple jsp page am getting > same 404 error. Any help would be highly appreciated ? > > Thanks, > Ados > > On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote: > > > I'm getting simular issue. Tomcat is working and see it

RE: Tomcat Configuration in Eclipse

2009-05-08 Thread Chris Lenart
I'm getting simular issue. Tomcat is working and see its welcome page in Firefox. When I run a imple jsp in Eclipse, it is giving 404. What do I have to do? Chris -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Friday, May 08, 2009 4:50 AM To: Tomcat Users L

RE: FW: Tomcat with eclipse

2009-04-10 Thread Chris Lenart
, April 10, 2009 5:01 PM To: Tomcat Users List Subject: Re: FW: Tomcat with eclipse Chris Lenart wrote: > Hi, > I got Tomcat working alone good. I'm trying to integrate it into > the latest Eclipse. I can't make a server for 6.0.18. Getting this > error. On the new ser

FW: Tomcat with eclipse

2009-04-10 Thread Chris Lenart
Hi, I got Tomcat working alone good. I'm trying to integrate it into the latest Eclipse. I can't make a server for 6.0.18. Getting this error. On the new server window, when I select Tomcat 6.0.18, I'm getting "Can't create a server using the selected type". What do I do? Any help would be appr

RE: Tomcat 5 and UTF-8

2009-04-06 Thread Chris Lenart
I am using Tomcat 6.0.18 with Eclipse. It says the port is being used. Where do I change? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 6.18 & EL

2008-11-28 Thread Chris Lenart
Hi I have a issue with EL - when a JSP's displays the form, it doesn't change the EL syntax into the value. I just see the synttax. I had to reformat my hard drive, but after that it stops. Can someone help me please? Thanks

RE: Tomcat 6

2008-10-27 Thread Chris Lenart
spec version 2.4 or 2.5. Both servlet specs are supported by tomcat 6, so that's your choice. --David Chris Lenart wrote: > I am using Oracle db :) > I copied your web.xml and got this > Oct 26, 2008 9:38:41 PM > org.apache.tomcat.util.digester.SetPropertiesRule begin > WA

RE: Tomcat 6

2008-10-26 Thread Chris Lenart
column 19 > > Oct 26, 2008 8:27:00 PM org.apache.catalina.startup.ContextConfig > start > > SEVERE: Marking this application unavailable due to previous > > error(s) Oct 26, 2008 8:27:00 PM > > org.apache.catalina.core.StandardContext start > > SEVERE: Error g

RE: Tomcat 6

2008-10-26 Thread Chris Lenart
Set this flag to true if you want the JavaServer Faces > Reference Implementation to validate the XML in your > faces-config.xml resources against the DTD. Default > value is false. > > com.sun.faces.validateXml >

RE: Tomcat 6

2008-10-26 Thread Chris Lenart
bution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: FW: Tomcat 6 > Date: Sun, 26 Oct 2008 18:49:54 -0500 > > Can someone help please? >

FW: Tomcat 6

2008-10-26 Thread Chris Lenart
Can someone help please? -Original Message- From: Chris Lenart [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2008 9:05 PM To: 'Tomcat Users List' Subject: RE: Tomcat 6 I put it by web.xml Am I right? Same error occurs. Wait, I am not using faces just tags

RE: Tomcat 6

2008-10-25 Thread Chris Lenart
I put it by web.xml Am I right? Same error occurs. Wait, I am not using faces just tags from core. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2008 8:23 PM To: Tomcat Users List Subject: RE: Tomcat 6 check your faces-config.xml it shoul

RE: Tomcat 6

2008-10-25 Thread Chris Lenart
http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/j2ee"; xmlns:javaee="http://java.sun.com/xml/ns/javaee"; xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"> PhotographyShop index

Tomcat 6

2008-10-25 Thread Chris Lenart
Hi I need help with something. I have been doing a web site with JSP's and all of a sudden I am getting 404 with all of JSP's. I don't know what is causing it. Before I was trying to make a database connection pool with JDNI but it didn't work. So I removed it. I don't know what to do. Can