RE: I've officially decided that JSTL is one of the worstthingsto ever happen

2004-07-07 Thread PATTUS Jean-Philippe
very constructive!!!
please could you don't use this list for yours great ideas
We understood that you don't want to use jstl, 
it's your problem.



-Message d'origine-
De : Ivan Jouikov [mailto:[EMAIL PROTECTED]
Envoyà : mercredi 7 juillet 2004 09:56
à : 'Tomcat Users List'
Objet : RE: I've officially decided that JSTL is one of the
worstthingsto ever happen


> Subject: Re: I've officially decided that JSTL is one of the worstthingsto
> ever happen
> 
> Oh, man, ...
> 
> > Ok let's settle this argument simple.
> >
> > Tonight, I'll ask my Christian Science friend to talk to Jesus,
> 
> Why not ask Jesus yourself? Prayer is open to anyone, and is not limited
> to the night.

Ehh not for me.  I'm a heathen and I'm going straight to hell, so
there's no point in even trying.  Night is preferable because usually prayer
goes hand in hand with virgin boy sacrifice, and there's less people around
at night to hear the screams in the church basement.

> 
> >  and ask him the following:
> >
> > "Jesus, if EL really DOES decrease performance significantly,
> > and should not be used at all, please give me absolutely NO sign.
> > However, if EL is a great thing and should be used by everyone, please
> > give me a sign".
> 
> Are you sure you haven't been setting us up just so you could say that?
> I'll admit, the 2LA for Expression Language causes me pause, but, ...
> 
> Well, just in case you're serious, I'll mention Matthew 12, ca. 39.
> Might also mention Gideon and his fleece.

Huh?


> 
> > I'll report to you in the morning and let you know what was God's
> opinion on that.
> 
> I have an idea what He would say:
> 
>Use the tools you understand. Work hard. Be happy.
>But don't insult other people by insulting their tools.
> 
>And don't tweak people just because they use strange 2LAs
>for their runtime expression languages.
> 
> I might be wrong, of course.
> 
> --
> Joel <[EMAIL PROTECTED]>
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.716 / Virus Database: 472 - Release Date: 05.07.2004
> 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 05.07.2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

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

RE: newbie error:address already in use

2004-07-06 Thread PATTUS Jean-Philippe
check your process, seek the process who uses the port and destroy it..

-Message d'origine-
De : Mehmet Kutlu INANÇ [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 7 juillet 2004 08:19
À : [EMAIL PROTECTED]
Objet : newbie error:address already in use


hi 
i have a problem with starting tomcat.

when tomcat starts an error occurs and log is here...

how can i solve this

best regards.



StandardServer.await: create[8005]: java.net.BindException: Address already
in use: JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
 at java.net.PlainSocketImpl.socketBind(Native Method)
 at java.net.PlainSocketImpl.bind(Unknown Source)
 at java.net.ServerSocket.bind(Unknown Source)
 at java.net.ServerSocket.(Unknown Source)
 at org.apache.catalina.core.StandardServer.await(StandardServer.java:487)
 at org.apache.catalina.startup.Catalina.await(Catalina.java:619)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:579)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

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

RE: howto disable webdav extensions / methods?

2004-07-06 Thread PATTUS Jean-Philippe
did you try to stop the application webdav under Tomcat Manager.
I think if you stop this application, all the webdav methods will be
unavailable.

-Message d'origine-
De : Tim Funk [mailto:[EMAIL PROTECTED]
Envoye : mardi 6 juillet 2004 17:04
A : Tomcat Users List
Objet : Re: howto disable webdav extensions / methods?


How do you mean disable? The default servlet has an option to allow/disallow

DELETE, etc.

Oterwise - you can define a security constraint in web.xml on these methods 
and have them no be accessible by any role.

-Tim



Patrick Glennon wrote:

> Anyone have any thoughts on this?  Maybe I'll try posting on the developer
> list, for the life of me, I can't seem to find where to shut this off.  
> 
>  
> 
>   _  
> 
> From: Patrick Glennon 
> Sent: Thursday, July 01, 2004 4:52 PM
> To: 'Tomcat Users List'
> Subject: howto disable webdav extensions / methods?
> 
>  
> 
> How do I disable the webdav extensions?  Basically, I don't want to allow
> any of the webdav methods ( PROPFIND, OPTIONS, COPY, DELETE, etc... ), but
I
> cannot find where to disable or limit them.  
> 
>  
> 
> This is running tomcat direct, I know how to do it with Apache, I just
don't
> know how to do it with tomcat.
> 

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


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



RE: tomcat manager login problem

2004-07-05 Thread PATTUS Jean-Philippe
what is the associate role to your user tomcat?
check this role , the login must have the "manager" role.

-Message d'origine-
De : U A [mailto:[EMAIL PROTECTED]
Envoyé : lundi 5 juillet 2004 16:34
À : [EMAIL PROTECTED]
Objet : tomcat manager login problem


Hello,

I had installed Tomcat 5.0.19 with Apache2 on my SuSE 9.1 OS. I want to 
manage from tomcat administration tool. I had taken from  
/etc/tomcat/base/tomcat-users.xml file for login information. Login 
informations are "tomcat". It denied when I entered from 
http://localhost:8080/manager/html page. Error gives as "HTTP Status 403 
- Access to the requested resource has been denied".

Have any suggestions for login to manager tool!

thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

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

RE: How to increase memory

2004-07-02 Thread PATTUS Jean-Philippe
I put the java_opts at the beginning of my startup.bat
set JAVA_OPTS= -Xms"40m" -Xmx"1536m"

-Message d'origine-
De : Gunnar Pörschke [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 2 juillet 2004 08:35
À : 'Tomcat Users List'
Objet : AW: How to increase memory


Where do I have to add this? Also in the catalina.bat?
I tested set CATALINA_OPTS=%CATALINA_OPTS% -Xms1024m -Xmx2048m in
Catalona.bat as mentioned from Thilo Krawietz' email.

Still it seems to be very slow.

Thank you

Gunnar

-Ursprüngliche Nachricht-
Von: alu, artifex [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 1. Juli 2004 16:59
An: Tomcat Users List
Betreff: Re: How to increase memory


by setting the environment variable JAVA_OPTS to something like this: 
-Xms32m -Xmx512m
this will cause the vm to allocate 32m at startup and limits the maximum
java heap memory size to 512mb.

you can set the environment variable by adding the following command
somewhere at the beginning of startup.bat:

set JAVA_OPTS=-Xms32m -Xmx512m

art

Gunnar Pörschke wrote:

>where and how do I increase memory (win2003Srv) for tomcat (4.1.30)?
> 
> 
>
>  
>


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




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

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

RE: Problems Starting Tomcat

2004-07-01 Thread PATTUS Jean-Philippe
Nobody for my pb?


-Message d'origine-
De : PATTUS Jean-Philippe [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 1 juillet 2004 13:52
À : Tomcat Users List
Objet : RE: Problems Starting Tomcat


check your JAVA_HOME variable.

-Message d'origine-
De : Alvin Randolph [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 1 juillet 2004 13:24
À : [EMAIL PROTECTED]
Objet : Problems Starting Tomcat


Hello;
Whenever I click the "Start Tomcat" all I get is a flash of the
Tomcat icon. When I click any of the links "Tomcat Administration"
or "Welcome", I get a panel requesting the User name & Password
before connecting me to http://127.0.0.1:8080/ADMIN/...
After 3 tries, I get the "Unauthorized" panel. I am using
memoryrealm so the manager can use Tomcat-user.xml to validate
the username & password. There are no error messages in the
"Logs" folder. What did I do wrong?


Thanks,
Alvin Randolph

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

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

RE: Problems Starting Tomcat

2004-07-01 Thread PATTUS Jean-Philippe
check your JAVA_HOME variable.

-Message d'origine-
De : Alvin Randolph [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 1 juillet 2004 13:24
À : [EMAIL PROTECTED]
Objet : Problems Starting Tomcat


Hello;
Whenever I click the "Start Tomcat" all I get is a flash of the
Tomcat icon. When I click any of the links "Tomcat Administration"
or "Welcome", I get a panel requesting the User name & Password
before connecting me to http://127.0.0.1:8080/ADMIN/...
After 3 tries, I get the "Unauthorized" panel. I am using
memoryrealm so the manager can use Tomcat-user.xml to validate
the username & password. There are no error messages in the
"Logs" folder. What did I do wrong?


Thanks,
Alvin Randolph

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par   Interscan -- (on antivirus)--

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

Tomcat 4.1.29 RMI White Spaces

2004-07-01 Thread PATTUS Jean-Philippe
Hello the list,
I've got a rmi server and a web application under Tomcat 4.1.29 running on
the same machine.
When i run a sample test rmi client without Tomcat , i acces to my remorte
object with no problem.
Under Tomcat i have a remote exception :
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is: 
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is: 
java.net.MalformedURLException: no protocol:
Content/WEB-INF/classes/
at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:7
01)
at java.lang.Thread.run(Thread.java:534)
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC
all.java:247)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)

I imagine that someone try to access to my class with File.toUrl and so the
white spaces is not change in %20.
My class is under C:/Projects/.../Web Content/WEB-INF/classes...


If someone can help ...

@+ jp

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



TR: Black magic Authentication Digest and JDBC Realm on Tomcat 4.0.3

2002-06-12 Thread PATTUS Jean-Philippe

Nobody for my little pb, should i try black magic?

> -Message d'origine-
> De:   PATTUS Jean-Philippe [SMTP:[EMAIL PROTECTED]]
> Date: mercredi 12 juin 2002 10:46
> À:[EMAIL PROTECTED]
> Objet:Authentication Digest and  JDBC Realm on Tomcat 4.0.3
> 
> Hello,
> I'm working on Tomcat 4.0.3.
> i'm trying to put an authentication on my web app,
> if the auth-method is BASIC and 
> the Realm is   
>   driverName="oracle.jdbc.driver.OracleDriver"
>connectionName="Name"
>connectionPassword="Password"
>   connectionURL="jdbc:oracle:thin:@host:1521:toto"
>   userTable="userTable" userNameCol="userNameCol"
> userCredCol="userCredCol"
>   userRoleTable="userRole" roleNameCol="roleNameCol" /> 
> it works fine.
> But, if i replace BASIC by DIGEST, my authentication is KO. I've seen in
> the
> code that
>  JDBCRealm::getPassword() always return null!!!  
> 
> How can i configure my Tomcat in order to have JDBC Realm and Digest
> authentication???
> 
> Thanks 
> 
> PS : sorry for my poor english.
> 
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 

--- Interscan -- (on antivirus)

email-body was scanned and no virus found
-  Traite Par  --



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


Authentication Digest and JDBC Realm on Tomcat 4.0.3

2002-06-12 Thread PATTUS Jean-Philippe

Hello,
I'm working on Tomcat 4.0.3.
i'm trying to put an authentication on my web app,
if the auth-method is BASIC and 
the Realm is   
 
it works fine.
But, if i replace BASIC by DIGEST, my authentication is KO. I've seen in the
code that
 JDBCRealm::getPassword() always return null!!!  

How can i configure my Tomcat in order to have JDBC Realm and Digest
authentication???

Thanks 

PS : sorry for my poor english.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: