JNI problem Tomcat 4.1.12

2002-10-21 Thread Roland S Nygren
Java version: j2sdk1.4.1 Tomcat: 4.1.12 I have a servlet (BilsvarInit) calling a native method (getLine). The native method is defined in /Program/j2sdk1.4.1/jre/lib/i386/prompt.dll Settings are: set JAVA_OPTS=-Djava.library.path=/Program/j2sdk1.4.1/jre/lib/i386 %JAVA_OPTS% set PATH=/Program/j2s

Re: JMX support in Tomcat

2002-10-10 Thread Roland S Nygren
I posted a similar question recently (no response though). I understand that the HTML adapter is http://localhost:8080/admin/ You must edit the file conf/tomcat-users.xml (see other postings on that) to be able to login. (If you unpacked tomcat with WinZip make sure you have the empty files s

Re: Admin...

2002-10-08 Thread Roland S Nygren
I added the following lines to tomcat-user.xml and then Admin worked fine! /Roland Nygren > I did that...and I was able to execute the manager commands...but from the > default main-page of the there's an Administration Tool and I tried the > username and password and it didn't

Tomcat JMX

2002-10-08 Thread Roland S Nygren
I understand Tomcat 4.1 is based on JMX. I there any documentation on this. - Is there any HTML adapter? If so is it activated by default or...? On what URL? - How do I register my MBeans? /Roland Nygren Security: Restricted -- To unsubscribe, e-mail: For additi