Re: servlet question

2003-09-21 Thread Bruno Costacurta
It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under $J2EE_HOME/lib/) which contain javax.servlet.* Hope it helps. On Saturday 20 September 2003 17:45, water autumn wrote: hello: My environment is follow: JDK :

Re: servlet question

2003-09-21 Thread BAO RuiXian
Bruno Costacurta wrote: It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under $J2EE_HOME/lib/) which contain javax.servlet.* Hope it helps. Maybe. But, there should also be a servlet.jar in %TOMCATHOME%/common/lib directory. At least I have

Re: servlet question

2003-09-21 Thread Bruno Costacurta
Indeed. There is a servlet-api.jar under $TOMCAT_HOME/common/lib/ My Tomcat version is 5.0.0 On Sunday 21 September 2003 11:42, BAO RuiXian wrote: Bruno Costacurta wrote: It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under

Administration Tool

2003-09-21 Thread David Solbach
Hi, I just installed Tomcat 4 and I'm wondering what the login for the administration tool might be. Didn't find anything in the Documentation. Thanks, David -- David Solbach public key ID: 6372ED85 http://wwwkeys.pgp.net/ -- pgp0.pgp Description: PGP signature

RE: Administration Tool

2003-09-21 Thread Joseph Krasnov
User name is: admin Password : admin Default. -Original Message- From: David Solbach [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 10:00 AM To: [EMAIL PROTECTED] Subject: Administration Tool Hi, I just installed Tomcat 4 and I'm wondering what the login for the

Re: Administration Tool

2003-09-21 Thread Tim Funk
With the default tomcat install, the manager and admin are not configured with default userids/passwords. Doing so is a massive security flaw. http://jakarta.apache.org/tomcat/faq/security.html#login -Tim Joseph Krasnov wrote: User name is: admin Password : admin Default. -Original

Re: Administration Tool

2003-09-21 Thread David Solbach
Thanks a lot! David On Sun, 21 Sep 2003 11:44:48 -0400 Tim Funk [EMAIL PROTECTED] wrote: With the default tomcat install, the manager and admin are not configured with default userids/passwords. Doing so is a massive security flaw. http://jakarta.apache.org/tomcat/faq/security.html#login

Re: Administration Tool - Problem 2

2003-09-21 Thread David Solbach
Ok, edited the files as described in the documentation. Now I get the following error-message when I try to log on: --- HTTP Status 403 - Access to the requested resource has been denied type Status report message Access to the requested resource has been denied description Access to the

controlling file save location

2003-09-21 Thread Fam. Ruijters-Verberne
Hello, Although I started reading through the first free chapters of How Tomcat Works, by Budi Kurniawan, in an approach to understand tomcat more in general, I still have not find an answer to the following: If there is a specific basic tomcat setting to point out where files must be

a beginner pb

2003-09-21 Thread itsme reda
Hallo i am beginner to servlets and tomcat , i ve installed Tomcat 4.1.27 under linux i ve specified all variables CATALINA_HOME AND JAVA_HOME, i ve no pb in executing servlets that are coming with tomcat (in the example folder). but i ve a pb to run some servlets that i ve put in a test

Re: servlet question

2003-09-21 Thread Ben Souther
In order to compile servlets with javac, you will need to include all of the jar files found in ...common/lib in your classpath. Tomcat will include them automatically when it starts up for running the servlets but you will need to do set up your environment manually in order to compile with

admin and manager default password

2003-09-21 Thread Dan McCullough
Anyone know what they are or how to set them? thanks = Theres no such thing as a problem unless the servers are on fire! __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Catalina.stop: java.net.ConnectException: Connection refused

2003-09-21 Thread Ilja
Tomcat suddenly stopped working without any obvious reason... Config: Tomcat 5.09 Mac OSX 10.2.6 error: Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at

Re: a beginner pb

2003-09-21 Thread Peter Harrison
On Mon, 22 Sep 2003 00:51, itsme reda wrote: but i ve a pb to run some servlets that i ve put in a test folder under webapps . every thing is correct because i got those servlet from a cd of a book. the pb that i get when i call this servlet from the browser- knowing that the url introduced

Fwd: Delivery problems: Catalina.stop: java.net.ConnectException: Connection refused

2003-09-21 Thread Ilja
Why do I always get this message when I send an email to this list? 1) I subscribed to the list and confirmed it as well, even got a confirmation from the mailinglist deamon 2) the messages still do seem to arrive 3) I've send an email to the emailadres in this email, but nothing has changed

