Re: homepage homepage homepage homepage homepage homepage homepage homepage homepage homepage !!!

2001-05-09 Thread Michael G. Anderson
For newbies only... Whenever you see " homepage.HTML.vbs" an extension past the "HTML" part of a URL It usually means that you are not opening a Webpage You are actually opening and attachment .. in this case a vicious Visual Basic Script. When you see anything that ends in anything ot

Homepage

2001-05-09 Thread Dilip Dalton
Hi! You've got to see this page! It's really cool ;O) <>

Homepage

2001-05-15 Thread ALex Loubyansky
Hi! You've got to see this page! It's really cool ;O) <>

Custom Homepage

2003-07-21 Thread Me
I installed tomcat yesterday and i am totally confused about its config files. i am trying to change the default homepage so that tomcat calls a servlet in the preconfigured servet directory instead of the index.jsp page. Is it possible Thanks in advance

Re: Homepage

2001-05-09 Thread Milt Epstein
On Wed, 9 May 2001, Dilip Dalton wrote: > Hi! > > You've got to see this page! It's really cool ;O) > I smell a virus. Milt Epstein Research Programmer Software/Systems Development Group Computing and Communications Services Office (CCSO) University of Illinois at Urbana-Champaign (UIUC) [EMAIL

Re: Homepage

2001-05-09 Thread Noel E. Lecaros
bingo! glad i'm using linux. Milt Epstein wrote: > On Wed, 9 May 2001, Dilip Dalton wrote: > > > Hi! > > > > You've got to see this page! It's really cool ;O) > > > > I smell a virus. > > Milt Epstein > Research Programmer > Software/Systems Development Group > Computing and Communications Serv

Re: Homepage

2001-05-09 Thread Bo Xu
>From: Milt Epstein <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Tomcat User <[EMAIL PROTECTED]> >Subject: Re: Homepage >Date: Wed, 9 May 2001 16:28:11 -0500 (CDT) > >On Wed, 9 May 2001, Dilip Dalton wrote: > > > Hi! > > > > You&

Re: Homepage

2001-05-15 Thread Martin Mauri
Nobody open that page, it's a VIRUS > > Hi! > > You've got to see this page! It's really cool ;O) > >

Re: Homepage

2001-05-17 Thread Daniel de Almeida Alvares
Sent: Tuesday, May 15, 2001 12:32 PM Subject: Homepage > > Hi! > > You've got to see this page! It's really cool ;O) > >

Re: Homepage

2001-05-17 Thread Martin Mauri
> From: "ALex Loubyansky" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 15, 2001 12:32 PM > Subject: Homepage > > > > > > Hi! > > > > You've got to see this page! It's really cool ;O) > > > >

RE: Custom Homepage

2003-07-21 Thread Shapira, Yoav
Users List >Subject: Custom Homepage > >I installed tomcat yesterday and i am totally confused about its config >files. i am trying to change the default homepage so that tomcat calls a >servlet in the preconfigured servet directory instead of the index.jsp >page. >Is it po

Re: Custom Homepage

2003-07-21 Thread Bill Barker
; files. i am trying to change the default homepage so that tomcat calls a > servlet in the preconfigured servet directory instead of the index.jsp page. > Is it possible >Thanks in advance >A tomcat newbie --

Re: Custom Homepage

2003-07-22 Thread vairamuthu thayapavan
hi write a xml file in the webapps dir of tomcat for ur custom page as done in the axis installation. regards thaya - Original Message - From: "Me" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 4:23 A

Re: Custom Homepage

2003-07-22 Thread Robert Wray
n the webapps dir of tomcat for ur custom page as done in the axis installation. regards thaya - Original Message - From: "Me" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 4:23 AM Subject: Custom Homepage > I

RE: Custom Homepage

2003-07-23 Thread Rene Vangsgaard ML
ject: Re: Custom Homepage You can redirect to your servlet by placing the following in your index file: meta http-equiv="refresh" content="0; URL=http://www.asite.com/anapp/aservlet"/ (surrounded by "<" and ">") At 01:23 PM 22/07/2003 +0600, you wrot

Re: Custom Homepage

