"I'll be back in about a month - see you then" - and a cheerful wave from a departing guest. That's lovely - customers voting for us with their feet, and not unusual.
Mr "X", shall we call him, had booked late yesterday - so late, in fact, that his booking was long after most offices had closed. ....
Paperwork and Company Accounts ... Lisa's been working hard and the files have gone to the accountants. I dropped them off there earlier this week, a box so heavy that the receptionist called for a more muscular colleague to take them where they had to go.
The amount of admin and bookkeeping, the ....
Courses for newcomers to programming start with showing the mechanism of how to enter a program, how to prepare that program to be run, and how to actually run it. We then show them how to read an input (usually from the keyboard), calculate, save values into variables and resuse them a few lines ....
At Tuesday's Chamber of Commerce meeting, we were talking about pictures of Melksham for a 2014 calendar, and for the Chamber publicity ... and since then I've looked through some 8000 images I took in 2012. It's surprising how few are exactly right for what''s needed ... but I did find a sel ....
Our web site's done its best over the years to help people who enter URLs that have slight errors in them - misspellings, wrong directory names, etc ... and we have quite a number of scrips that take parameters which can be modified to give different results - for example
http://www.wel ....
On 5th August 2004, I wrote:
"99% of what I see is forgotten. 99% of what I think remains locked inside me. 99% of my words are lost within a short while of them being spoken. "Silence is Golden" but there may be a few of those words that are worth sharing. Projects and lists and thoughts jotted do ....
It's good for your website to put a professional smile on it's face, even when it's having problems with its backend!
On high traffic sites (for example - TV show and news sites), backend servers can occasionally get overloaded and you'll want your web site visitor to get a message to that effect, ....
What a beautifully genteel way to travel ... from completing a course in a small Dutch town at around 5 p.m. yesterday via Gouda, Rotterdam and the Hook of Holland, the Stena Britannica to Harwich, and on by train to London. My schedule has been a tiring one so far this week - I can't really believ ....
A servlet is a web program that generates output (normally HTML) and returns it to a browser.
A JSP (Java Server Page) is a page of HTML ... with some extra bits of code where programatic elements are added as it's returned to the browser
So on the surface, it looks like there's a fundamental diff ....
If you want to replace the root application on your Tomcat server, you can replace the ROOT folder in webapps. But there's alternatives that might be better for you.
a) Place the .war file and / or application in webapps, and replace the ROOT folder with a symbolic link to the application:
....