Re: Please help to test my new jsp website

2000-10-04 Thread Sheldon Wosnick

I definitely agree that this is not the place to ask mailing list members to
"test" this site.

But since you asked:

In a ***production*** site I would assume that the examples, admin and other
contexts that ship with Tomcat would be disabled, but that is not the case
for this Tomcat "site". So I have no trouble running JSPs and servlets that
I don't think you want exposed to the world on a production system.

Specifically, is it your intention that I can run:
http://www.asiazest.com/examples/jsp/snp/snoop.jsp

and get back:

Request Information
JSP Request Method: GET
Request URI: /examples/jsp/snp/snoop.jsp
Request Protocol: HTTP/1.0
Servlet path: /jsp/snp/snoop.jsp
Path info:
Path translated: null
Query string: null
Content length: -1
Content type: null
Server name: www.asiazest.com
Server port: 80
Remote user: null
Remote address: 24.64.130.131
Remote host:
Authorization scheme: null

The browser you are using is Mozilla/4.0 (compatible; MSIE 5.5; Windows NT
5.0)



or the links:
http://www.asiazest.com/examples/servlet/HelloWorldExample

Hello World!


or of course, the old favourite:
http://www.asiazest.com/examples/servlet/SnoopServlet

Snoop Servlet

Servlet init parameters:

Context init parameters:

Context attributes:
   sun.servlet.workdir = /opt/org/tomcat/work/localhost_8080%2Fexamples
   javax.servlet.context.tempdir =
/opt/org/tomcat/work/localhost_8080%2Fexamples

Request attributes:

Servlet Name: SnoopServlet
Protocol: HTTP/1.0
Scheme: http
Server Name: www.asiazest.com
Server Port: 80
Server Info: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Linux
2.2.12-20 i386; java.vendor=Sun Microsystems Inc.)
Remote Addr: 24.64.130.131
Remote Host:
Character Encoding: null
Content Length: -1
Content Type: null
Locale: en_US
Default Response Buffer: 8192

Parameter names in this request:

Headers in this request:
   accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-powerpoint, application/x-comet,
application/vnd.ms-excel, application/msword, */*
   accept-encoding: gzip, deflate
   host: www.asiazest.com
   cookie: JSESSIONID=To1013mC04424045181870284At
   accept-language: en-us
   connection: Keep-Alive
   user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

Cookies in this request:
   JSESSIONID = To1013mC04424045181870284At

Request Is Secure: false
Auth Type: null
HTTP Method: GET
Remote User: null
Request URI: /examples/servlet/SnoopServlet
Context Path: /examples
Servlet Path: /servlet/SnoopServlet
Path Info: null
Path Trans: null
Query String: null

Requested Session Id: To1013mC04424045181870284At
Current Session Id: To1013mC04424045181870284At
Session Created Time: 970706420101
Session Last Accessed Time: 970706953484
Session Max Inactive Interval Seconds: 1800

Session values:


:-)))

Admittely, the "security exposure" here is really minimal but do you want to
expose this kind of information so easily on a production box??? Is this
meant to be a "production" box???

You asked...

Sheldon Wosnick
Software Developer,
IBM Toronto Lab
>From: "Karau, Joe" <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Please help to test my new jsp website
>Date: Wed, 4 Oct 2000 16:21:47 -0500
>
>Well first thing is, when I followed the link I received the following
>error:
>
>
>***
>Internal Server Error
>The server encountered an internal error or misconfiguration and was unable
>to complete your request.
>Please contact the server administrator, [EMAIL PROTECTED] and inform
>them of the time the error occurred, and anything you might have done that
>may have caused the error.
>
>More information about this error may be available in the server error log.
>
>
>
>
>
>
>Apache/1.3.12 Server at www.asiazest.com Port 80
>
>
>*
>
>I may or may not be speaking for everybody on this list, but we are not
>your
>testers.  Please do not post to this list asking us to test your site.
>Especially if the server can't even serve the first page.
>
>Joseph Karau
>Kingland Systems
>[EMAIL PROTECTED]
>507-536-3629
>
>
>-Original Message-
>From: job my [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, October 04, 2000 3:37 PM
>To: [EMAIL PROTECTED]
>Subject: Please help to test my new jsp website
>
>
>Hi, I just finished a 

Re: Please help to test my new jsp website

2000-10-04 Thread Alejandro López

It doesn't work. It sends the next message

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to
complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform them of
the time the error occurred, and anything
you might have done that may have caused the error.

More information about this error may be available in the server error log.


Apache/1.3.12 Server at www.asiazest.com Port 80

Let me know when it's ok.

Alex

job my wrote:

> Hi, I just finished a jsp website
> (http://www.asiazest.com). Please help me to test it
> and give me some comments then I can improve it.
>
> BTW, I want to find a new job in a stable company.
> Please give some information if possible.
>
> Thanks.
>
> __
> Do You Yahoo!?
> Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
> http://photos.yahoo.com/
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Please help to test my new jsp website

2000-10-04 Thread Karau, Joe

Well first thing is, when I followed the link I received the following
error:


***
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform
them of the time the error occurred, and anything you might have done that
may have caused the error.

More information about this error may be available in the server error log.






Apache/1.3.12 Server at www.asiazest.com Port 80


*

I may or may not be speaking for everybody on this list, but we are not your
testers.  Please do not post to this list asking us to test your site.
Especially if the server can't even serve the first page.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629


-Original Message-
From: job my [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 04, 2000 3:37 PM
To: [EMAIL PROTECTED]
Subject: Please help to test my new jsp website


Hi, I just finished a jsp website
(http://www.asiazest.com). Please help me to test it
and give me some comments then I can improve it.

BTW, I want to find a new job in a stable company.
Please give some information if possible.

Thanks.

__
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Please help to test my new jsp website

2000-10-04 Thread job my

Hi, I just finished a jsp website
(http://www.asiazest.com). Please help me to test it
and give me some comments then I can improve it.

BTW, I want to find a new job in a stable company.
Please give some information if possible.

Thanks.

__
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets