unsubscribe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> "Joe" == Joe Phillips <[EMAIL PROTECTED]> writes:
Joe> As for your past question regarding packages. I'm planning to
Joe> start packaging JBOSS literally any day now as I have a need for
Joe> them too.
Add this to your sources.list:
deb http://mirror.brainfood.com/brainfood-public sid main
> "Christopher" == Christopher Browne <[EMAIL PROTECTED]> writes:
Christopher> It looks like the dependancies on that involve gij/gcj,
Christopher> but not any JDK stuff.
You'll still need a JVM implementation. The startup script uses the
'java' binary. (On my system, it uses Blackdown Java
> "Dan" == Dan Radovsky <[EMAIL PROTECTED]> writes:
Dan> Exception in thread "main" java.lang.UnsatisfiedLinkError:
Dan> /usr/local/jdk1.2.2/jre/lib/i386/libfontmanager.so:
Dan> libstdc++-libc6.1-1.so.2: cannot open shared object file: No such
Dan> file or directory at
Dan> java.lang.ClassLoad
> "J" == J R Westmoreland <[EMAIL PROTECTED]> writes:
J> I hope this is not TOO stupid of a question but Tomcat uses
J> port 8007 for communications with apache. Is there a way, or does
J> it already exist, to tcp wrap this port? I have noticed that MANY
J> other daemon or daemon like apck
> "Adam" == Adam Heath <[EMAIL PROTECTED]> writes:
> "Stefan" == Stefan Gybas wrote:
Stefan> Fine, and the Debian package uses the same user as Apache
Stefan> (default: www-data), also for security reasons :)
Adam> I consider that a bug, and should probably file one. tomcat
Adam> should n
> "Max" == Max Kellermann <[EMAIL PROTECTED]> writes:
[Running tomcat as www-data]
Max> Not really a security risk, as it does not open new holes, but
Max> running both with the same UIDs means they've got the same
Max> permissions on the system.
I understand.
Thanks for the explanation.
--
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> So static parts inside the /mywebapp directoy were served by
Stefan> Apache directly and dynamic parts (JSP pags and servlets) were
Stefan> passed to Tomcat using mod_jk. This changed in Tomcat 3.3: All
Stefan> files inside /myweba
> "GOMEZ" == GOMEZ Henri <[EMAIL PROTECTED]> writes:
GOMEZ> Yep, I added also in tomcat bin wrapper a :
GOMEZ> chown -R tcuser:tcuser /var/tomcat/
GOMEZ> to make sure that tomcat is running with the rigth profile
That is not a good idea. The tomcat user should not own any files
(besides log
> "GOMEZ" == GOMEZ Henri <[EMAIL PROTECTED]> writes:
GOMEZ> Consider that you could have a web application, .war, which
GOMEZ> will be exploded by tomcat at runtime so you need for some
GOMEZ> dirs, logs, work, webapps write access !!!
An application server has no legitimate reason to change
> "Soeren" == Soeren Kalesse <[EMAIL PROTECTED]> writes:
Soeren> Now I'm wondering how it's possible to change the location of
Soeren> the mod_jk.so in tomcats configuration from libexec/mod_jk.so
Soeren> to /usr/lib/apache/1.3/mod_jk.so.
Hmm... I only have the latter file.
Soeren> It also s
> "yihan" == yihan <[EMAIL PROTECTED]> writes:
yihan> I've installed j2sdk1.3 from Blackdown Org., unfortunately when
yihan> I tried to install JavaICQ, it said that I didn't have
yihan> classes.zip file. I've searched through the filesystem, I
yihan> couldn't get it. The command I used was "
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes:
Arnaud> org.apache.jasper.JasperException: Unable to compile class for
Arnaud> JSP
Arnaud> Because of:
Arnaud> java.security.AccessControlException: access denied
Arnaud> (java.lang.RuntimePermission
Arnaud> accessClassInPackage.sun.to
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> I just removed all in /var/cache/tomcat4 and tried 0.6 and it
Stefan> worked fine on my system (i386, Blackdown JDK 1.3.1 and Sun
Stefan> JDK 1.4). Which JDK are you using? Please note that all
Stefan> versions up to 0.6 have a bug
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes:
Arnaud> Thank you, I'll try ipchains, but I didn't know apache was set
Arnaud> root (thought www-data).
Apache starts as root, in order to bind to port 80. It also opens some
log files in /var/log/apache with root privileges IIRC.
This
I upgraded my tomcat4 packages to version 4.0.2-1 last week.
One minor nitpick: the tomcat4-webapps package does not install the
applications by default. I had to create symlinks in
/usr/share/tomcat4/webapps to make them work. It would be nice if the
package installed those links by itself.
Anot
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> It should automatically install them since the package's
Stefan> postinst even restarts Tomcat. Maybe you have used an
Stefan> expterimental version of the package before and not removed
Stefan> the tomcat4 package before installin
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> Yes, you need special privileges to compile JSP pages but the
Stefan> Tomcat classes that do this job should have these priviliges
Stefan> in the default configuration. If this does not work for you
Stefan> please submit a bug repo
> "R" == R Pac <[EMAIL PROTECTED]> writes:
R> Does anybody know a programm which convert java source file to
R> latex ? thanks best regards
A quick search on CTAN gives one package:
tinyc2lPretty print C/C++/Java source code using LaTeX.
http://www.ctan.org/tex-archive/help/Catalogue/ent
unsubscribe
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> "Joe" == Joe Phillips <[EMAIL PROTECTED]> writes:
Joe> As for your past question regarding packages. I'm planning to
Joe> start packaging JBOSS literally any day now as I have a need for
Joe> them too.
Add this to your sources.list:
deb http://mirror.brainfood.com/brainfood-public sid main
> "Christopher" == Christopher Browne <[EMAIL PROTECTED]> writes:
Christopher> It looks like the dependancies on that involve gij/gcj,
Christopher> but not any JDK stuff.
You'll still need a JVM implementation. The startup script uses the
'java' binary. (On my system, it uses Blackdown Java 1
> "Dan" == Dan Radovsky <[EMAIL PROTECTED]> writes:
Dan> Exception in thread "main" java.lang.UnsatisfiedLinkError:
Dan> /usr/local/jdk1.2.2/jre/lib/i386/libfontmanager.so:
Dan> libstdc++-libc6.1-1.so.2: cannot open shared object file: No such
Dan> file or directory at
Dan> java.lang.ClassLoa
> "J" == J R Westmoreland <[EMAIL PROTECTED]> writes:
J> I hope this is not TOO stupid of a question but Tomcat uses
J> port 8007 for communications with apache. Is there a way, or does
J> it already exist, to tcp wrap this port? I have noticed that MANY
J> other daemon or daemon like apc
> "Adam" == Adam Heath <[EMAIL PROTECTED]> writes:
> "Stefan" == Stefan Gybas wrote:
Stefan> Fine, and the Debian package uses the same user as Apache
Stefan> (default: www-data), also for security reasons :)
Adam> I consider that a bug, and should probably file one. tomcat
Adam> should
> "Max" == Max Kellermann <[EMAIL PROTECTED]> writes:
[Running tomcat as www-data]
Max> Not really a security risk, as it does not open new holes, but
Max> running both with the same UIDs means they've got the same
Max> permissions on the system.
I understand.
Thanks for the explanation.
-
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> So static parts inside the /mywebapp directoy were served by
Stefan> Apache directly and dynamic parts (JSP pags and servlets) were
Stefan> passed to Tomcat using mod_jk. This changed in Tomcat 3.3: All
Stefan> files inside /myweb
> "GOMEZ" == GOMEZ Henri <[EMAIL PROTECTED]> writes:
GOMEZ> Yep, I added also in tomcat bin wrapper a :
GOMEZ> chown -R tcuser:tcuser /var/tomcat/
GOMEZ> to make sure that tomcat is running with the rigth profile
That is not a good idea. The tomcat user should not own any files
(besides lo
> "GOMEZ" == GOMEZ Henri <[EMAIL PROTECTED]> writes:
GOMEZ> Consider that you could have a web application, .war, which
GOMEZ> will be exploded by tomcat at runtime so you need for some
GOMEZ> dirs, logs, work, webapps write access !!!
An application server has no legitimate reason to change
> "Soeren" == Soeren Kalesse <[EMAIL PROTECTED]> writes:
Soeren> Now I'm wondering how it's possible to change the location of
Soeren> the mod_jk.so in tomcats configuration from libexec/mod_jk.so
Soeren> to /usr/lib/apache/1.3/mod_jk.so.
Hmm... I only have the latter file.
Soeren> It also
> "yihan" == yihan <[EMAIL PROTECTED]> writes:
yihan> I've installed j2sdk1.3 from Blackdown Org., unfortunately when
yihan> I tried to install JavaICQ, it said that I didn't have
yihan> classes.zip file. I've searched through the filesystem, I
yihan> couldn't get it. The command I used was
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes:
Arnaud> org.apache.jasper.JasperException: Unable to compile class for
Arnaud> JSP
Arnaud> Because of:
Arnaud> java.security.AccessControlException: access denied
Arnaud> (java.lang.RuntimePermission
Arnaud> accessClassInPackage.sun.t
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> I just removed all in /var/cache/tomcat4 and tried 0.6 and it
Stefan> worked fine on my system (i386, Blackdown JDK 1.3.1 and Sun
Stefan> JDK 1.4). Which JDK are you using? Please note that all
Stefan> versions up to 0.6 have a bu
> "Arnaud" == Arnaud Vandyck <[EMAIL PROTECTED]> writes:
Arnaud> Thank you, I'll try ipchains, but I didn't know apache was set
Arnaud> root (thought www-data).
Apache starts as root, in order to bind to port 80. It also opens some
log files in /var/log/apache with root privileges IIRC.
Thi
I upgraded my tomcat4 packages to version 4.0.2-1 last week.
One minor nitpick: the tomcat4-webapps package does not install the
applications by default. I had to create symlinks in
/usr/share/tomcat4/webapps to make them work. It would be nice if the
package installed those links by itself.
Ano
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> It should automatically install them since the package's
Stefan> postinst even restarts Tomcat. Maybe you have used an
Stefan> expterimental version of the package before and not removed
Stefan> the tomcat4 package before installi
> "Stefan" == Stefan Gybas <[EMAIL PROTECTED]> writes:
Stefan> Yes, you need special privileges to compile JSP pages but the
Stefan> Tomcat classes that do this job should have these priviliges
Stefan> in the default configuration. If this does not work for you
Stefan> please submit a bug rep
> "R" == R Pac <[EMAIL PROTECTED]> writes:
R> Does anybody know a programm which convert java source file to
R> latex ? thanks best regards
A quick search on CTAN gives one package:
tinyc2lPretty print C/C++/Java source code using LaTeX.
http://www.ctan.org/tex-archive/help/Catalogue/en
38 matches
Mail list logo