Request for help for an Architecture Decision.

2004-07-08 Thread Darshan Rawal
We implement a Messaging PLatform for Voice Applications. Our current platform has 2 Major Components as shown below:- Media Server --- MML/TCP-IP --- Application Server. We want to move to a new architecture for our Application Server where the interaction between App Server and Media Server is

RE: LDAP - newbee help

2004-07-06 Thread Kal Govindu
Thank you very much, that helped a lot. I have it working and authenticating correctly. Appreciate your help. A tool to look at your Active Directory setup is very useful to setting this stuff up. I used ldp and it worked great in telling me what to fill in. Thanks again. kal -Original

Help for jsp

2004-07-06 Thread Andre Legendre
Hi I try to run jsp from a servlet Servlet was working good without jsp. Any help welcome. Andre To try I first make a very basic jsp page : html body bgcolor=white h1 First try of : % out.print (request.getAttribute(servletName).toString()); % Servlet. /h1 /html The doGet method is also very

SSL Help

2004-07-04 Thread Anju Murthy
Hi, I have configured my application to run over SSL. I am forcing all requests to route to https using the following code in web.xml security-constraint web-resource-collection web-resource-nameLoginServlet/web-resource-name url-pattern/servlet/*/url-pattern

RE: SSL Help

2004-07-04 Thread Ariel Valentin
Murthy [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SSL Help Date: Mon, 5 Jul 2004 10:22:56 +0530 Hi, I have configured my application to run over SSL. I am forcing all requests to route to https using the following code in web.xml security-constraint

RE: SSL Help

2004-07-04 Thread Anju Murthy
this information to this new window so that the two alert messages don’t popup? Thanks Anju -Original Message- From: Ariel Valentin [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 10:30 AM To: [EMAIL PROTECTED] Subject: RE: SSL Help That

RE: LDAP - newbee help

2004-07-02 Thread Kal Govindu
To: Kal Govindu; 'Tomcat Users List (E-mail)' Subject: RE: LDAP - newbee help LDAP, Lightweight Directory Access Protocol, is a protocol that other programs use to look up contact information from a server, such as Microsoft Active Directory. It is a service provided by a server, not a server

RE: LDAP - newbee help

2004-07-02 Thread Ross Rankin
-Original Message- From: Ross Rankin [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 1:23 PM To: 'Kal Govindu'; 'Tomcat Users List (E-mail)' Subject: RE: LDAP - newbee help To authenticate users you will need an account / password that has read privileges and a base DN. You

LDAP - newbee help

2004-07-01 Thread Kal Govindu
Hello all, I am trying to setup tomcat 5 to authenticate against Microsoft Directory Server through LDAP. I have found a very detailed document for tomcat 5 and JNDI realm. One question before I go any further: Is LDAP server a server that needs to be started separately from directory server?

RE: LDAP - newbee help

2004-07-01 Thread Ross Rankin
service is LDAP-compatible. http://www.microsoft.com/windowsserver2003/techinfo/overview/ldapcomp.mspx Ross -Original Message- From: Kal Govindu [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 1:51 PM To: Tomcat Users List (E-mail) Subject: LDAP - newbee help Hello all, I am

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
tomcat as service? i think that startup.bat is loading something that service don't load? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 12:54 PM To: Tomcat Users List Subject: RE: Please Help! Tomcat 5.0.25 I'm at a loss at this point

Re: Please Help! Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured after replacing my service.bat with your service.bat... (declares tools.jar inside) =| org.apache.commons.dbcp.SQLNestedException: Cannot

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Robert Harper
credentials as the logged in user. Robert S. Harper 801.265.8800 ex. 255 -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 7:39 AM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic

I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
Dear friends, I just installed tomcat 5 in my machine. I put it in the the folder c:\Program Files\Apache Group\Apache\Tomcat 5.0. I tried to run the servlet examples and they are ok. However, I would like to try my own servlet. I wrote the HelloWorld.java and put it in the folder C:\Program

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
the original email. Thank you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 30, 2004 11:08 PM :: To: [EMAIL PROTECTED] :: Subject: I need help about deploying a servlet in tomcat :: :: Dear friends, :: :: I just installed tomcat 5 in my

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
immediately so that I can correct and delete the original email. Thank you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 30, 2004 11:08 PM :: To: [EMAIL PROTECTED] :: Subject: I need help about deploying a servlet in tomcat :: :: Dear friends

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 30, 2004 11:08 PM :: To: [EMAIL PROTECTED] :: Subject: I need help about deploying a servlet in tomcat :: :: Dear friends, :: :: I just installed tomcat 5 in my machine. I put

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
and delete the original email. Thank you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 30, 2004 11:30 PM :: To: Tomcat Users List :: Subject: RE: I need help about deploying a servlet in tomcat :: :: Dear Schalk, :: :: When I tried to compile

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Wendy Smoak
From: Brian SJ Wong [mailto:[EMAIL PROTECTED] When I tried to compile it there are some errors which says the same things when i tried to compile the .java file from the servlet-examples folder. I guess I missed doing some configurations which I am not familiar with. What did you type,

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
Well, I guess that I am totally lost:( This is the first time I use Tomcat and I don't know nothing about it. I already installed JDK and set the environment variable such as JAVA_HOME and set the class path very well. I used java before and every thing is fine. I am going to use the ROOT

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
the original email. Thank you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Thursday, July 01, 2004 12:22 AM :: To: Tomcat Users List :: Subject: RE: I need help about deploying a servlet in tomcat :: :: Well, I guess that I am totally lost

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
and delete the original email. Thank you. :: -Original Message- :: From: Schalk [mailto:[EMAIL PROTECTED] :: Sent: Thursday, July 01, 2004 12:33 AM :: To: 'Tomcat Users List' :: Subject: RE: I need help about deploying a servlet in tomcat :: :: When trying to compile your HelloWorld.java file what

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Wendy Smoak
, Tomcat will not automatically compile your Servlets. So, first thing, compile your HelloWorld.java file into HelloWorld.class. Your previous comments indicate that you know how to do that. If not, post the commands you're typing and the exact error message you're getting, and someone will help

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 9:39 PM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
No Sir... everything is in my pc... no remote access... Tomcat5.0.25 is in drive D as well as MS Access 2000... I'm also the only user of my pc.. Please Help! -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:00 PM To: 'Tomcat Users List

Re: Please Help!

2004-06-29 Thread Kunthar
Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables

RE: Please Help!

2004-06-29 Thread Aris Javier
PROTECTED] Sent: Tuesday, June 29, 2004 3:41 PM To: Tomcat Users List Subject: Re: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help

RE: Please Help!

2004-06-29 Thread Jacob Kjome
: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5

RE: Please Help!

2004-06-29 Thread Aris Javier
: Please Help! You specify Tomcat5.0. If that's true, you are using a pre-release version of Tomcat5. Update to the latest official version (or Tomcat-5.0.27beta) and retest. Make sure your driver is in common/lib as well. Note that CATALINA_HOME/bin/service.bat can be used to install/remove

Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat version is tomcat5.0.7 also, i dont see service.bat under catalina_home/bin

Re: Please Help! Tomcat 5.0.25

2004-06-29 Thread Jacob Kjome
and running tomcat using startup.bat...??? i need to run my application as a service.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat version

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
Access 2000? and how to install it...? Thanks! I'll test your updated service.bat and update you of my progress... -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:52 AM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 At 09:37

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
: Please Help! Tomcat 5.0.25 Thanks for the updated service.bat Sir Jake! I'll test it at once... Regarding my database... I'm just using MS Access 2000... I don't know what driver to use or how to install or configure it that's why I use sun.jdbc.odbc.JdbcOdbcDriver driver. What do you think

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Jacob Kjome
: Wednesday, June 30, 2004 11:36 AM To: Tomcat Users List Subject: RE: Please Help! Tomcat 5.0.25 Thanks for the updated service.bat Sir Jake! I'll test it at once... Regarding my database... I'm just using MS Access 2000... I don't know what driver to use or how to install or configure it that's

Re: help with tomcat 5 - mod_jk2 - apache 2

2004-06-28 Thread fix
Okay this was a Typo and i fixed it in the workers.properties file. I also put an empty jk2.properties file in the tomcat conf directories. However I don't really understand how you can change the jvmRoute to localhost? I have 2 instances of tomcat, I can't name them both localhost, can I? I

IIS - Tomcat - SSL - Please Help

2004-06-28 Thread Apahce Tomact
I have an SSL certificate already installed on IIS and would like my web pages to be displayed in HTTPS mode using Tomcat. What steps must I take to do this? Thank you very much in advance. Regards, Rama - Do you Yahoo!? Yahoo! Mail Address

Please Help!

2004-06-28 Thread Aris Javier
Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables are already declared as well as my system dsn... but still... org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General error Please Help! Thanks

help: deployed ROOT.war, now what?

2004-06-26 Thread javac javac
by downloading chapter01.war via http://www.samspublishing.com/title/0672324385/ and renaming it ROOT.war I was able to upload it at http://javac.eatj.com/ and, lo and behold, it works! now what? somehow I need to get in and look at my directory structure and so forth..how do I do that

help with tomcat 5 - mod_jk2 - apache 2

2004-06-25 Thread fix
Hey there, I've been searching for a long time know and can't seem to find a solution. I'm settin up a new production server (pIV 4 gig mem) and wanted to run 1 apache in front of several tomcat instances. I've set the whole thing up and it works almost, only the stickySession attribute isn't

Re: help with tomcat 5 - mod_jk2 - apache 2

2004-06-25 Thread Carsten Lex
Hi, perhaps it is only a typo, but stickSession=1 is wrong should be stickySession=1 Another thing is naming of jvmRoute=localhost:1009. We didn't include port here. The jk2.properties file is empty in our configuration. hope this helps a bit. Carsten fix wrote: Hey there, I've been searching for

help: where's ROOT.war?

2004-06-23 Thread javac javac
from http://www.eatj.com/ I uploaded a file after logging in. when i open the Tomcat Web Application Manager it's not listed. however, when i clicked on upload file and tried to upload it again, Tomcat said it already existed. 1.) where is it? 2.) how do i edit a .war file? i believe my

please help urgent!! Exception when a method returned a Serializable object from Jboss

2004-06-23 Thread Kam Lung Leung
Hello, Any help or suggestion is greatly appreciated. I have a Servlet that deployed in a standalone Tomcat version 4.1.30. The Tomcat is running in the same server as Jboss 3.2.1. The servlet accesses a method of a remote session bean that is deployed in Jboss. This method returns a java

help: first web app

2004-06-18 Thread javac javac
I had a sample hello.war file which I inadvertently deleted using the Tomcat Manager. 1.) where could I download a sample .war file? 2.) using either the Tomcat Manager or Tomcat Administration, how would I deploy it? I find Tomcat more challenging than anything so far encountered within Java

who may help me to deploy web-applicaiton to defaultContext?

2004-06-17 Thread Arsen A. Gutsal
I try to deploy web-applicaiton to default (ROOT) context. I'm using NetBeans 3.5.1 and Tomcat 4.06. I'm getting exception: SEVERE: End event threw exception java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: who may help me to deploy web-applicaiton to defaultContext?

2004-06-17 Thread Jens Skripczynski
Hi, a little bit more information might be usefull. - Can you deploy your web-app to a different Context ? - Does you web.xml file validate ? Arsen A. Gutsal: I try to deploy web-applicaiton to default (ROOT) context. I'm using NetBeans 3.5.1 and Tomcat 4.06. I'm getting exception: SEVERE:

problem with context element configuration - need some help

2004-06-16 Thread Guy Katz
hi; regarding the configuration of a Context element. i have an application called 'app' my configuration is currently: Context path=/ docBase=. debug=0 reloadable=true so in order to execute the application i need to type the url 'http://host:port/app i do not want to type the URL with the 'app'

RE: problem with context element configuration - need some help

2004-06-16 Thread Shapira, Yoav
Hi, Change context path=/ to path=. Yoav Shapira Millennium Research Informatics -Original Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 9:55 AM To: '[EMAIL PROTECTED]' Subject: problem with context element configuration - need some help hi

RE: problem with context element configuration - need some help

2004-06-16 Thread Guy Katz
thanks, that did it. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:55 PM To: Tomcat Users List Subject: RE: problem with context element configuration - need some help Hi, Change context path=/ to path=. Yoav Shapira Millennium

Help moving from a ConnectionBroker to using Tomcats DB Connection pool

2004-06-16 Thread Randy
Hello, I need a little help Hopefully I can give the info needed. My servlets have been using this code I found a long time ago called DbConnectionBroker It works very well. I have been trying to move to the db connection pool of tomcat. They both use org.gjt.mm.mysql.Driver But here

Re: Help moving from a ConnectionBroker to using Tomcats DB Connection pool

2004-06-16 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Randy wrote: Hello, I need a little help Hopefully I can give the info needed. My servlets have been using this code I found a long time ago called DbConnectionBroker It works very well. I have been trying to move to the db connection

help: how do I use web.xml to map hello.war?

2004-06-14 Thread javac javac
from http://www.eatj.com/ faq: Q: Why my servlet does not work? A: Your servlet only works in http://yoursubdomain/servlet/*. You need use web.xml to map it. 1.) where's web.xml? 2a.) do i: download, edit, upload web.xml? 2b.) can i edit web.xml with either Tomcat Administration or Tomcat

help: remote management for hello.war

2004-06-12 Thread javac javac
Tomcat Managers shows the following info: Message:OK Manager List Applications HTML Manager Help Manager HelpServer Status Applications PathDisplay NameRunning SessionsCommands / Welcome to Tomcat true0Start Stop Reload

Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Ruth, Brice
I'm in the process of taking an application that we've been deploying to our production/stage/dev servers running TC4.1 to deploying it on our dev server running TC5.0.18. On our local development workstations, we've been deploying to TC5 for quite a while now, with no problems ... I'm not

RE: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Shapira, Yoav
getting 404s or something else (such as previous 5xx errors) are preventing normal processing. Yoav Shapira Millennium Research Informatics -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:58 AM To: Tomcat Users List Subject: Help! Moving app

Re: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Ruth, Brice
] Sent: Thursday, June 10, 2004 10:58 AM To: Tomcat Users List Subject: Help! Moving app from TC4-TC5, blank pages, no errors! I'm in the process of taking an application that we've been deploying to our production/stage/dev servers running TC4.1 to deploying it on our dev server running

Re: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Ruth, Brice
getting 404s or something else (such as previous 5xx errors) are preventing normal processing. Yoav Shapira Millennium Research Informatics -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:58 AM To: Tomcat Users List Subject: Help! Moving

RE: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Shapira, Yoav
Hi, How strange... Is the behavior consistent across browsers, e.g. if you try IE or Opera? Yoav Shapira Millennium Research Informatics -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 11:52 AM To: Tomcat Users List Subject: Re: Help! Moving

Re: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Filip Hanik - Dev
AM Subject: RE: Help! Moving app from TC4-TC5, blank pages, no errors! Hi, How strange... Is the behavior consistent across browsers, e.g. if you try IE or Opera? Yoav Shapira Millennium Research Informatics -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent

Re: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Ruth, Brice
List Subject: Re: Help! Moving app from TC4-TC5, blank pages, no errors! The Access Log valve indicates that the error being generated is 404 ... I still get a blank screen with no errors in the browser, and no errors in Tomcat's logs. Here's the particular Access Log entry: 10.5.201.20

Re: Help! Moving app from TC4-TC5, blank pages, no errors!

2004-06-10 Thread Ruth, Brice
List [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:54 AM Subject: RE: Help! Moving app from TC4-TC5, blank pages, no errors! Hi, How strange... Is the behavior consistent across browsers, e.g. if you try IE or Opera? Yoav Shapira Millennium Research Informatics -Original Message

help: remotely accessing CATALINA_HOME

2004-06-08 Thread javac javac
via telnet (SSL is secure version?) can i login to a remote server to do this stuff from the command line? i suspect that might be the easiest way to muck about with tomcat. thanks, [EMAIL PROTECTED] http://javac.eatj.com/ -- ___

help: html form action points to wrong file?

2004-06-08 Thread javac javac
from http://www.myjavaserver.com/~javac/advjhtp1/WelcomeServlet3.html mozilla tells me WelcomeServlet3.class is a binary executable and asks if i want to save it. why isn't the .class file executing from the server, please? [EMAIL PROTECTED] http://www.myjavaserver.com/~javac/ --

RE: help: html form action points to wrong file?

2004-06-08 Thread electroteque
Hey i'm still a newbie here, but arent you suppose to just run it like this ? /WelcomeServlet3 -Original Message- From: javac javac [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:04 AM To: [EMAIL PROTECTED] Subject: help: html form action points to wrong file? from

Re: help: remotely accessing CATALINA_HOME

2004-06-08 Thread Hassan Schroeder
javac javac wrote: via telnet (SSL is secure version?) SSH is Secure Shell, but can i login to a remote server to do this stuff from the command line? sure. :-) However, if you're just getting started, you might find it better to just install Tomcat on your

help: uploaded hello.war, what now?

2004-06-07 Thread javac javac
in my system, fedora core one, there exists file /usr/bin/samples/quickstart/hello.war; which, upon examination, turns out to be a hello JSP complete with waving duke :) i've uploaded hello.war to my site, http://javac.eatj.com/, but, now what? thanks, javac at mail dot com

Help with running Tomcat

2004-06-05 Thread sowmya
. There is no change that I have made, either to the classpath or the path of the directory structure. It seems rather mysterious to me. I reinstalled the whole thing - but the problem still remains. Any help would be greatly appreciated. Thanks in advance, Sowmya

Help getting to index.jsp

2004-06-05 Thread stella luna
None of my image graphics for my default index.jsp page or loading, as well as the manager and admin apps seem to be broke. my sever.xml file looks like this Server port=8005 shutdown=SHUTDOWN debug=0 Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 address=127.0.0.1

Re: Help getting to index.jsp

2004-06-05 Thread stella luna
THAT WOULD BE tgrant.com/index.jsp On Jun 5, 2004, at 7:55 PM, stella luna wrote: None of my image graphics for my default index.jsp page or loading, as well as the manager and admin apps seem to be broke. my sever.xml file looks like this Server port=8005 shutdown=SHUTDOWN debug=0

Re: Help getting to index.jsp

2004-06-05 Thread Ariel Valentin
PROTECTED] Subject: Re: Help getting to index.jsp Date: Sat, 5 Jun 2004 20:01:16 -0400 THAT WOULD BE tgrant.com/index.jsp On Jun 5, 2004, at 7:55 PM, stella luna wrote: None of my image graphics for my default index.jsp page or loading, as well as the manager and admin apps seem to be broke. my

RE: Help with running Tomcat

2004-06-05 Thread Ariel Valentin
] From: sowmya [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Help with running Tomcat Date: Sat, 5 Jun 2004 12:17:35 -0700 (PDT) hi, I'm working on the tomcat server and i have it installed on my laptop running Windows XP. It was working fine

RE: Help with running Tomcat

2004-06-05 Thread Oswald Campesato
logs? I am not sure if it writes anything but it is worth looking at. Mr. Ariel S. Valentin mailto: [EMAIL PROTECTED] From: sowmya Reply-To: Tomcat Users List To: [EMAIL PROTECTED] Subject: Help with running Tomcat Date: Sat, 5 Jun 2004 12:17:35 -0700 (PDT) hi, I'm working on the tomcat

Re: Help with running Tomcat

2004-06-05 Thread anish
the error coming on the console. please include that in the next mail. then only we can help u to resolve that error. Regards.. Anish..

Unknown error in tomcat log help

2004-06-04 Thread James Sherwood
Hi, I get this error in my tomcat log once and a while. It doesnt seem to affect the site any and I was just wondering if anyone knew what it was? I am using tomcat 5.025, apache 2.049 and mod_jk 1.25 Thanks ** Exception during

RE: Unknown error in tomcat log help

2004-06-04 Thread Shapira, Yoav
: Friday, June 04, 2004 7:05 AM To: Tomcat Users List Subject: Unknown error in tomcat log help Hi, I get this error in my tomcat log once and a while. It doesnt seem to affect the site any and I was just wondering if anyone knew what it was? I am using tomcat 5.025, apache 2.049 and mod_jk 1.25

FW: Apache + mod_jk + Tomcat Configuration Help

2004-06-02 Thread Emre
I need serious help with Tomcat and mod_jk configuration. Currently I am running a website that gets about 1 million page hits a day. Lately, there has been serious issues with my Tomcat servers. I believe this is due to higher than average traffic. This prompts me to better configure and fine

looking for help

2004-06-02 Thread Matthew Chen
Hi! All I am new to the list. I am running Tomcat version 5.0.12, it runs pretty good most of time. But recently I got the following error twice. Before I am going deep to look into if I have some severe memory leak on my program, I want to find out if this is something Tomcat

Re: FW: Apache + mod_jk + Tomcat Configuration Help

2004-06-02 Thread Graham Bleach
On Wed, Jun 02, 2004 at 03:42:24PM -0400, Emre wrote: I need serious help with Tomcat and mod_jk configuration. Currently I am running a website that gets about 1 million page hits a day. Lately, there has been serious issues with my Tomcat servers. I believe this is due to higher than

wc_get_worker_for_name, done did not found a worker - Plea for help

2004-06-01 Thread Barry Roberts
I'm getting desperate to get mod_jk working in apache on RHES 3 talking to tomcat 5.0.19 on (another) RHES3. I'm getting the error from the subject line if I set JkLogLevel to debug. In the browser I see 500's for ANY servlet. I've tried the RHES3 apache2 rpms (httpd-2.0.46-25.ent), building

Re: wc_get_worker_for_name, done did not found a worker - Plea for help

2004-06-01 Thread Barry Roberts
Oops, I just noticed that I cut and pasted from two different places. My httpd.conf from apache1 is looking for a worker lb and the workers.properties from apache2 doesn't have that. Here are the correct lines from the apache2 httpd.conf JkWorkersFile

RE: Mod_jk error... help me please

2004-05-31 Thread Kommuru, Bhaskar
Hi Emerson, I am using Mod_jk2-2.0.4 (downloaded latest source). Any clues on this? Thanks bhaskar -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 7:02 PM To: Tomcat Users List Subject: Re: Mod_jk error... help me please I'm confused

help needed...........

2004-05-28 Thread Rahul Bhardwaj
hi all! we have a project requirement where in we have to use tomcat 4.1 along with win2k japanese version. wat all changes i have to make in tomcat for this. we will have JSP and java beans. database will be oracle 9i. warm rgds, Rahul Bhardwaj

Mod_jk error... help me please

2004-05-28 Thread Kommuru, Bhaskar
apache? Please help me if any one knows!! Regards Bhaskar __ For information about the Standard Bank group visit our web site www.standardbank.co.za

Re: Mod_jk error... help me please

2004-05-28 Thread Emerson Cargnin
by compiler?? mod_jk??? you mean mod_jk2? 2. Should the compiler version of Apache2.0.49 and Mod_jk2.0.4 be the same? 3. If so, How can i find version of compiler that compiled apache? Please help me if any one knows!! Regards Bhaskar

tomcat 4.04 SSL third party certificates..does it work? need help

2004-05-28 Thread John DEsposito
please help? Thanks, John D'Esposito IBM Global Web Architecture - Project Office - Application Integration phone: 732-927-0399

RE: mod_jk problems - Need help!

2004-05-27 Thread Carl Olivier
Olivier [mailto:[EMAIL PROTECTED] Sent: 07 May 2004 02:21 PM To: 'Tomcat Users List' Subject: RE: mod_jk problems - Need help! Hey. In reply to my own post: I have now deployed the latest mod_jk2 buiild (2.04) that I compiled to the server mentioned below. The problem has now gone

RE: Tomcat Hung!!! Help needed

2004-05-26 Thread Ryan Lissack
: Re: Tomcat Hung!!! Help needed actually, my problem is memory consuming, I think you thought I had questioned first :) I'm using suse 9.1, does this export help in something in my case? thaks Emerson Ryan Lissack wrote: Hi, Yes it will more than likely fix your problem. It is a problem

RE: Tomcat Hung!!! Help needed

2004-05-25 Thread Zsolt Koppany
Did you try: export LD_ASSUME_KERNEL=2.2.5 ... start tomcat now Zsolt -Original Message- From: Innovest Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 6:08 AM To: [EMAIL PROTECTED] Subject: Tomcat Hung!!! Help needed hello all, Currently, I have Tomcat 4.1.30

RE: Tomcat Hung!!! Help needed

2004-05-25 Thread Innovest Ken
, 2004 6:08 AM To: [EMAIL PROTECTED] Subject: Tomcat Hung!!! Help needed hello all, Currently, I have Tomcat 4.1.30 running on Linux Redhat 9, using jdk 1.4.2_03. It is now running live and every day it will hang at least once. We are unable to see any error message in the log

Help: Catalina Authentication

2004-05-25 Thread ben.hill
, is there a good doc that explains JAAS integration with Tomcat / Catalina? Any help would be really appreciated! Cheers, Ben This email may contain information which is privileged or confidential. If you are not the intended

Re: Tomcat Hung!!! Help needed

2004-05-25 Thread Emerson Cargnin
my kernel is 2.4.21-99, does help using this export? :) Zsolt Koppany wrote: Did you try: export LD_ASSUME_KERNEL=2.2.5 ... start tomcat now Zsolt -Original Message- From: Innovest Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 6:08 AM To: [EMAIL PROTECTED] Subject: Tomcat Hung

RE: Tomcat Hung!!! Help needed

2004-05-25 Thread Ryan Lissack
PROTECTED] Sent: 25 May 2004 17:28 To: Tomcat Users List Subject: Re: Tomcat Hung!!! Help needed my kernel is 2.4.21-99, does help using this export? :) Zsolt Koppany wrote: Did you try: export LD_ASSUME_KERNEL=2.2.5 ... start tomcat now Zsolt -Original Message- From

Re: Tomcat Hung!!! Help needed

2004-05-25 Thread Emerson Cargnin
actually, my problem is memory consuming, I think you thought I had questioned first :) I'm using suse 9.1, does this export help in something in my case? thaks Emerson Ryan Lissack wrote: Hi, Yes it will more than likely fix your problem. It is a problem with RedHat 9 and NPTL. Search

RE: JDBC one littler help (I need one example more good)

2004-05-25 Thread Teixeira, Jorge (Informaker)
Can you give one little example, because I try do it but my tomcat return to me one error say that not have one drive defined for this conection or dis drive not exist... I want use pool connection of tomcat-catalina. I'm sending the attached file to help you understand my problem, I'm using

Tomcat Hung!!! Help needed

2004-05-24 Thread Innovest Ken
the database connection. I did a thread dump before the tomcat hangs, but it is too big to be displayed here. I can post any more info upon request. Any help??? Thanks Here is part of the server.xml: Connector className=org.apache.coyote.tomcat4.CoyoteConnector acceptCount=150 bufferSize=2048

RE: Help: Tomcat JAAS Authentication Help (How does j_security_check work?)

2004-05-19 Thread ben.hill
If anyone has any insights; could you CC me in the reply. It seems I am having problems receiving the mails from tomcat-user. Cheers, Ben -Original Message- From: HILL, Ben -Syntegra UK Sent: 18 May 2004 12:17 To: [EMAIL PROTECTED] Subject: Help: Tomcat JAAS Authentication Help

Help: Tomcat JAAS Authentication Help (How does j_security_check work?)

2004-05-18 Thread ben.hill
help would be appreciated, if you know of any howtos or docs, that would be great! Cheers, Ben This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please

I need help: Configure log4j in Tomcat/Windows 2000

2004-05-17 Thread Dotterweich Juergen
Hello, I need to now, how to configure the log4j from Tomcat in Windows 2000. What is log4j? I am new with Tomcat. I have installed jakarta-slide-2.0-tomcat-4.1.30 with Axis1_1 under the operating system Windows 2000 and it runs. But I get a WARNING if I start and stop the Tomcat. The WARNING

RE: I need help: Configure log4j in Tomcat/Windows 2000

2004-05-17 Thread Shapira, Yoav
and log4j will configure itself automatically. Yoav Shapira Millennium Research Informatics -Original Message- From: Dotterweich Juergen [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 5:54 AM To: '[EMAIL PROTECTED]' Subject: I need help: Configure log4j in Tomcat/Windows 2000 Hello, I

RE: I need help: Configure log4j in Tomcat/Windows 2000

2004-05-17 Thread Shane Linley
location as well. Yoav Shapira Regards, Shane. -Original Message- From: Dotterweich Juergen [mailto:[EMAIL PROTECTED] Sent: Monday, 17 May 2004 5:54 PM To: '[EMAIL PROTECTED]' Subject: I need help: Configure log4j in Tomcat/Windows 2000 Hello, I need to now, how to configure the log4j from

Re: Help with Simple JDBC Connection (sry, kinda long)

2004-05-11 Thread Keg
Parsons Technical Services wrote: Keg, Don't see anything at this point. Post the context section for this app. Doug - Original Message - From: Keg [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, May 08, 2004 9:47 PM Subject: Re: Help with Simple JDBC

<    5   6   7   8   9   10   11   12   13   14   >