trouble access admin

2003-09-21 Thread Dan McCullough
Added the admin and manager to the tomcat-users.xml file. went to login and this is what I got type Status report message Invalid direct reference to form login page description The request sent by the client was syntactically incorrect (Invalid direct reference to form login page). any

Catalina.stop: java.net.ConnectException: Connection refused

2003-09-21 Thread Ilja
Tomcat suddenly stopped working without any obvious reason... Config: Tomcat 5.09 Mac OSX 10.2.6 error: Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method)    

Re: trouble access admin

2003-09-21 Thread Micael
Hi, Dan, I assume that you tried to login with your admin or manager id and then got the status report listed. That indicates that the code on the page is mistaken. Sounds like a bug. What version of tomcat are you talking about? Mine worked out of the box, so yours must be a newer

Re: trouble access admin

2003-09-21 Thread Dan McCullough
Yes, after somemore digging I found that if you try and access the admin by going directly to the admin page via favorite or something similar rather then accessing it via link you will get that error. I tested that by going to the favorite and trying it that way, then using the link of the

Re: Fwd: Delivery problems: Catalina.stop: java.net.ConnectException: Connection refused

2003-09-21 Thread Kwok Peng Tuck
It's not complaining about you, just about some address registered on the list. It looks like the tomcat list tried to forward a email to a user at chiinc.com but was unable to do so for the reason listed below. I get that from time to time as well. Ilja wrote: Why do I always get this

Re: article on tomcat performance

2003-09-21 Thread Peter Lin
Here is a quick update. I plan to release the finished article thursday or friday. tim and mike were kind enough to review it. I'm still waiting for the other reviewers. My question is what format would people like? word openoffice pdf peter Peter Lin [EMAIL PROTECTED] wrote: It

Config Error ??

2003-09-21 Thread David OBrien
I'm having a bit of a crisis on a web app i'm trying to setup using mod_jk and apache I get the following 404 error: type Status report message /naccrrajsp/servlet/naccrra.servlets.LoginServlet description The requested resource (/naccrrajsp/servlet/naccrra.servlets.LoginServlet) is not

tomcat won't read classes unless in explicit packages

2003-09-21 Thread Luke Vanderfluit
Hi, Does anyone have a solution or workaround for the following problem. I'm running an application under /tomcat/webapps. The application consists of a number of JSPs, servlets and bean classes, The package structure looks like this /tomcat/tutorialbeans

RE: article on tomcat performance

2003-09-21 Thread Prabhakar, Achal
PDF -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 8:44 PM To: Tomcat Users List Subject: Re: article on tomcat performance Here is a quick update. I plan to release the finished article thursday or friday. tim and mike were kind enough

Directory generator beginner's question

2003-09-21 Thread Faehndrich Philippe
Hello, I wish I could display the content of a directory, as we can do with a directory generator. The problem is, I don't want to display the file names, or creation or modification times, or sizes, but some elements that are part of these files, like what is in the TITLE, AUTHOR and KEYWORDS

Re: Blocking html

2003-09-21 Thread John Wallis
Hi users, The html pages are of the web and are not mine. My server somehow acts like a proxy giving my callers access to the web. I want to prevent this. In server.xml there are no proxyname/host settings -- ?? Any suggestions Thank You John Wallis On Fri, 19 Sep 2003, Tim Funk wrote: 1)