Re: Please Help

2001-12-24 Thread Nikola Milutinovic
Hello All, I want to create new user and group tomcat for apache-tomcat. Can anyone help me. How can I create new user and group on Linux Your Linux administrator should do it. If you are the fresh admin, then adduser or useradd is the command. Also, most Linux distributions today

Re: Cookies in tomcat-3.2.3

2001-12-24 Thread ian silvester
yes it does so no you can't. ditto tomcat 4 - cookies is the only reliable method for identifying an individual computer, so is therefopre the only method for managing sessions. ian - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday,

Re: Please Help

2001-12-24 Thread Designing Department
Thanks ! It worked But now I want to 'cp httpsdctl apache-tomcat' while creating apache-tomcat in $APACHE_HOME/bin but get an error cp: cannot stat `httpsdctl': No such file or directory I am new. Nikola Milutinovic wrote: Hello All, I want to create new user and group tomcat for

RE: Please Help

2001-12-24 Thread Martin van den Bemt
I don't think these question are ending up in the appropiate place.. Please check out http://www.linux.org/docs/index.html for more information about linux. Mvgr, Martin -Original Message- From: Designing Department [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 09:51 To:

Re: jsp:include

2001-12-24 Thread [EMAIL PROTECTED]
Your destination must be a string starting with a slash for it to be used as a value of the attribute page in jsp:include tag. Such a destination must represent your resource relative to the context root. So starting with ../ is incorrect. Try with /component.jsp If anyone can shed some

Re: Newbie, JNDI Error - Help Required

2001-12-24 Thread Amine AMAR
hi Rudi, Your pb can have 2 sources: - you are using JDK1.2, and this one does not ship JNDI with it. You need to download it from Sun and add it to your classpath. - you have the JNDI jar but it is not in your classpath. you can put it in %tomcat_home%\common\lib I hope this answers your

JavaScript problem(Urgent)

2001-12-24 Thread Galbayar
Can i use javaScript clear Document content? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: JSSE 1.0.2

2001-12-24 Thread Duncan Smith
Thanks. I've already added that line to the security file but it was in jre\lib\security. I don't beleive that I am running the security manager, but I am still getting that same message (java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory)

RE: Need to refresh .jsp page around five times before it worksproperly

2001-12-24 Thread Amit Kelkar
We are using tomcat 4 and we get a blank page if any attribute coming into the page is null... We are using tomcat standalone... I have no idea how to fix it... but I was about to post a question... Any body know why?? -Original Message- From: David Morsberger [mailto:[EMAIL

Resources

2001-12-24 Thread Mohan
Hello I am new to this list as well as Tomcat,.. I installed Tomcat in a Win NT Machine. I had some jsp pages which create xml files in the runtime ,( whenever a user had some shopping cart request).. These xml documents are stored to the root directory c:\, i want them to be stored inside a

webdav with apache-tomcat

2001-12-24 Thread Hitesh Sharma
I am not able to make out what is missing in my mail that it has n't caught any one's attention. Does it not explain the problem properly or something else? If anyone has solution to my problem please come forward Thanks a lot hitesh (original mail is following) - Original Message -

Re: linux + tomcat 3 memory leaks ?

2001-12-24 Thread Renato
Humm... Did you try the lastest nightly build ? I just happen to have the exact same configuration ( except the kernel ) and everything is running perfectly, much much better than in Tomcat 3.2.4 by the way. ( I strongly recommend the upgrade to everybody !! ) On Sat, 22 Dec 2001 12:52:24

Re: Cookies in tomcat-3.2.3

2001-12-24 Thread Zsolt Koppany
Hm, when a browser (or firewall) doesn't allow Cookies, I cannot use seesions. This is not good. Zsolt On Monday 24 December 2001 09:25 am, you wrote: yes it does so no you can't. ditto tomcat 4 - cookies is the only reliable method for identifying an individual computer, so is therefopre

RE: Cookies in tomcat-3.2.3

2001-12-24 Thread Wouter Boers
That is not true. Then you have to pass the session cookie as a parameter through URL rewriting. You see that quite often. But then again, who does not accept cookies nowadays? Wouter -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Monday, 24 December, 2001 14:32

RE: Load Balance problem

2001-12-24 Thread Guido Medina
You have to use two connectors firstable, the first to shutdown the tomcat (ajpv12) and the second ajpv13 and both in different ports, the fact you use two ports doesnt mean that every port is for a host, it is to make some balancing, you have to use JkMount in httpd.conf for every host but for

Re: Need to refresh .jsp page around five times before itworksproperly

2001-12-24 Thread David Morsberger
I can not make a blanket statement but when our pages do not load all attributes coming into the page are null. They are also null when the page is refreshed. From: Amit Kelkar [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 24 Dec 2001 21:39:38 +1100 To: Tomcat

Re: Newbie, JNDI Error - Help Required

2001-12-24 Thread Mark
At 04:24 PM 12/24/2001 +1000, you wrote: Hello, Can anyone please help me resolve this error message? I have attached the class (ConnectionPool.java) which causes this exception to be raised. Kind Regards, Rudi Error:init JNDI javax.naming.NoInitialContextException: Cannot instantiate

RE:

2001-12-24 Thread Guido Medina
put all the variables here: /etc/profile, and if you are using the startup script in linux (/etc/rc.d/init.d/tomcat) add . /etc/profile also there. That's it. I have done it three times on three linux servers. -Original Message- From: Ladjicke Diouf [mailto:[EMAIL PROTECTED]] Sent:

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
Have you tried any of three samples that come with JSSE? If not, try run those samples to see if your JSSE is well configured and ready to use. This will be your starting point to trace your problem. Once you have verified it, it will help you as well as other folks to have better understing of

RE: A problem with manager and Valves...

2001-12-24 Thread Cox, Charlie
I believe the RemoteAddrValve uses regular expression, so try a leading period as I'm not sure how reg exp treats a leading asterik. '.*' should allow all Charlie -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 22, 2001 1:35 PM To:

Re: Cookies in tomcat-3.2.3

2001-12-24 Thread Pae Choi
Cookie can be one of the available methods, but I am not certain it is only method for that purpose. Pae yes it does so no you can't. ditto tomcat 4 - cookies is the only reliable method for identifying an individual computer, so is therefopre the only method for managing sessions. ian

Howdy

2001-12-24 Thread Lonnie Wormley
I just joined the list today. I got Jakarta-Tomcat 4.01 running last night and I'm using the book JSP, Servlets and MySQL by David Harms as a tutorial. I have used tomcat 3.x at work with Oracle 8i and I wanted to really learn it myself at home. Lonnie -- To unsubscribe: mailto:[EMAIL

imp:IP problem

2001-12-24 Thread Gautam Banerjee
Hello! I have a problem wih running a site with tomcat.We have integrated IIS with Tomcat succesfully and the site is running.But the problem is that our domain name is registered with a DNS server whose IP is different than that of the Web server.Now when I type in the URL ,first in the IE

Re: JSSE 1.0.2

2001-12-24 Thread Renato
You probably also need to start Tomcat with extra startup options: TOMCAT_OPTS=- Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol On Mon, 24 Dec 2001 06:35:32 -0800, Pae Choi [EMAIL PROTECTED] escreveu : Have you tried any of three samples that come with JSSE? If not,

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
That's just one of three different ways we can set the system property which should be just a part of the JSSE learning curve. Pae You probably also need to start Tomcat with extra startup options: TOMCAT_OPTS=- Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol On

RemoteRuntimeException

2001-12-24 Thread Dan Lipofsky
I have this problem in tomcat-3.3 but not in tomcat-3.2.4. I am using tomcat for JSP and weblogic server 6.1 for EJB. The EJB throws an exception like com.mycompany.FoobarException but it shows up in my JSP page nested inside a weblogic.rmi.extensions.RemoteRuntimeException. I am using the same

RE(2): A problem with manager and Valves...

2001-12-24 Thread Cox, Charlie
Valve className=org.apache.catalina.valves.RemoteAddrValve accept=*.*.*.*/ /Context I also noticed that this should be 'allow', not 'accept' Charlie -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Re: [Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-24 Thread Darth Darknerd
I wouldn't know about extensive QA process or the terrorist thing. Microsoft ships with thousands of known bugs, and even QA still misses some huge bugs, and also security type issues are just not addressed in QA. (This coming from previous experience working for QA at Microsoft in

Re: JDBC Driver for MS SQL Server

2001-12-24 Thread Darth Darknerd
I have a question... Isn't there some TDS driver out there. I remember someone was working on a generic TDB-ODBC driver to Sybase/MS-SQL using an open source TDS library, and I vaguely remember coming across info about a JDBC-TDS library. Anybody can point me in the right direction, it be

Re: No examples with 4.0.1 install on OSX

2001-12-24 Thread Darth Darknerd
Christian, I really wish Mac OS X was for rookies, but it is by far not the fact. Actually, one needs considerable expertise to deal with the Mac OS X, because Apple does not follow the standards. It seems that most things in the /etc directory are just ignored. Take creating new users and

Problem Installing Tomcat.4.0.1 on Redhat Linux 7.0

2001-12-24 Thread Stan Levine
I am new to Linux, Apache and Tomcat. I am trying to install Tomcat 4.0.1. I already have Apache 1.3.12 installed as part of my Redhat Linux 7.0 installation. I downloaded webapp-module-1.0-tc40-linux-glibc2.2.tar.gz. 1) First I ran gunzip and built the tar file 2) Then I ran tar -xvf

Re: No examples with 4.0.1 install on OSX

2001-12-24 Thread Daniel Zimmerman
Peter, I've been successful in configuring Tomcat 4.0.1 on MacOSX. It installs without a hitch, but it was quite a challenge to configure. No need to switch to linux to get it to work... It sounds like your problem is most likely in the configuration of the web application

RE:

2001-12-24 Thread Ladjicke Diouf
Guido, Thanks for you help, I've realized, I have the Bourne shell. Do you know how to do it in Bourne shell or how to switch to c shell. Thanks, Ladjicke From: Guido Medina [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject:

Re:

2001-12-24 Thread antony
in bash use export, ie export JAVA_HOME=/usr/java/jdk1.3 Ladjicke Diouf wrote: Guido, Thanks for you help, I've realized, I have the Bourne shell. Do you know how to do it in Bourne shell or how to switch to c shell. Thanks, Ladjicke From: Guido Medina [EMAIL

A problem with manager and Valves...

2001-12-24 Thread Richard S. Huntrods
I believe the RemoteAddrValve uses regular expression, so try a leading period as I'm not sure how reg exp treats a leading asterik. '.*' should allow all Charlie I also noticed that this should be 'allow', not 'accept' Charlie Charlie, Thank you so much. It turned out to be the allow

Re:

2001-12-24 Thread Ladjicke Diouf
It's actually bourne shell (sh), sh came before bash. From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Date: Tue, 25 Dec 2001 12:41:03 +0900 in bash use export, ie export JAVA_HOME=/usr/java/jdk1.3 Ladjicke Diouf

Re:

2001-12-24 Thread Ladjicke Diouf
I figured it out, just in case you have to deal with that primitive shell do -- export JAVA_HOME; JAVA_HOME=/usr/java/jdk1.3 From: Ladjicke Diouf [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Date: Mon, 24 Dec 2001 22:14:24 -0600 It's

servlet can't access postgreSQL database

2001-12-24 Thread Sanjeev Rathore
Hi I am trying to use servlet to access postgreSQL database but I am not able to. I am able to run servlets just fine as long as they don't try to access postgreSQL database. If I run stand alone Java program, then I am able to access postgreSQL database just fine. I use: export

RE: servlet can't access postgreSQL database

2001-12-24 Thread Brian Adams
Hi, I am running it on Windows and put it in common\lib and did not touch any files and it sees it. hmmm... I have a redhat box and I have not dropped in the jar yet I will try... B -Original Message- From: Sanjeev Rathore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001

RE: servlet can't access postgreSQL database

2001-12-24 Thread Brian Adams
yep, just dropped it in common/lib in RedHat and restarted tomcat and it worked. :) B checked conf files, no sign of any postrgesql confs. -Original Message- From: Sanjeev Rathore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 10:50 PM To: [EMAIL PROTECTED] Subject: servlet

RE: JDBC Driver for MS SQL Server

2001-12-24 Thread
There is a JDBC driver for MS-SQL in IBM WebSphere. Maybe you counld try it. Good Luck. -Original Message- From: Darth Darknerd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 25, 2001 6:32 AM To: Tomcat Users List Subject: Re: JDBC Driver for MS SQL Server I have a

Re: JDBC Driver for MS SQL Server

2001-12-24 Thread Sri K Ganjam
Hi, Its being developed by freetds.org. They are developing JDBC drivers for MS SQL Server and Sybase based on TDS protocol under opensource. you can find more details here http://www.freetds.org Regards, Sri K Ganjam - Original Message - From: Darth Darknerd [EMAIL PROTECTED] To: Tomcat

Re: Howdy

2001-12-24 Thread Nikola Milutinovic
I just joined the list today. I got Jakarta-Tomcat 4.01 running last night and I'm using the book JSP, Servlets and MySQL by David Harms as a tutorial. I have used tomcat 3.x at work with Oracle 8i and I wanted to really learn it myself at home. Join the crowd. Nix.

Help!

2001-12-24 Thread Mohan
Hello Where should i configure a folder to store differnt resource files like xml and some configuration files, and also that folder should store files generated by jsp pages. Thanks in Advance, Mohan -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent:

Re: servlet can't access postgreSQL database

2001-12-24 Thread Nikola Milutinovic
I am trying to use servlet to access postgreSQL database but I am not able to. I am able to run servlets just fine as long as they don't try to access postgreSQL database. If I run stand alone Java program, then I am able to access postgreSQL database just fine. I use: export