Re: Unable to loggin

2005-09-14 Thread pacea
On Wednesday 14 September 2005 06:19, V.K.M.RAJA wrote: did you restart tc? > Hello , > >I am new to Tomcat and i am finding some difficulty handling > Tomcat. I am not able to login into the manager or the administrator link. > I have username= "cdac" and password ="cdac" and with mana

Re: problems setting up tomcat on debian sarge

2005-09-12 Thread pacea
Which JDK are you using? > Hi all, > > I am trying to setup tomcat 4.1 (comes with debian sarge in contrib) inside a > vserver also running debian sarge. > > I am getting the following error after I login into the adminstration tool, > the > sample apps and the manage tool both > seems to b

Re: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread pacea
And make sure the driver you downloaded matches your server version. Also, for some reason, my setup wouldn't work until I renamed the driver to postgresql.jar from pg74.216.jdbc3.jar. > Hi Rick -- > >description="PostgresSQL Connection Pool" > name="jdbc

Re: Trying to connect tomcat5 with postgresql database

2005-09-09 Thread pacea
Sorry for the last post. Try this. InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup("java:comp/env/jdbc/{app name}"); Connection con = ds.getConnection(); Are you using TC 5.0 or 5.5? > Should be Context ctx = new InitialContext(); > > > > Hello, > > I'

Re: Trying to connect tomcat5 with postgresql database

2005-09-09 Thread pacea
Should be Context ctx = new InitialContext(); > Hello, > I'm currently working with Tomcat5 on Solaris10 x86 machine. I'm > running into problems when trying to access a postgresql 8.0.1 database > on the local machine. Cannot create JDBC driver of class '' for connect > URL null' is the

Waste of our bandwidth

2005-09-02 Thread pacea
Don't we have a list administrator that can remove this guy? Received: from mail.apache.org ([209.237.227.199]) by rwcrmxc23.comcast.net (rwcrmxc23) with SMTP id <20050902131952r2300r7evje>; Fri, 2 Sep 2005 13:19:52 + X-Originating-IP: [209.237.227.199] Received: (qmail 28

RE: How to specify Tomcat error encoding?

2005-09-01 Thread pacea
Send an email to this link to unsubscribe . . . To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] > I never asked anybody to subscribe me to your web site / service. Please > delete my details IMMEDIATELY! > > > Hildegard Bronkhorst > > Senior Facili

Re: تم استلام الرساله DISABLE YOUR AUTO REPLY

2005-08-21 Thread pacea
Thanks Mark. > Wade Chandler wrote: > > Please disable your auto reply or remove yourself from > > the list. I receive an email from your directly every > > time I write to the list. It's part of the rules of > > the list not to use auto replies. > > > > Wade > > Auto-replying to posts is mor

Re: Can't get apache to connect to tomcat

2005-08-21 Thread pacea
Adding to my previous post - this will (or should) load up the Tomcat Documentation that came with your distribution. Not the default TC homepage. . . > Are you trying to mount the default TC homepage? > I'm running Apache2 / Tomcat 5.5.9 on a Debian Sarge box and have > successfully > (fina

Re: Can't get apache to connect to tomcat

2005-08-21 Thread pacea
Are you trying to mount the default TC homepage? I'm running Apache2 / Tomcat 5.5.9 on a Debian Sarge box and have successfully (finally) gotten them to speak to each other. Here's what's worked for me: 1) Everything in JK2.Properties is still commented out. 2) Added these lines to httpd.conf: Jk

Re: How can i change the http 500 error page

2005-08-16 Thread pacea
Just remember to add it after the tag. > > 503 > /errors/503.html > > > in web.xml > > Ebru KAYA wrote: > > > Can anyone help me how can i change the error page http1.1 500 on tomcat > > ? > > > > > > > > Ebru KAYA > > 503 > /errors/503.html > > > in web.xm

Re: confused

2005-07-27 Thread pacea
Try the jspbook - http://www.jspbook.com . You can download the entire book after you register. It's written for tomcat 5 using jdk 1.4 but seems to translate well for tomcat4 (for the most part). This will help. al > > guys i am seriously confused now.. > > a normal jsp i can display in t

RE: Max thread/session timeouts

2005-07-21 Thread pacea
Mr. Taylor, Not sure how you got on this list. To remove yourself, scroll to the bottom of any one of the messages to which you've replied and click on the unsubscribe link. Warren Pace > Take me off this fucking list. > > WARREN TAYLOR > Sunbelt Business Advisors > Sunbelt Business Brok

Re: Serving .jsp's from other dirs (newbie)

2005-07-14 Thread pacea
Have you created a proper directory structure under /site? (i.e. /site/WEB-INF, etc) and written your /site/WEB-INF/web.xml file for the app? Change the JkMount directives in httpd.conf and omit the .jsp (i.e. JkMount /site/*). Save html and jsp file in /site. Save servlets in /site/WEB-INF/

Re: Cannot start Tomcat 4.1

2005-06-10 Thread pacea
Which Sun j2sdk did you install 1.4 or 1.5? If you installed the Debian-Tomcat 4 package and are using JDK 1.4, try to restart tomcat by typing /etc/init.d/tomcat4 restart The Debian package installs a script named tomcat4 in /etc/init.d to start Tomcat when the system is started but you can als

Re: Running tomcat on Debian Sarge

2005-06-09 Thread pacea
Just remember that the Debian - Tomcat package listens on port 8180 instead of the default 8080 to prevent conflicts with another app which uses 8080. > [EMAIL PROTECTED] wrote: > > Well . . . he said he was a newbie . . . > > Jep, green as grass :-) Going to give it another try this weekend,

RE: Running tomcat on Debian Sarge

2005-06-09 Thread pacea
Well . . . he said he was a newbie . . . -- Original message -- > I have never installed any debian-tomcat/apache package. I simply download > source from apache and build my own. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > S

Re: Running tomcat on Debain Sarge

2005-06-09 Thread pacea
Need to clarify my previous posting. Debian has the jk2 connector package, not Blackdown. Also - the Debian-Tomcat installation listens on port 8180 instead of the default 8080.

Re: Running tomcat on Debian Sarge

2005-06-09 Thread pacea
Debian has a Tomcat 4.1 (4.1..31-3 to be exact) package for the "Sarge" distribution. The Sarge distribution is now the official "stable" release. If you're OK with Tomcat 4.1 and you're running Sarge, you can edit /etc/apt/sources.list: (omit all quotation marks) "deb http://mirrors.kernel.or

Re: What are those "No such list!" s and "Illegal IMail List Server Command!" ?

2005-05-17 Thread pacea
I want to know who did this to us . . . > > From: "Maxime" <[EMAIL PROTECTED]> > > Sent: Monday, May 16, 2005 11:13 PM > > > Since yesterday I am receiving a thousand of the same emails. > > What can I (or we) do to avoid these ??? > > You can set up your email client to filter them out based