Permission problems for Downloaded files

2009-01-12 Thread kohanm
Hi, I installed Apache 2.2 + Tomcat 5 + SSL on Linux and they run perfect. The Java web application gives users(after they login) ability to upload files(pdf,ppt..) then creates a record for them, right way users can see their records and can open the documents that they uploaded. The proble

Re: How to transfer session to another browser

2008-08-19 Thread kohanm
sion should be accessible when I copy web application's URL and past it to the new browser. How can I do that? Thanks for any help. MK On 8/19/08, Christian Poecher <[EMAIL PROTECTED]> wrote: > > > > > kohanm wrote: > > > > Hi, > > I have Tomcat 5.5 ins

How to transfer session to another browser

2008-08-18 Thread kohanm
Hi, I have Tomcat 5.5 installed and a Java web applicaion is running. How could* *I *se*t up Tomcat that if I copy and past the URL of the web application to anoather browser the session could be tranferred to the new browser, in other words: Session can be transferred to another browser by copyi

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
Sorry you are right it's case2 or case3. Anyway I give up at this point. I will change the link code of jsp pages with new name. Thanks Rainer. MK On 7/24/08, Rainer Jung <[EMAIL PROTECTED]> wrote: > kohanm schrieb: > > Thanks Rainer, > > The probelm here is that

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
Thanks Rainer, The probelm here is that after redirecting, the URL shows the oldapp's name but I want the url shows the newapp name. MK On 7/24/08, Rainer Jung <[EMAIL PROTECTED]> wrote: > kohanm schrieb: > > Hi, > > my case is Case 1: > > can you gi

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
Hi, my case is Case 1: can you give me an example for Redirect or RedirectMatch thanks, MK > Caldarale, Charles R schrieb: > >> From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context >>> or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 >>> >>> The

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
In my first email I copied(short) the mod_jk configuration in httpd.conf file. Mk On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages with many links with old name's webapplication. On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: koha

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
have (webapplication) name different than directory name under webapps directory Thanks, MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
ons. Thanks. MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.5 > > > > I removed the path and docBase attributes lik

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
(/webapplication/welcome.do) is not available.)* Thanks, MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm <[EMAIL PROTECTED]> > > Subject: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 > > > > If I change the directory name

Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-23 Thread kohanm
Hi, I set up the Apache 2.2 +mod_jk +Tomcat 5.5 works fine. I have mapping problem between webapplication on URL and the directory name under webapps. How can I configure the content of context file Tomcat5.5/conf/localhost/ *webapplication.xml* and httpd.conf file to map between (*weba

Re: Tomcat-5.5 run error on red hat

2008-06-16 Thread kohanm
Thanks Juha, The windows version was the problem. I forgat to download the linux version. Thanks for your help. mk On 6/10/08, Juha Laiho <[EMAIL PROTECTED]> wrote: > > kohanm wrote: > >> here they are: >> >> [EMAIL PROTECTED] usr]# cd java >> [EMAIL PROTEC

Re: Tomcat-5.5 run error on red hat

2008-06-09 Thread kohanm
root root 25600 Jun 14 2007 xjc.exe [EMAIL PROTECTED] bin]# Thanks, mk On 6/9/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Tomcat-5.5 run error on red hat > > > > I changed all files ow

Re: Tomcat-5.5 run error on red hat

2008-06-09 Thread kohanm
get the same error on catalina.out. I appreciate your help. mk On 6/9/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Tomcat-5.5 run error on red hat > > > > And I set up PATH and JAVA_HOME on* .b

Tomcat-5.5 run error on red hat

2008-06-09 Thread kohanm
Hi, I downloaded and installed apache-tomcat-5.5.26.tar.gz on /usr/local/apache-tomcat-5.5.26 And I set up PATH and JAVA_HOME on* .bash_profile*: PATH=$PATH:$HOME/bin export PATH=$PATH:/usr/java/jdk1.6.0_02/bin export JAVA_HOME=/usr/java/jdk1.6.0_02 -- when i run startup.sh get: Usin