mod_rewrite with tomcat on virtual hosting

2009-08-07 Thread dfobox
hosting company says I can't use mod_rewrite for tomcat apps I've read someone can use mod_jk to put httpd atop of tomcat but it's probably not the way to go with virtual hosting... any comments are greatly appreciated -- View this message in context: http://www.nabble.com/mod_rewrite-with-tomca

Browser shows source of .jsp file. Why?

2009-04-24 Thread dfobox
I have JSP-based website running on my own server and I want to move it to hosting company. I've copied the files, they said they have enabled Tomcat for me, but browser shows source of the pages, even of those which don't have any script code inside - only properly formatted html. What could be a

Re: Browser shows source of .jsp file. Why?

2009-04-24 Thread dfobox
answer is pretty simple "NOTE: If your domain name is NOT pointing to our service yet you will need to add your domain name and your server IP in your local hosts file in order for you to be able to access your JSP pages since otherwise the Tomcat will not render the context for your domain. For

Migrating website from own server to hosting company

2009-04-29 Thread dfobox
I got mochahost Tomcat plan and moving website to remote server. My server ran Tomcat 4.0.4-50 and now website has to work under 5.5.26. What should be done to make this process smooth? Thanks! -- View this message in context: http://www.nabble.com/Migrating-website-from-own-server-to-hosting-

Re: Migrating website from own server to hosting company

2009-04-29 Thread dfobox
This is weird. I have copied website but it works randomly - I click on a link to one of jsp pages and sometimes it shows what it's supposed to show, but every other time it comes up with error - the same for any page. HTTP Status 500 - type Exception report message description The server enco

Re: Migrating website from own server to hosting company

2009-04-29 Thread dfobox
Error comes out only on first click, if you go back and click it again page loads normally. any clues? -- View this message in context: http://www.nabble.com/Migrating-website-from-own-server-to-hosting-company-tp23298137p23299201.html Sent from the Tomcat - User mailing list archive at Nabble.c

Re: Migrating website from own server to hosting company

2009-04-29 Thread dfobox
ok, those errors are gone, seems like I just needed to restart my mac :) I have another error, but if I try to change JSP file source, nothing happens. Seems like java files need to be regenerated. Support says I need to restart Tomcat - even this doesn't help. -- View this message in context:

migrating website to new server. problems with jspsmartupload

2009-05-23 Thread dfobox
we have a website running under Tomcat 4 on old Linux box. it works flawlessly, but decision was made to move it to hosting company server with Tomcat 6 on it. I've copied website to freshly installed Tomcat 6.0.18 on my Mac, imported database with phpMyAdmin, changed tomcat-users.xml file for au

Migrating website from own server to hosting company

2009-05-25 Thread dfobox
Hi all, we have a website running under Tomcat 4 on old Linux box. it works flawlessly, but decision was made to move it to hosting company server with Tomcat 6 on it. I've copied website to freshly installed Tomcat 6.0.18 on my Mac, imported database with phpMyAdmin, changed tomcat-users.xml fil

Re: Migrating website from own server to hosting company

2009-05-25 Thread dfobox
t enough to resize 800 Kb picture? that's what product_sql_actions.jsp does... awarnier wrote: > > dfobox wrote: >> Hi all, >> we have a website running under Tomcat 4 on old Linux box. it works >> flawlessly, but decision was made to move it to hosting company server

RE: Migrating website from own server to hosting company

2009-05-25 Thread dfobox
script to edit? Tomcat doesn't start after I changed it Caldarale, Charles R wrote: > >> From: dfobox [mailto:dfo...@gmail.com] >> Subject: Re: Migrating website from own server to hosting company >> >> Caused by: java.lang.OutOfMemoryError: Java heap space >>

Php, tomcat, mappings and authentication.

2009-05-29 Thread dfobox
I'm new to this forum and already fan of it :) Here's the story: I have a website hosted on a remote server with private JVM. It consists of two parts - client and admin (which is actually CMS). There is NGASI installed. I enabled wildcard mapping so all request to web server are forwarded to tomc