2003-07-23 Thread Tim Funk
Since its a jsp, '' might be a little cleaner. -Tim Rene Vangsgaard ML wrote: If you make your index file a JSP you can redirect to your servlet by doing this: <%pageContext.getServletContext().getRequestDispatcher("/aservlet").forward( request, response);%> /René -

RE: EMAIL SCAN:VIRUS ALERT! IN ATTACHMENT~HOMEPAGE

2001-05-09 Thread Steve Taylor
Do not open attachement from Dilip Dalton. It is apparently a virus! > -Original Message- > From: Dilip Dalton [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 2:22 PM > To: Tomcat User > Subject: EMAIL SCAN:VIRUS ALERT! IN ATTACHMENT~HOMEPAGE >

RES: EMAIL SCAN:VIRUS ALERT! IN ATTACHMENT~HOMEPAGE

2001-05-09 Thread Jose Euclides da Silva Junior - DIGR.O
r sin." Charles Darwin > -Mensagem original- > De: Steve Taylor [SMTP:[EMAIL PROTECTED]] > Enviada em: Quarta-feira, 9 de Maio de 2001 18:43 > Para: '[EMAIL PROTECTED]' > Assunto: RE: EMAIL SCAN:VIRUS ALERT! IN A

Re: RES: EMAIL SCAN:VIRUS ALERT! IN ATTACHMENT~HOMEPAGE

2001-05-09 Thread Mark Mynsted
-- > De: Steve Taylor [SMTP:[EMAIL PROTECTED]] > Enviada em: Quarta-feira, 9 de Maio de 2001 18:43 > Para: '[EMAIL PROTECTED]' > Assunto: RE: EMAIL SCAN:VIRUS ALERT! IN ATTACHMENT~HOMEPAGE > > Do not open attachement from Dilip Dal

Default Apache-Tomcat homepage to a JSP file....

2001-01-17 Thread James Morgenstein
All- I am trying to configure my Apache-Tomcat configuration to use a JSP file in a subdirectory as the default page for a virtual host. In my httpd.conf file I have the following: DocumentRoot /www/default #RedirectMatch /index.html http://192.168.1.24/rec/HomePage.jsp

How to avoid of displaying the homepage file path

2001-06-21 Thread Venkatesh T
Hi when we are giving the site name, it is loading the welcome file defined in the web.xml file. But it is displaying the full path of the file in the browser. Can i avoid this. If so, how can i done. thanks in advance... Regards venkatesh

RE: Default Apache-Tomcat homepage to a JSP file....

2001-01-17 Thread Damian Penney
-Tomcat homepage to a JSP file All- I am trying to configure my Apache-Tomcat configuration to use a JSP file in a subdirectory as the default page for a virtual host. In my httpd.conf file I have the following: DocumentRoot /www/default #RedirectMatch /index.html http

RE: Default Apache-Tomcat homepage to a JSP file....

2001-01-17 Thread James Morgenstein
:44 PM To: [EMAIL PROTECTED] Subject: RE: Default Apache-Tomcat homepage to a JSP file You need the welcome-file tag in the webapps web.xml (I just did this a few hours ago). app/default.jsp Damian -Original Message- From: James Morgenstein [mailto:[EMAIL PROTECTED

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread Joe Laffey
On Thu, 21 Jun 2001 [EMAIL PROTECTED] wrote: > Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs) > Heh.. That's a real "intelligent" way to fileter messages!! Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: How to avoid of displaying the homepage file path

2001-06-21 Thread Kumar, Amit
Is everyone getting this email multiple number of times? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 2:06 PM To: [EMAIL PROTECTED] Subject: Re: How to avoid of displaying the homepage file path Messages with Subject ´Homepage´ are

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´HomXpage´ are not accepted here (HomXpage.HTML.vbs)

RE: How to avoid of displaying the homepage file path

2001-06-21 Thread alex chang
; To: [EMAIL PROTECTED] > Subject: Re: How to avoid of displaying the homepage file path > > > Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs) __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-04-24 Thread PAlvin
I'm currently using Tomcat 4. When someone goes to my site, say, www.site.com, I'd like it run a servlet for the home page instead of a static page (my entire site is dynamic). I configured the connector to send all *.htm files to Tomcat and I created a re-write rule in the Apache configuration f

  1   2   >