ow.
Cheers!
On Fri, Jan 14, 2011 at 5:12 PM, Pid wrote:
> On 1/14/11 10:31 PM, g f wrote:
> > Hello all,
> > Not sure if this is the proper area to post but here goes.
> > I have a debian os running Apache 2.2.16(debian) along with tomcat
> 6.0.29. I
> > use mod_jk as
Hello all,
Not sure if this is the proper area to post but here goes.
I have a debian os running Apache 2.2.16(debian) along with tomcat 6.0.29. I
use mod_jk as well as mod_auth_kerb module for apache.
I use common access cards and allow apache kerb module to handle all auth
and it works just fine
Am 07.12.2010 22:19, schrieb g f:
>
> Did you aptitude install tomcat6?
>> If so why not modify the init.d script that came with that.
>> If not perhaps you want to try to use the debs.
>> apt-get install tomcat6
>> G
>>
>> AFAIK there isn't su
Did you aptitude install tomcat6?
If so why not modify the init.d script that came with that.
If not perhaps you want to try to use the debs.
apt-get install tomcat6
G
On Tue, Dec 7, 2010 at 1:45 PM, Juha Laiho wrote:
> On 7.12.2010 18:45, Christoph Kukulies wrote:
> > Can be found any instructi
Hello all,
This may be better suited to Apache users group but I will try here in case.
I am running tomcat 6.0.24 , jre 1.6.0_16, Apache/2.2.15 (Debian) ,
mod_auth_kerb/5.4 , mod_jk/1.2.28 mod_python/3.3.1 all installed via apt on
Debian Lenny.
I have successfully been able to get all of this
Well thats embarrassing.
Thanks alot!
On Thu, Apr 29, 2010 at 10:28 AM, Paolo Santarsiero <
paolo.santarsi...@gmail.com> wrote:
> JkUnMount /*.html
> Where is the worker or load balancer? Should be something like this:
> JkUnMount /*.html worker1
>
> On 29 April 2
Hello all,
I am not entirely sure this is the correct list to post mod_jk questions
however the link from mod_jk did point to the the tomcat users list.
I am running a debian lenny box with:
Apache2 Version: 2.2.9-10+lenny2
Tomcat6 Version: 6.0.24-4
mod_jkVersion: 1:1.2.28-2
I am able to get
Perhaps change your code from
while((bytesRead = in.read(buf)) > 0) {
while((bytesRead = in.read(buf)) != -1) {
>From api:
Reads the next byte of data from the input stream. The value byte is
returned as an int in the range 0 to 255. If no byte is available
because the end of the stream has been
(Unknown Source)
at java.io.File.exists(Unknown Source)
.
.
Does my syntax look correct?
I did also try the following:
grant codeBase "file:/files/images/-" {
permission java.security.AllPermission;
};
Thanks.
On Thu, Nov 19, 2009 at 2:03 PM, Pid wrote:
> On 19/11/
Hello all,
I have a webapp in the following location:
/apps/tomcat/webapps/mywebapp
I have files located at:
/files/images
They are on different partitions.
I need to grant mywebapp read,write,execute permissions to these images.
I am attempting to configure SecurityManager to allow this but
Hello all,
I searched the tc website and google and havent had much luck finding info
on minor upgrades...most posts pertain to major (5.5 to 6.0 etc.)
I was wondering if it was possible to just overwrite the bin and the lib
directory in order to accomplish this upgrade?
Thanks in advance!
Did you verify that the user that you are connecting to mysql with has host
based permissions on mysql(In other words, does the user have rights to the
database from your webserver as the webserver is the host in this case)?
On Tue, Jan 27, 2009 at 9:09 AM, Glen Peterson wrote:
> Some application
Your public address will be your wan ip address(ienot 192.168.0.101).
Look in your dlink router config webpage under WAN and that will be your
public ip address.
Change your port forwarding(virtual server) to forward port 80 (on the
outside) to port 8080 on the inside.
If you kept tomcat conf
You did not mention if ssl worked with tomcat in the standalone mode(without
ISAPI).
can you access https://localhost:8084/yourwebapp?
If not:
Perhaps you need to uncomment ssl support in server.xml file
Uncomment the second block and restart.
−
HTH.
On Wed, Jan 14, 2009 at 9:27 AM, Alexander
Hello all,
not sure if this should be asked here or in the apache list so I will try
here first.
I have an application running completely inside of tomcat 6...lets call it
webappTomcat which runs on port 8084.
A coworker developed an application that runs mainly on apache(html and
javascript) alt
15 matches
Mail list logo