Web hosting suggestions for Tomcat

2011-10-06 Thread Murat Birben
Hi everyone, I want to hear your suggestions about web hosts that provide Tomcat and MySQL. Which one do you prefer to use? Your experiences are more valuable than the sites offers to me. Thank you in advance for your answers. Best, -- Murat BIRBEN

Re: Tomcat 5.5 creates 0 byte files

2010-07-05 Thread Murat Birben
r all your help. I'll be posting soon about the results. Best, On Fri, Jul 2, 2010 at 5:27 PM, André Warnier wrote: > Murat Birben wrote: > >> Actually i'm not familiar with the interanls of >> enctype="multipart/form-data" thing. I think, i should read abou

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
Actually i'm not familiar with the interanls of enctype="multipart/form-data" thing. I think, i should read about this right? By the way i'll change the tag as you and Pid suggested. Thanks, On Fri, Jul 2, 2010 at 4:21 PM, André Warnier wrote: > Murat Birben wrote: &g

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
It is a virtual machine on ESXi so df shows me the whole storage I think. Is there any other way to see the disk usage for virtual machines? On Fri, Jul 2, 2010 at 4:20 PM, Pid wrote: > On 02/07/2010 14:02, Murat Birben wrote: > > ubuntu 8.04 server > > What does the command

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
Ok, here is the html form: FileName : Path: Thanks for your concern, On Fri, Jul 2, 2010 at 4:02 PM, André Warnier wrote: > Murat Birben wrote: > &

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
ubuntu 8.04 server On Fri, Jul 2, 2010 at 3:50 PM, Pid wrote: > On 02/07/2010 12:20, Murat Birben wrote: > > I'm getting "There is no space left on disk" message when i try to do > > some work on the server after this 0 byte files are created > > What i

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
gt; http://java.itags.org/java-essentials/11012/ (an example) > > From: > users-return-214291-racarlson=mediacomcc@tomcat.apache.org[users-return-214291-racarlson= > mediacomcc....@tomcat.apache.org] On Behalf Of Murat Birben [ > muratbir...@

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
I'm getting "There is no space left on disk" message when i try to do some work on the server after this 0 byte files are created On Fri, Jul 2, 2010 at 1:13 PM, Pid wrote: > On 02/07/2010 11:01, Murat Birben wrote: > > Yes 0 byte files are causing the disk to

Re: Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
ote: > On 02/07/2010 09:43, Murat Birben wrote: > > Hi all, > > > > I have a very simple file upload mechanism in java. I just take the file > and > > save it on the server. I'm testing this simple code with selenium and > *when > > a timeout occurs i

Tomcat 5.5 creates 0 byte files

2010-07-02 Thread Murat Birben
} catch (IOException ex) { ex.printStackTrace(); } finally { fileOutputStream.close(); fileInputStream.close(); if (fFile.exists()) { fFile.delete(); } } -- Murat BIRBEN

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
I'm also using mod_jk connector On Tue, Mar 18, 2008 at 8:31 PM, Murat Birben <[EMAIL PROTECTED]> wrote: > My SELinux is disabled, how could i check my firewall configurations? > > Regards, > > > On Tue, Mar 18, 2008 at 7:16 PM, Brian Munroe <[EMAIL PROTECTED

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
My SELinux is disabled, how could i check my firewall configurations? Regards, On Tue, Mar 18, 2008 at 7:16 PM, Brian Munroe <[EMAIL PROTECTED]> wrote: > On Tue, Mar 18, 2008 at 9:58 AM, Murat Birben <[EMAIL PROTECTED]> > wrote: > > >

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
tcp0 0 :::8080 :::* LISTEN here is the part of 'netstat -an | grep -i listen' command for port 8080 On Tue, Mar 18, 2008 at 6:52 PM, Brian Munroe <[EMAIL PROTECTED]> wrote: > On Tue, Mar 18, 2008 at 9:45 AM, Murat Birben <[EMAIL PROTECTE

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
Sorry, but I'm a kind of newbie. Can you explain it a bit detailed? Regards, On Tue, Mar 18, 2008 at 6:47 PM, ratul banerjee <[EMAIL PROTECTED]> wrote: > You probably have to set web alias... > > On 3/18/08, Murat Birben <[EMAIL PROTECTED]> wrote: > > > >

Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
nt to display my jsp pages as abc.xyz.com. How can I do that? Regards, -- Murat BIRBEN

Problem with configuring Apache and Tomcat with mod_jk

2008-03-09 Thread Murat Birben
er.worker3.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar But there is no such a tomcat.jar file. Is there anyone has a solution for this problem or any solution ideas? Regards, -- Murat BIRBEN