Re: Web spiders - disabling jsessionid

2006-12-02 Thread brycenesbitt
Google's index has 33.4 million pages with a jsessionid: http://www.google.com/search?hl=en&lr=&q=inurl%3Ajsessionid&btnG=Search Many of those are duplicates (no different other than the jsessionid). -Bryce Nesbitt -- View this message in context: http://www.nabble.c

Re: Web spiders - disabling jsessionid

2006-12-02 Thread brycenesbitt
Christopher Schultz-2 wrote: > > Perhaps that is the /quickest/ solution, but I would argue that the best > solution is not to create a session if you don't actually need one. > The problem in many cases is the author does not care about sessions at all! Creating semicolon-based URL strings i

Re: Web spiders - disabling jsessionid

2006-12-02 Thread Bryce Nesbitt
>Hi, >As you may know url rewriting feature is not a nice thing when spiders >come to index your site - >http://gabrito.com/post/javas-seo-blunder-jsessionid. I'm having such trouble with JSESSIONID and search engines Google, Accoona, Alexa and Exalead. My approach was to contact each firm, and a

Re: Web spiders - disabling jsessionid

2006-12-02 Thread brycenesbitt
Mikolaj Rydzewski-2 wrote: > > Hi, > As you may know url rewriting feature is not a nice thing when spiders > come to index your site - > http://gabrito.com/post/javas-seo-blunder-jsessionid. > I'm having trouble with JSESSIONID with search engines Google, Accoona, Alexa and Exalead. My appr

RE: standard Apache 2.2 & Tomcat 5.5 config to avoid open-proxies

2006-12-02 Thread Caldarale, Charles R
> From: Art [mailto:[EMAIL PROTECTED] > Subject: Re: standard Apache 2.2 & Tomcat 5.5 config to avoid > open-proxies > > Since 5.5, I really like the performance of a pure Tomcat solution and > would alway choose this option, but in order to use SSL with > my webapp I need to use it: SSL in To

Re: standard Apache 2.2 & Tomcat 5.5 config to avoid open-proxies

2006-12-02 Thread Hassan Schroeder
On 12/2/06, Art <[EMAIL PROTECTED]> wrote: http://support.liferay.com/browse/LEP-1605 Liferay? You have my sympathy. So I do need to complicate my life in this way. Does anyone have a suggestion? Have you read this? -- Ha

Re: standard Apache 2.2 & Tomcat 5.5 config to avoid open-proxies

2006-12-02 Thread Art
Since 5.5, I really like the performance of a pure Tomcat solution and would alway choose this option, but in order to use SSL with my webapp I need to use it: http://support.liferay.com/browse/LEP-1605 So I do need to complicate my life in this way. Does anyone have a suggestion? - Art C

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Pierre Goupil
Thanks again for all these good pratices. And I'm using JSTL v. 1.1. Regards, Pierre 2006/12/2, Rashmi Rubdi <[EMAIL PROTECTED]>: >>For me, I must give the project root to the docBase attribute. Otherwise, it >>throws exceptions saying my taglibs are not found. Maybe it's because my >>so

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Rashmi Rubdi
>>For me, I must give the project root to the docBase attribute. Otherwise, it >>throws exceptions saying my taglibs are not found. Maybe it's because my >>sourceFolder is in a sub-folder of my project root while my libFolder is >>under /WEB-INF/libs (WEB-INF itself being under the root). Assumin

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Pierre Goupil
Hi ! Yes, it does work !! This plus my discovery of yesterday (Eclipse's working sets) et voila ! My productivity increases. But just three things to add : 2006/12/2, Rashmi Rubdi <[EMAIL PROTECTED]>: Then inside the above context XML file define your context for example: For me, I must g

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Rashmi Rubdi
It's even simpler to simply keep your source files in your original project directory independent of Tomcat and simply change the Context file's docBase attribute to point to where your project is located. This way your project is independent of Tomcat upgrades etc, and all project files are o

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Timothy Collett
The simplest thing to do, if all you're after is to be able to see changes to JSPs quickly, without any compiling, redeploying, etc, is just to put the JSP files directly in a folder in $TOMCAT_HOME/ webapps, and edit them there. Timothy Collett -- No man is justified in doing evil on the

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Rashmi Rubdi
Hi Pierre, It's a simple set-up. Assuming you are using Tomcat 5.x or greater Say you have your project with all source files in this directory structure: C:\dev\projects\YourProjectName\__source\ and under __source\ you have other folders such as java (for java source files), web (for mostl

Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Pierre Goupil
Hello, listers ! 2006/11/30, Rashmi Rubdi <[EMAIL PROTECTED]>: Remy is right, with JSPs also it's possible to instantly see your changes by simply refreshing your browser. I would like to add though that this purely depends on how your project is set up. You can have Tomcat point to the fol

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-02 Thread David Smith
Caldarale, Charles R wrote: From: David Smith [mailto:[EMAIL PROTECTED] Subject: Re: Webapps inexplicably losing access to common/shared classloaders H. only fixed by a system restart? This sounds like an environment variable is changed during start or stop and the new value is bad

service.bat --User and --Password???

2006-12-02 Thread Joe Siebenmann
Yes, I know that you can do that, but everything has to be done programmatically, so you CAN'T do that.. When the installer for my application, which uses Tomcat, runs everything has to be setup without the user doing anything. Thanks, Joe S. __

Re: service.bat --User and --Password???

2006-12-02 Thread Mladen Turk
Joe Siebenmann wrote: Hi All, I'm trying to setup Tomcat's service.bat so that it can run the service under a user account, in Windows. Start->Settings->Control Panel->Administrative Tools->Services Select the service Right mouse click->Properties Click on the LogOn tab. Click on the 'This a

service.bat --User and --Password???

2006-12-02 Thread Joe Siebenmann
Hi All, I'm trying to setup Tomcat's service.bat so that it can run the service under a user account, in Windows. I've already looked at "Windows service HOW-TO", and it seems to say that you can only use --User and --Password when the --StartMode is "java" or "exe", but the problem is that def

Re: Problem with connectivity of web application with siebel(that sits behind firewall)

2006-12-02 Thread olivier nouguier
hi, http://tomcat.apache.org/connectors-doc/faq.html http://tomcat.apache.org/connectors-doc/howto/workers.html Look for "keep alive" On 12/1/06, Manish Kumar Singh <[EMAIL PROTECTED]> wrote: Hi All, We have a web application that communicates with siebel server 7.5.3. There is a firewall be