d Imaging API with
SecurityManager, and so I'll also list the required permission for it.
I'll work on it in the next weekend.
Any suggestions are welcome to me.
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
odeBase "file:${catalina.home}/shared/lib/activation.jar" {
// permission java.io.FilePermission
"/usr/local/jakarta-tomcat-4.1.12-LE-jdk14/shared/lib/mail.jar","read";
//};
I think this will help many Tomcat users, but do no harm.
Any suggestion/questions are w
is is the mailing list for the Tomcat developers.
What I can say here is...
The good how-to is available at:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
Good luck.
--
Happy Java programming!
Jun Inamori
OOP-Reserch Corporation
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-re
Hi,
> we have some configuration files that lies directly
> under WEB-INF/classes
> per ClassLoader.getResource.
Please try:
ClassLoader cl=Thread.currentThread().getContextClassLoader();
InputStream is=cl.getResourceAsStream("some.txt");
Happy Java programming!
---
Jun
please read:
http://java.sun.com/products/java-media/2D/forDevelopers/java2dfaq.html#xvfb
Happy Java programming!
--
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
ava programming!
-----------
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
44, which means that we need not take care
about their read permission in usual case.
But, as for JavaMail 1.3 Early Access, this is not true.
So, it may be worth checking it.
In fact, I spent more than an hour for this problem :-(
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mai
" + charEncoding );
}
// Global Default
if( charEncoding==null ) {
if( debug > 0 ) log( "Default encoding " + defaultEncoding );
if( defaultEncoding != null )
charEncoding=defaultEncoding;
}
What to you think of this?
Best regar
questDispatcher("/test.jsp").
forward(request,response);
return;
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
To prevent this, we need to limit the initail thread stack trase to 2M, either by:
(in case of bash) ulimit -s 2048
(in case of tcsh) limit stacksize 2048
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserc
ion file.
These features are well described in:
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html
As you pointed out, the new features should reflected also to other articles.
From Osaka in Japan.
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:
uff to be moved from
> /var/tomcat/conf to :
>
>/etc/tomcat/conf (mimic Apache httpd server conf)
>/etc/tomcat/
Yes.
> 4) Do you want the webapp stuff moved to /var/www/webapps ?
Yes.
> 5) Do you want the log stuff moved to /var/log/tomcat ?
Yes.
Best regards,
--
Hap
t so that it can be used also on ReHat.
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
rctomcat.sh
e some simple one.
I tested it with Tomcat 3.2.3 on Linux, and works well.
Any questions and comments are welcome to me.
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
Shinsenri-Kitamachi 2-24-7
Toyonaka city
Osaka
default encoding for the webapp ).
That's cool.
Now, you solved this issue.
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
the encoding of your file system.
pathInfo=new String(pathInfo.getBytes("EUC-JP"));
}
catch(UnsupportedEncodingException ex){
}
Any questions and comments are welcome to me.
Best regards,
--
Happy Java programming!
Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:http://www.oop-reserch.com/
ng entities to your
"tomcat.policy":
grant codeBase "file:/export/home/foo/webapp/bar" {
permission java.io.FilePermission "/export/home/foo/webapp/-", "read,
write, delete, execute";
};
And "/export/home/foo/webapp/bar" is the "docBase" direct
17 matches
Mail list logo