Re: kindly help me

2003-11-10 Thread Jan Faerber
Am Montag, 10. November 2003 06:54 schrieb vijay kaushik:

Don´t post the same thing in the dev and in the user mailing list!!!


Jan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Admin Passwords

2003-11-05 Thread Jan Faerber
Am Mittwoch, 5. November 2003 00:20 schrieb Kendall Kunz:

 We have Apache Tomcat installed and required a change to the password of
 the system.  After changing all the passwords, using the login screen
 called http://localhost:8080/index.jsp, under Tomcat Administration, we
 cannot login to access the system.  See also
 http://localhost:8080/admin/login.jsp.  Help?  How do we login and gain
 access again?

 Thank you,

 -Kendall



Hi K.K.

On http://www.onjava.com/pub/a/onjava/2003/06/25/tomcat_tips.html
you find a good description.
I had the same problem. But the only thing I did wrong was after changing the 
tomcat-users.xml file tomcat has to be restarted ... and that doesn´t work 
perfect on my SuSE. But after a few tries it´s done.
And yes... don´t forget to set the role and roles in the xml tags!

Greetings Jan


http://62.178.240.60 and tomcat on :1977 ((o;
icq 16938

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: rare problem with javac

2003-11-05 Thread Jan Faerber
Am Mittwoch, 5. November 2003 19:02 schrieb Javier:
 Hi

 I'm trying to compile my first servlet but Iýve
 problems with javac.



Hi - Java Examples in a Nutshell - David Flanagan
- page 460 - in the 2nd Edition:

Compiling Servlets

Your servlet conainer should come with a JAR file that contains the class 
files for the Servlet API. It will probably be in a file named 
lib/servlets.jar. You need this JAR file to be able to compile the classes 
in this chapter. [ remark ... Well - not only those in this book I guess - 
Jan ... ] Either edit your _CLASSPATH_ environment variable to include the 
file or place a copy of the file in the lib/jre/ext/ directory of your Java 
SDK, where the Java VM can find it automatically. Once you have done this, 
you can compile servlet classes with javac, just as you would compile other 
Java classes. If you cannot find the Servlet API classes in your servlet 
container distribution, you should be able to download them from Sun´s web 
site (http://java.sun.com/products/servlet/;). Be careful to download a 
version that matches the specifications supported by your servlet container.



Hope it helps - Jan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]