Re: Please help ...

2005-04-13 Thread Mark Thomas
Please read these:
http://jakarta.apache.org/site/mail.html 
http://jakarta.apache.org/tomcat/faq/tomcatuser.html

and then post your question to the tomcat-user list.
Mark
Trung Le Thanh wrote:
Dear all,
 

I'm currently writing a web-based application which will be deployed in
Tomcat v5.0 and be called when Windows starts. Can anyone show me how to
check if the Tomcat server was started or not before starting my
application?
 

Thank you very much,
Trung Le

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Please help ...

2005-04-12 Thread Trung Le Thanh
Dear all,

 

I'm currently writing a web-based application which will be deployed in
Tomcat v5.0 and be called when Windows starts. Can anyone show me how to
check if the Tomcat server was started or not before starting my
application?

 

Thank you very much,

Trung Le



Please help: error: The requested resource (/stuff/index.html) is not available.

2004-01-16 Thread Susan Tahmoresi
Hi All,

I am new to tomcat and just installed Jakarta.tomcat 5.0.16. I am able to start up and 
shut down the web server successfully.

I tried to write a simple HTML to print hello world.
The HTML program alone is working fine offline but when I try to link it =
to webserver I get this error message:
The requested resource (/stuff/index.html) is not available.

the index.html is located at webapps/stuff/index.html.

I am setting CATALINA_HOME and JAVA_HOME at the beginning of startup.bat and am using 
Windows XP.

I shut down and restart webserver several times. It looks like that it doesn't 
recognize Catalina home.

Any help is much appreciated.

Thanks,

Susan 


RE: Please help: error: The requested resource (/stuff/index.html) is not available.

2004-01-16 Thread Shapira, Yoav

Howdy,
You need a web.xml for your stuff webapp.  This question belongs on
the tomcat-user mailing list, not tomcat-dev, so please continue it
there.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Susan Tahmoresi [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 12:14 PM
To: [EMAIL PROTECTED]
Subject: Please help: error: The requested resource (/stuff/index.html)
is
not available.

Hi All,

I am new to tomcat and just installed Jakarta.tomcat 5.0.16. I am able
to
start up and shut down the web server successfully.

I tried to write a simple HTML to print hello world.
The HTML program alone is working fine offline but when I try to link
it =
to webserver I get this error message:
The requested resource (/stuff/index.html) is not available.

the index.html is located at webapps/stuff/index.html.

I am setting CATALINA_HOME and JAVA_HOME at the beginning of
startup.bat
and am using Windows XP.

I shut down and restart webserver several times. It looks like that it
doesn't recognize Catalina home.

Any help is much appreciated.

Thanks,

Susan



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2004-01-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2004-01-12 13:01 ---
As anyone tried a different browser

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



please help me sir

2004-01-08 Thread Ronak Patel
respected sir,
  I have a problem in configuration of TOMCAT4.1.29 ...
I am working on win98
jdk1.3.1_09
  
there is a problem while run JSP file  ..
syntax error message is desplay when I run startup.bat file
 
so, please give your suggession
ronak
 


-
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes

RE: please help me sir

2004-01-08 Thread Mladen Turk
 

 From: Ronak Patel
 
 respected sir,
   I have a problem in configuration of TOMCAT4.1.29 ...
 I am working on win98
 jdk1.3.1_09
   

First of all I would suggest that you move to some NT-based platform, but
only after resolving the cause of a problem.

 there is a problem while run JSP file  ..
 syntax error message is desplay when I run startup.bat file
  
 so, please give your suggession
 ronak
  

I would suggest that you put your question to the tomcat-users list, with
more detailed explanation of your problem.


MT.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please help me in my problem...

2003-11-10 Thread Schalk
Steven

Do you have the directory thesis in the webapps directory within Tomcat?

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.CEO
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.co.za
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or diclosed to any other party without
the permission of the sender. If you received this message in error, please
notify me immediately so that I can correct and delete the original email.
Thank you. 

:: -Original Message-
:: From: Steven Ang [mailto:[EMAIL PROTECTED]
:: Sent: Sunday, November 09, 2003 6:01 AM
:: To: [EMAIL PROTECTED]
:: Cc: [EMAIL PROTECTED]
:: Subject: Please help me in my problem...
:: 
:: Hello, I need some help in configurating tomcat server.  I'm doing a
:: JSP project, I have read some documentation about tomcat and it states
:: that i need to add some line in %CATALINA_HOME%/conf/server.xml
:: 
:: Context path=/thesis docbase=thesis debug=0 reloadable=true
:: crossContext=true/
:: 
:: but after i save the server.xml and run start tomcat, i got some error
:: message in console.  I don;t know why.  And also
:: http://localhost:8080/thesis/hello.jsp returns and error message.  here
:: are my source code of hello.jsp
:: 
::   html
::   boby
::HI
::   /body
::   /html
:: 
:: here are my software and hardware information
::   WINDOWS XP
::   JAVA SDK 1.4.2
::   TOMCAT 4.1.24
::   Pentium III 1G
::   128MB
::   20 GB Hard Drive
:: 
:: Please help me
:: 
:: Thanks




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Please help me in my problem...

2003-11-10 Thread Steven Ang
Hello, I need some help in configurating tomcat server.  I'm doing a 
JSP project, I have read some documentation about tomcat and it states 
that i need to add some line in %CATALINA_HOME%/conf/server.xml
 
Context path=/thesis docbase=thesis debug=0 reloadable=true 
crossContext=true/
 
but after i save the server.xml and run start tomcat, i got some error 
message in console.  I don;t know why.  And also 
http://localhost:8080/thesis/hello.jsp returns and error message.  here 
are my source code of hello.jsp
 
  html
  boby
   HI
  /body
  /html
 
here are my software and hardware information
  WINDOWS XP
  JAVA SDK 1.4.2
  TOMCAT 4.1.24
  Pentium III 1G
  128MB
  20 GB Hard Drive
 
Please help me
 
Thanks



please help me:a question about tomcat

2003-10-16 Thread zjj
My friend,I have a question about tomcat.My tomcat_root is set to c:\tomcat,so the 
default root path will be c:\tomcat\webapps\root,but my web application source 
file(i.e .jsp or .html) is located in the positon of d:\myweb.I want to change the 
default root directory to d:\myweb,how can I update the server.xml?Can you give me the 
correct statement?thank you very much.
Eldon   2003/10/16


Please help (Custom authenticator realm problem)

2003-09-25 Thread Lawence
Dear all,
 
I wrote my own authenticator (extends FormAuthenticator)  realm (extends JDBCRealm).  
What I need is to check one more field in the database besides password for 
authentication. Only minor modifications are made on the original codes so I think it 
should be fine. What I also did include changing the 
org/apache/catalina/startup/Authenticators.properties
file to add the new authenticator; modifying the server.xml and web.xml accordingly. 
Furthermore, I added the entries for my authenticator and realm in the 
mbeans-descriptor.xml file.
 
I expected everything to work perfectly but when I tried to access the secured area, I 
got the following error:
HTTP Status 500 - Configuration error: Cannot perform access control without an 
authenticated principal
-

type Status report

message Configuration error: Cannot perform access control without an authenticated 
principal

description The server encountered an internal error (Configuration error: Cannot 
perform access control without an authenticated principal) that prevented it from 
fulfilling this request.

This error was triggered instantly. I mean I even did not have a chance to see the 
login webpage. Now I have several questions:
 
What is the flow of the authentication? Was my authenticator got executed at all?
 
Any suggestions would be greatly appreciated.
 
Charles


-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 11:17 ---
Hi! (Sorry for the long delay)

I'm sorry, but I can't send you an example: it is in our product, which is a 
web based management system. There is one page which always produces the fault. 
I tried to extract it, but when it is not used in the frameset, the error 
doesn't occur?!?!

To your question: The webservers read up to the reported content length. The IE
SOMETIMES(!) adds a CRLF that does not contribute to that length. Depending on 
request length, buffers, and maybe the network the IE considers that data as 
sent or not. If not, it complains about a response (and sends the request a 
second time).

I had problems again, since I used a plain InputStream and trying to read the 2 
unreported characters (CRLF) hanged up my application, since sometimes they are 
not there. So what I do now, i that I create a buffer of cont-length+2 bytes 
size and do a read with that array. If the characters are there, they are read, 
if not, I see it in the return value of my read. But I did that in my web 
server. If you use Tomcat, then you don't have direct control over that part. 
But what if you use the ServletInputStream to parse the post data yourself? 
This might work in Servlets, but in JSPs it might be tricky.

I don't know the O'Reilly package so I can't help you on that.

So my suggestion would be that you try a read (with timeout!) on the 
InputStream if you can get access and consume the left bytes.

Jürgen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-07-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-07-01 13:01 ---
I had the same problem with a self-written webserver.
Duplicate requests occured in the following cases:
- POSTs with multiple of 2047 bytes of data
- the response is written back before all data from the input stream is read
- the response has a certain length.

I think that the request length header sent by MSIE does not contain the last
CR LF.
When I read these bytes too, I had no problems anymore.

P.S.:With UTF-8 encoded pages the troubles occured more often.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-07-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-07-01 16:15 ---
Do you have any suggestions how can I fix that on Tomcat?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-07-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-07-01 16:24 ---
Do you have a test case like a jsp page that does this kind of post so that i 
can find a work around, I tried to create one but it is very hard to 
replicate, I am working on a mission critical system that cannot tolerate this 
kind of error.

Also regarding your comments, you mean IE doesn't send the content length in 
each of the scenarios that you mentioned? 
Some of these scenarios seems to be dependant on each other like - the 
response is written back before all data from the input stream is read. Why 
would the webserver do that? is because of the first case?

P.S. I have been going back and forth about this bug for almost four month any 
help would be greatly appreciated?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-07-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-07-01 16:40 ---
Do you think if I use something like Orielley servlet package to read the 
request input stream that might be better.
Thanks in advance

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-07-01 03:40 ---
I think this bug is the problem. this is very critical issue ladies and 
gentleman. Can any body tell me the last version that doesn't have this bug 
and works with AJP 1.3

*** This bug has been marked as a duplicate of 15278 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



multiuser setup: please help

2003-06-26 Thread Neil Zanella

Hello,

I have successfully setup Tomcat but now I want the following:

Suppose some Linux based system has a dynamic and constantly changing
number of users ranging in the thousands. I would like to set up
tomcat so that:

   Each user gets a context root in a directory such as:
   http://localhost:8080/~johndoe/contextroot/

   This happens in such a way that when a request to a subdirectory
   that looks like the one above is issued, Tomcat automatically
   knows how to handle it. Is this possible?

This would be ideal. I don't see why it shouldn't be possible.

If this is impossible, then consider it to be a missing feature
from tomcat. I almost feel it should be documented somewhere if
available, otherwise, if not available, it should be implemented.

I guess I could define a path mapping of the form:

http://localhost:8080/~+/contextroot/

I actually tried this but it did not work: I used the path mapping
inside the webapps/ROOT/WEB-INF/web.xml file:

?xml version=1.0 encoding=ISO-8859-1?

!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
http://java.sun.com/dtd/web-app_2_3.dtd;

web-app

  display-namewelcome/display-name
  descriptionThese examples are from the created contextroot 
subdirectory of webapps./description
  servlet
servlet-namewelcome/servlet-name
descriptionThis web application welcomes you./description
servlet-classWelcomeServlet/servlet-class
  /servlet
  servlet-mapping
servlet-namewelcome/servlet-name
url-patternhttp://localhost:8080/~*/contextroot/*/url-pattern
  /servlet-mapping

/web-app

I thought I could have the URL execute a servlet, that would execute
then execute a servlet from the users' directory. Sound complicated?
Perhaps there is an easier way???


Suggestions very welcome!!!

Neil


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-26 18:40 ---
Any one is having this problem, I have noticed it on more than one machine so 
far.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-26 Thread Earthlink Abuse Department
Hello,

You are receiving this message in follow-up to a report
received by the EarthLink Abuse Department.  You may have
submitted this report to a number of addresses including but
not limited to [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
or [EMAIL PROTECTED]

Most reports of network abuse sent to this department fall
into a few recognizable categories (spam, cracking, viruses,
etc.).  To increase efficiency, our filters scan incoming
reports and attempt to determine the general type of issue
being reported.

We were not able to process your report because it does not 
appear to include the information needed for EarthLink Abuse 
to begin it's investigation. Evidence to Abuse should always 
include the IP address of the offending party and a valid 
timestamp, which includes time, date and timezone.

To learn how to report spam so action is taken:
http://spam.abuse.net/userhelp/howtocomplain.shtml

To learn how to locate and interpret e-mail headers in your 
e-mail client:
http://support.earthlink.net/support/TUTORIALS/email/mbx_interpret_headers.jsp

Other useful lookup tools:
http://samspade.org/

Once you have included the pertinent information needed,
please resubmit your report, and include this autoresponse. 
Your report will then be reprocessed by our filters.

However, you should expect to receive another auto-response
after your resubmission is re-examined, but due to the large
number of reports we receive, please understand that you may 
not receive a personal response.

Our policies can be found at the following page:

http://earthlink.net/about/policies/

Thanks,
The EarthLink Abuse Staff


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-26 18:40 ---
Any one is having this problem, I have noticed it on more than one machine so 
far.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Major   |Critical

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-26 Thread Earthlink Abuse Department
Hello,

You are receiving this message in follow-up to a report
received by the EarthLink Abuse Department.  You may have
submitted this report to a number of addresses including but
not limited to [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
or [EMAIL PROTECTED]

Most reports of network abuse sent to this department fall
into a few recognizable categories (spam, cracking, viruses,
etc.).  To increase efficiency, our filters scan incoming
reports and attempt to determine the general type of issue
being reported.

We were not able to process your report because it does not 
appear to include the information needed for EarthLink Abuse 
to begin it's investigation. Evidence to Abuse should always 
include the IP address of the offending party and a valid 
timestamp, which includes time, date and timezone.

To learn how to report spam so action is taken:
http://spam.abuse.net/userhelp/howtocomplain.shtml

To learn how to locate and interpret e-mail headers in your 
e-mail client:
http://support.earthlink.net/support/TUTORIALS/email/mbx_interpret_headers.jsp

Other useful lookup tools:
http://samspade.org/

Once you have included the pertinent information needed,
please resubmit your report, and include this autoresponse. 
Your report will then be reprocessed by our filters.

However, you should expect to receive another auto-response
after your resubmission is re-examined, but due to the large
number of reports we receive, please understand that you may 
not receive a personal response.

Our policies can be found at the following page:

http://earthlink.net/about/policies/

Thanks,
The EarthLink Abuse Staff


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Major   |Critical

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-11 07:03 ---
That's explicitly NOT the job of the web developer but one of the servlet
container. I reckon there must be some problem with either the ISAPI plugin or
with that specific version of Tomcat. 

As said before this will have to be looked into by one of the Tomcat developers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-11 07:26 ---
Ok, I'm not a Windows developer, so I have no clue about the IIS version of 
mod_jk.  However, your tests are flawed if you want someone that could 
understand the issues to look at this.  

Firstly, you should test with including a protocol:
  GET /jsp/calendar/calendar.jsp HTTP/1.0

Even better if you can test with HTTP/1.1 and include a Host header.

Most of the differences you've documented are due to Tomcat thinking that your 
client doesn't even speak the HTTP/1.0 protocol, and so is trying to talk down 
to you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-11 15:52 ---
I think there were an IE problem that was fixed by the Feburary 2003 update, 
the issue seems to be related to this bug 
329802 BUG: Proxy Authentication Through IAuthenticate May Fail on Secure URL 
http://support.microsoft.com/default.aspx?scid=kb;EN-US;329802


The only thing is I can't see how they are related, the symptoms are the same 
and the fix for the problem described fixes that problem that I had with my IE. 
But the only explanation is that mod_jk acts as a proxy or even IIS acts as a 
proxy. The problem described is an issue only if the application is using 
IAuthenticate interface. Neither the jsp pages or isapi deal with that if I am 
correct. 
 So now the question is why MSIE thinks of mod_jk or IIS as a proxy, and if 
there is any work arounds. 
This is a significant problem with IIS and MSIE 6 SP 1 which was published by 
MS on all XP machines sold in the past year or so. Imagine if you are doing a 
purchase you are paying for your items with a credit card and all of a sudden 
IE shows dns error.
Any work around would be appreciated.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-10 10:26 ---
A few things:

- There IS a response code sent with ISAPI. This would cause trouble, but 
doesn't since it is there. (The standard OK is an arbitrary string and not 
required)
- The Content length is REQUIRED by the HTTP/1.1 spec. There's a high likeness 
this would cause trouble with some browsers.
- The Connection keep-alive missing header only signifies that the browser 
will have to make a new connection for every resource. That's no problem.
- The charset is allowed but not required for as far as I know.

I've tried my own install of tomcat for some resources standalone and all 
headers are nicely sent back. However this is with Tomcat 4.1.18 not like your 
4.1.24. I don't have the time to upgrade my system and the problem doesn't 
exist with Tomcat standalone, so I'll skip that.

I think a Tomcat expert will need to examine this info to see if the problem 
with the missing content-length always occurs with the ISAPI plugin and if 
this is the source of the problem. I am not that expert, I only know a little 
about the HTTP spec and browser/server traffic. Turning this over to anyone 
who'll take it...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-10 17:49 ---
How can I change the page so that it tells the content length even though it is 
dynamic. The only way I would think of is to add everything into a StringBuffer 
and then calculate the stringbuffer.
There must be an easier way.
Somebody Please help.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-09 18:16 ---
I followed what you have requested and here is the difference between the two 
For IIS alone 
GET /admin/account.asp
HTTP/1.1 302 Object moved
Server: Microsoft-IIS/5.0
Date: Mon, 09 Jun 2003 18:07:44 GMT
Location: ../index.shtml
Connection: Keep-Alive
Content-Length: 135
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQQGGQLVQ=NPMOPHDBBEPJAHDCPICDGOBA; path=/
Cache-control: private

headtitleObject moved/title/head
bodyh1Object Moved/h1This object 
may be found a HREF=../index.shtmlhere/a./body

And for IIS with Tomcat it is 
GET /jsp/calendar/calendar.jsp
HTTP/1.1 302
Server: Microsoft-IIS/5.0
Date: Mon, 09 Jun 2003 18:06:56 GMT
Set-Cookie: JSESSIONID=BC7C3F989CA9E8447B631260657A5304; Path=/jsp
Location: http://www.brainfuse.com
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 0

One of the few things to notice is :
1. There is response message after the response code from IIS with Tomcat
2. There is no Connection:Keep Alive flag 
3. the cookie is pointing to /jsp not to /
Aparently this problem has been eliminated after I installed the latest IE 
cummulative patches from microsoft. But the problem is what about all these 
other clients that are having Win XP and IE 6.0 that DONOT upgrade.

Let me know what you guys think?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-09 18:41 ---
I executed the test again with a page that doesn't require login in:
Here are the results from IIS:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 09 Jun 2003 18:31:58 GMT
Connection: Keep-Alive
Content-Length: 12348
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQQGGQLVQ=ABNOPHDBFFOGJKPNOKEPCEJJ; path=/
Cache-control: private
Page content goes here just html

Here are the results from Tomcat as ISAPI plugin:
GET /jsp/index.jsp
HTTP/1.1 200
Server: Microsoft-IIS/5.0
Date: Mon, 09 Jun 2003 18:32:20 GMT
Set-Cookie: JSESSIONID=2BB72CC543D77619DA8376588DC0A800; Path=/jsp
Content-Type: text/html;charset=ISO-8859-1
Page content goes here just html

And here are the results from Tomcat as Standalone:
GET /jsp/index.jsp
!doctype html public -//w3c//dtd html 4.0 
transitional//en http://www.w3.org/TR/REC-html40/strict.dtd;
html


You will notice when Tomcat as ISAPI, 
1. There is no response code ( I don't think it is a big deal. ) 
2. there is no Content Length ( I think this is a big one ) .
3. The Content Type is different there is character set appended. 
4. The Keep Alive flag is not there.


When using Tomcat as a standanlone, there are no headers what so ever, I am not 
sure why but this is the case.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-02 14:26 ---
Any body has an idea about this bug?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-02 14:45 ---
Could you please post a test case (URL/html) which posts twice? I've been
developing heavily for IE 6 and haven't found anything to that matter. Also, are
you certain there's nothing wrong with the way the form itself is built?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-02 19:01 ---
The problem with the form was just the way I found out about the problem. But 
actually the problem itself is persistent, even on get requests. 
It seems like all IE 6 Sp 1 (without the latest cummulative patch ) clients 
that is accessing Tomcat are doing duplicate requests.
I think it has something to do with the Jakarta ISAPI.dll that might be the 
problem.
Something to mention is I have a CompressIt plugin installed for IIS but i 
don't think that can cause any problems. it doesn't with asp pages at least.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP





--- Additional Comments From [EMAIL PROTECTED]  2003-06-03 07:09 ---
Strange indeed, have you tried doing an HTTP GET manually using telnet? The only
thing I can think of, is that somehow IE must be convinced that the HTTP
connection wasn't established correctly. Try the following:

telnet [servername] 80\n
GET /[something.jsp] HTTP/1.1\n
Host: [servername]\n
\n
\n

Now compare the results from your ASP pages and your JSP pages. If there's a
significant difference please post it back. 

Another thing to try is to have tomcat run standalone as well on port 8080 and
check whether the problem persists (probably not, but at least that places the
problem with the coupling between Tomcat and IIS)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20376] New: - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20376

Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

   Summary: Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP
   Product: Tomcat 4
   Version: 4.1.24
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Major
  Priority: Other
 Component: Connector:Coyote JK 2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


For some unknown reason, I found out that MSIE 6.0 with SP 1 not including the 
cummulative patch released on April 2003 send duplicate post requests for any 
jsp page. I use IIS with Jakarta ISAPI dll. tomcat version is 4.1.24. 
I found out when trying to debug intermittent server not found errors for a jsp 
page where i know the server is up and running and connection is fine. 
I used TCP trace Etheral where I found out that IE is always posting two 
identical requests except for the HTTP_REFERER header. 
After double checking IIS logs I found out that this is correct where there are 
lots of duplicate enteries.
It is not an IE bug because the request comes fine to regular asp pages running 
on the same server.
This bug is very annoying and completely unpredicatable. Havent' noticed it 
much with IE 5.5 or IE 5.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please Help, Building JK2 failed

2003-03-13 Thread Al
Anonymous CVS from where?  Why checkout from CVS?  I am trying to build
a production JK2, not checkout development code.  My source came from
the jakarta site as a release.

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache
Sent: Wednesday, March 12, 2003 10:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Please Help, Building JK2 failed


Al wrote:


 jkant:
 
 BUILD FAILED 
 file:/usr/local/web/tmp/apache/JK2/jakarta-tomcat-connectors-jk2-2.0.2
 -s
 rc/jk/build.xml:235: Warning: Could not find file

/usr/local/web/tmp/apache/JK2/jakarta-tomcat-connectors-jk2-2.0.2-src/jk
 /jkant/ant.tasks to copy.

Where did you got the sources ? 

Try using anonymous CVS - the file should be there.

Costin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please Help, Building JK2 failed

2003-03-13 Thread Keith Wannamaker
Hi Al, well of course production code is in CVS too.  Just use
the appropriate tag when checking out.  There might have been
something funny about your tarball, and you can eliminate this
possibility by pulling straight from CVS.

Keith

| -Original Message-
| From: Al [mailto:[EMAIL PROTECTED]
| Sent: Thursday, March 13, 2003 1:07 PM
| To: 'Tomcat Developers List'
| Subject: RE: Please Help, Building JK2 failed
| 
| 
| Anonymous CVS from where?  Why checkout from CVS?  I am trying to build
| a production JK2, not checkout development code.  My source came from
| the jakarta site as a release.
| 
| -Original Message-
| From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache
| Sent: Wednesday, March 12, 2003 10:38 AM
| To: [EMAIL PROTECTED]
| Subject: Re: Please Help, Building JK2 failed
| 
| 
| Al wrote:
| 
| 
|  jkant:
|  
|  BUILD FAILED 
|  file:/usr/local/web/tmp/apache/JK2/jakarta-tomcat-connectors-jk2-2.0.2
|  -s
|  rc/jk/build.xml:235: Warning: Could not find file
| 
| /usr/local/web/tmp/apache/JK2/jakarta-tomcat-connectors-jk2-2.0.2-src/jk
|  /jkant/ant.tasks to copy.
| 
| Where did you got the sources ? 
| 
| Try using anonymous CVS - the file should be there.
| 
| Costin
| 
| 
| -
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
| 
| 
| -
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
| 
| 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Please Help, Building JK2 failed

2003-03-12 Thread Al
Hi.

I am trying to build JK2 on AIX 4.3.3.  I have run ant already and it
has successfully built.  I am getting the error when running ant
native.  It is looking for the file ant.tasks but that file is not on
my machine.  Is the build suppose to make it?  Am I suppose to download
it from somewhere?  

Could someone tell me what I am doing wrong?  

Thanks,
Al
[EMAIL PROTECTED]

The error is ...

 ant native
Buildfile: build.xml

jkant:

BUILD FAILED
file:/usr/local/web/tmp/apache/JK2/jakarta-tomcat-connectors-jk2-2.0.2-s
rc/jk/build.xml:235: Warning: Could not find file
/usr/local/web/tmp/apache/JK2/jakarta-tomcat-connectors-jk2-2.0.2-src/jk
/jkant/ant.tasks to copy.

Total time: 39 seconds
~~~
Old Chinese proverb says, No use to run,
 Grasshopper, if you are on the wrong road. 




Please help. Need Custom HostDeployer or Digester

2003-03-03 Thread Roytman, Alex
Hello,

I would like to be able to use custom Digester for my contexts. One of the reason is 
that we have tons of passwords in context xml files and I would much rather prefer to 
encrypt/decrypt entire file to encrypting/decrypting each password (which will mean I 
have to rewrite several JNDI resource factories). 
It would be nice to use a system property org.apache.catalina.core.HostDeployer.my 
context name (context specific) and org.apache.catalina.core.HostDeployer (tomcat 
wide)
to tell StandardHost to which deployer to delegate the job.
Alternatively it would be sufficient for me to have custom digester (which will 
naturally extend the default one). Any other solution (especially the one I can 
implement now and without altering tomcat source code) would be very welcome.

This is pretty urgent matter for us and I am very anxious to hear from you

Thank you in advance

Alex Roytman

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



mod_jk crash, please help

2002-10-09 Thread Eugene Gluzberg


I am running apache 1.3 with mod_jk, my apache has apxs.

I compiled and installed mod_jk from source, tag TOMCAT_4_1_12, 
configured it using the following options:
./configure --with-gnu-ld --with-apxs=/myapxpath/bin/apxs --enable-EAPI 
--with-java-home=/usr/java/jdk1.3.1

ran make

installed mod_jk into the module directory, loaded fine.


I created a virtual host in apache and added the following JkMount:

JkMount /*.jsp wwwuser_wk

My workers.properties looks as follows:
workers.java_home=/usr/java/jdk1.3.1
workers.tomcat_home=/var/tomcat4
worker.list=wwwuser_wk

worker.wwwuser_wk.host=localhost
worker.wwwuser_wk.port=5266
worker.wwwuser_wk.type=ajp13
worker.wwwuser_wk.lbfactor=50
worker.wwwuser_wk.cachesize=10
worker.wwwuser_wk.cache_timeout=600
worker.wwwuser_wk.socket_keepalive=1
worker.wwwuser_wk.socket_timeout=300


I startup apache and tomcat, then i point my browser to xyz.com/index.jsp

I get nothing back on the browser, and the following in error_log
[notice] child pid 19817 exit signal Segmentation fault (11)

I added debugging code to mod_jk and traced it to the following line in 
mod_jk.c
   s-remote_host  = (char *)ap_get_remote_host(r-connection, 
r-per_dir_config, REMOTE_HOST);


REMOTE_HOST seems to be NULL for that since i printed all the stuff from 
there.

Please help. How can i trace this further? How do i get apache to 
generate a core file so i can see where in apache code this is? Any 
pointers for help here at all?

Eugene



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: mod_jk crash, please help

2002-10-09 Thread Bojan Smojver

Quoting Eugene Gluzberg [EMAIL PROTECTED]:

 Please help. How can i trace this further? How do i get apache to 
 generate a core file so i can see where in apache code this is? Any 
 pointers for help here at all?

Have a look at this: http://httpd.apache.org/dev/debugging.html

Bojan

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 06:38 ---
I'm going to agree with Srikanth and Michael here.  In almost all use 
conditions this is a non-critical path, so Coyote's optimizations are wasted.  
Reverting to the HttpConnector's code, to me, seems to be better.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 06:44 ---
Feel free to add some normalization code then, but this is a cosmetic issue.
Coyote's normalization when processing the request is more or less free
performance wise.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 07:05 ---
Done for 4.1.13.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 07:17 ---
That was fast :) Thanks Bill.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] New: - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.

   Summary: Migration problems with Tomcat 4.1.10. Please help.
   Product: Tomcat 4
   Version: 4.1.10
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Unknown
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Product:Java Web Application
Operating system:   Redhat Linux 7.3
Web Server: Apache 1.3.x
Application server: Tomcat 4.1.10
Database server:MySQL 3.23.x
Java Architecture:  JSP (presentation) + Java Bean (Business logic)
JDK version:1.3.1_04

Hi,

When we tried to migrate our application from Tomcat 4.0.4 to Tomcat 
4.1.10, we found that the relative path references like ../xyz/ab.jsp are not 
properly interpreted by Netscape and the url seen on the address bar is 
something like this (http://www.sww.com/../xyz/ab.jsp. Also dynamic jsp 
forwarding support seems to have changed. While forwarding, the dynamic 
parameters attached are automatically url encoded. We have tested our 
application on Tomcat 4.0.4, there were no such issues. Since we have used 
these sort of things in many places in our application it will be difficult for 
us to change in all those places. Can anybody tell us what we can do about it?  

thanks in advance,

Srikanth. S.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-10-03 17:28 ---
Please do not file user questions as bugs (only report specific issues, with a
test case, or detailed instructions on how to reproduce the problem). Use one of
the support channels for that.
Also, try to test with the latest available release when possible.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 05:53 ---
Sorry, I confused with a redirect.

Anyway, I don't see any need for Tomcat to normalize the redirected URL. It will
be normalized during the processing of the next request.
http://www.xyz.com/swiz/../sebase/common_login.jsp is equivalent to
http://www.xyz.com/sebase/common_login.jsp

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13253

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 06:01 ---
From the spec (2.3, section 5.3): It is legal to call this method with a
relative URL path, however the underlying container must translate the relative
path to a fully qualified URL for transmission back to the client. If a partial
URL is given and, for whatever reason, cannot be converted into a valid URL,
then this method must throw an IllegalArgumentException.

Though you could argue that this is still a fully qualified URL, and thus that
what tomcat is currently doing is allowed, it would be a pretty tenuous argument
(at best), and it's pretty clearly violating the spirit, if not the word, of the
spec.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Classloader issue, please help.

2002-09-25 Thread Wu Yiqun

Hi, all:
Recently I came cross a strange problem. And I have post an
email at http://marc.theaimsgroup.com/?l=tomcat-userm=103292834825643w=2,
but seems no reply. Today i saw a simliar post at axis-dev maillist,
http://marc.theaimsgroup.com/?l=axis-devm=103298650718737w=2
Seems this is a common question, and maybe need tomcat developers' help.
So anybody know the detail please give us a clean explain on this issue.
Better some patch in HOWTO.

Best regards to tomcat developer team.



Re: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 runningon AIX 4.3.3. Please help save Tomcat for a high profile project inSwitzerland

2001-11-19 Thread jean-frederic clere

[EMAIL PROTECTED] wrote:
 
 First of all I attempt to calmly summarize the problem and only then let my emotions 
get through.
 
 My insufficient knowledge of AIX platforms prevents me from successfully compiling 
mod_webapp (as well mod_jk) on AIX 4.3.3 platform.
 
 Hardware: IBM pSeries 660 model 6H1
 OS: AIX 4.3.3 (not sure about exact maintenance level)
 Web server: IBM HTTP Server 1.3.19
 Servlet Engine: Tomcat 4.0.1
 Tools  libraries: IBM?s port of common GNU  other open-source packages available at
 http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
 
 Tomcat itself appears to be running flawlessly. Unfortunately due to my meager 
knowledge of AIX I seem to be unable to recompile neither mod_webapp nor mod_jk for 
the specified platform. Actually compilation worked fine in both cases. What did fail 
was the ?ld? linker. As far as I can judge about possible cause of failure, the 
linker requires a module export (.exp) file in order to be able successfully complete 
linking process. In this respect AIX appears to differ from Unixes, as I had no 
problems at all building mod_webapp  mod_jk under Linux (Mandrake 8.0  Mandrake 
8.1) as well as Solaris 8. The problem is aggravated by the management?s desire to 
use IBM HTTP Server instead of plain Apache mainly due to IBM?s SSL support, which is 
perceived to be more trustworthy and secure.
 
 Is my assumption right? If yes, is there a way I could generate that damn .exp file 
for mod_webapp? I could also live with mod_jk as a fallback scenario.

Try a staticly linked mod_jk. That you do not need any .exp file.

 
 Please help.
 
 I have been informed by the management that if problem is not resolved by mid next 
week Tomcat will be replaced with WebSphere 3.5 Standard Edition.
 
 Please held save Tomcat for the project. Our work is highly visible. The system will 
serve population of an entire Swiss canton. If successful the system may be adopted 
by other cantons with Tomcat prominently featured alongside other leading commercial 
products.
 
 And most of all I really would like to show my management that open-source community 
cares, and is much more responsive when it comes to solving problems.
 
 Thanks  cheers
 
 Oleg Kalnichevski
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3. Please help save Tomcat for a high profile project in Switzerland

2001-11-19 Thread GOMEZ Henri

May I recommand you take a look at mod_jk from 
jakarta-tomcat-connectors which use configure stuff
to try to ease the build...

All the developpment effort on tomcat connectors have
now moved to J-T-C

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: Aaron Bannert [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 18, 2001 9:04 PM
To: Tomcat Developers List
Subject: Re: Problem compiling mod_webapp for IBM HTTP Server 1.9.19
running on AIX 4.3.3. Please help save Tomcat for a high 
profile project
in Switzerland


Lurking indeed... ;)


On Sun, Nov 18, 2001 at 10:34:42AM -0800, Justin Erenkrantz wrote:
 On Sat, Nov 17, 2001 at 08:51:24PM +0100, 
[EMAIL PROTECTED] wrote:
  First of all I attempt to calmly summarize the problem and 
only then let my emotions get through. 

You're certainly not the first to be frustrated by this problem. :)

  My insufficient knowledge of AIX platforms prevents me 
from successfully compiling mod_webapp (as well mod_jk) on AIX 
4.3.3 platform.
   
  Tomcat itself appears to be running flawlessly. 
Unfortunately due to my meager knowledge of AIX I seem to be 
unable to recompile neither mod_webapp nor mod_jk for the 
specified platform. Actually compilation worked fine in both 
cases. What did fail was the 'ld' linker. As far as I can 
judge about possible cause of failure, the linker requires a 
module export (.exp) file in order to be able successfully 
complete linking process. In this respect AIX appears to 
differ from Unixes, as I had no problems at all building 
mod_webapp  mod_jk under Linux (Mandrake 8.0  Mandrake 8.1) 
as well as Solaris 8. The problem is aggravated by the 
management's desire to use IBM HTTP Server instead of plain 
Apache mainly due to IBM's SSL support, which is perceived to 
be more trustworthy and secure. 
  
  Is my assumption right? If yes, is there a way I could 
generate that damn .exp file for mod_webapp? I could also live 
with mod_jk as a fallback scenario. 

[snip]
 I know that Aaron Bannert spent some time working with the IBM
 httpd folks (Victor, Greg, Bill, Jeff, etc.) trying to get AIX DSO 
 support for Apache 2.0 and APR.  I believe the eventual conclusion 
 from the IBM AIX gurus in Austin was that the linker is not capable 
 of handling external dependencies in an acceptable manner.  Their
 recommendation was to wait for the next major release of AIX which 
 would have a new linker.  But, this isn't very helpful to you or 
 to us httpd folks though.

As of yet we have not been able to tame the beast that is the 
AIX linker
WRT apache-2.0 and DSOs. The essential problem has to do with 
the mechanism
used at runtime to load and dynamically link modules, and the aparent
inability of the AIX linker to deal with interdependent shared objects.

In the short term this really only applies to apache-2.0 and modules
that automatically depend on other libraries, like how 
mod_webapp depends
on libapr and libaprutil. The problem in this scenario is that 
libaprutil
actually depends on symbols exported from libapr. First-order runtime
linkages seem to work fine, but as soon as you hit a symbol 
that depends
on that second library (even if they are statically linked 
into the same
shared object) you'll get a segfault. It's entirely possible that over
in httpd-2.0 we're doing something wrong, but given the number 
of people
looking at this issue, that is becomming less and less likely.

  I have been informed by the management that if problem is 
not resolved by mid next week Tomcat will be replaced with 
WebSphere 3.5 Standard Edition. 

My first impression to this post was to suggest you contact your vendor
for a solution. (My second and more emotionally based response was to
suggest you change operating systems. ;)

Hope that provides some insight,
-aaron

--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3. Please help save Tomcat for a high profile project in Switzerland

2001-11-18 Thread Justin Erenkrantz

On Sat, Nov 17, 2001 at 08:51:24PM +0100, [EMAIL PROTECTED] wrote:
 First of all I attempt to calmly summarize the problem and only then let my emotions 
get through. 
 
 My insufficient knowledge of AIX platforms prevents me from successfully compiling 
mod_webapp (as well mod_jk) on AIX 4.3.3 platform.
  
 Tomcat itself appears to be running flawlessly. Unfortunately due to my meager 
knowledge of AIX I seem to be unable to recompile neither mod_webapp nor mod_jk for 
the specified platform. Actually compilation worked fine in both cases. What did fail 
was the ‘ld’ linker. As far as I can judge about possible cause of failure, the 
linker requires a module export (.exp) file in order to be able successfully complete 
linking process. In this respect AIX appears to differ from Unixes, as I had no 
problems at all building mod_webapp  mod_jk under Linux (Mandrake 8.0  Mandrake 
8.1) as well as Solaris 8. The problem is aggravated by the management’s desire to 
use IBM HTTP Server instead of plain Apache mainly due to IBM’s SSL support, which is 
perceived to be more trustworthy and secure. 
 
 Is my assumption right? If yes, is there a way I could generate that damn .exp file 
for mod_webapp? I could also live with mod_jk as a fallback scenario. 
 
 Please help.

My hypothesis here is that your biggest obstacle is your OS not your 
knowledge of it.  I wish there was a better answer, but you can't 
easily build custom complex DSOs in AIX.  (Switching OSes doesn't
seem like an option since you have IBM hardware.)

AIUI, the problem here is due to the AIX linker and how it handles
dependencies (that .exp file - it isn't hard to generate it, but the
linker doesn't know what to do with it anyway).  I have a feeling 
that it may stop mod_webapp from working as a DSO since it requires 
APR.

I know that Aaron Bannert spent some time working with the IBM
httpd folks (Victor, Greg, Bill, Jeff, etc.) trying to get AIX DSO 
support for Apache 2.0 and APR.  I believe the eventual conclusion 
from the IBM AIX gurus in Austin was that the linker is not capable 
of handling external dependencies in an acceptable manner.  Their
recommendation was to wait for the next major release of AIX which 
would have a new linker.  But, this isn't very helpful to you or 
to us httpd folks though.

I heard all of this second-hand via Aaron, so I may be missing
the key points, but I know the gist of the problem (AIX no gusto
DSOs).  I believe Aaron is lurking here, so he may be able to give 
more technical details and some pointers on what you may be able 
to do.

Therefore, I would consider focusing your efforts on getting mod_jk 
to work as it can be built as a self-contained DSO (it may require 
some hacking of the Makefiles though).  I think you will have a
much better chance of getting mod_jk to work than mod_webapp on 
AIX as a DSO.

 I have been informed by the management that if problem is not resolved by mid next 
week Tomcat will be replaced with WebSphere 3.5 Standard Edition. 

Since you are running AIX, you may be best off being fully supported
by IBM - bite the bullet and use WebSphere 3.5.  You are already 
running their hardware, their OS, their HTTP server - their servlet 
engine isn't that much more to depend on.

Open-source projects can't fix IBM's closed-source linker.  -- justin


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3. Please help save Tomcat for a high profile project in Switzerland

2001-11-18 Thread Aaron Bannert

Lurking indeed... ;)


On Sun, Nov 18, 2001 at 10:34:42AM -0800, Justin Erenkrantz wrote:
 On Sat, Nov 17, 2001 at 08:51:24PM +0100, [EMAIL PROTECTED] wrote:
  First of all I attempt to calmly summarize the problem and only then let my 
emotions get through. 

You're certainly not the first to be frustrated by this problem. :)

  My insufficient knowledge of AIX platforms prevents me from successfully compiling 
mod_webapp (as well mod_jk) on AIX 4.3.3 platform.
   
  Tomcat itself appears to be running flawlessly. Unfortunately due to my meager 
knowledge of AIX I seem to be unable to recompile neither mod_webapp nor mod_jk for 
the specified platform. Actually compilation worked fine in both cases. What did fail 
was the ‘ld’ linker. As far as I can judge about possible cause of failure, the 
linker requires a module export (.exp) file in order to be able successfully complete 
linking process. In this respect AIX appears to differ from Unixes, as I had no 
problems at all building mod_webapp  mod_jk under Linux (Mandrake 8.0  Mandrake 
8.1) as well as Solaris 8. The problem is aggravated by the management’s desire to 
use IBM HTTP Server instead of plain Apache mainly due to IBM’s SSL support, which is 
perceived to be more trustworthy and secure. 
  
  Is my assumption right? If yes, is there a way I could generate that damn .exp 
file for mod_webapp? I could also live with mod_jk as a fallback scenario. 

[snip]
 I know that Aaron Bannert spent some time working with the IBM
 httpd folks (Victor, Greg, Bill, Jeff, etc.) trying to get AIX DSO 
 support for Apache 2.0 and APR.  I believe the eventual conclusion 
 from the IBM AIX gurus in Austin was that the linker is not capable 
 of handling external dependencies in an acceptable manner.  Their
 recommendation was to wait for the next major release of AIX which 
 would have a new linker.  But, this isn't very helpful to you or 
 to us httpd folks though.

As of yet we have not been able to tame the beast that is the AIX linker
WRT apache-2.0 and DSOs. The essential problem has to do with the mechanism
used at runtime to load and dynamically link modules, and the aparent
inability of the AIX linker to deal with interdependent shared objects.

In the short term this really only applies to apache-2.0 and modules
that automatically depend on other libraries, like how mod_webapp depends
on libapr and libaprutil. The problem in this scenario is that libaprutil
actually depends on symbols exported from libapr. First-order runtime
linkages seem to work fine, but as soon as you hit a symbol that depends
on that second library (even if they are statically linked into the same
shared object) you'll get a segfault. It's entirely possible that over
in httpd-2.0 we're doing something wrong, but given the number of people
looking at this issue, that is becomming less and less likely.

  I have been informed by the management that if problem is not resolved by mid next 
week Tomcat will be replaced with WebSphere 3.5 Standard Edition. 

My first impression to this post was to suggest you contact your vendor
for a solution. (My second and more emotionally based response was to
suggest you change operating systems. ;)

Hope that provides some insight,
-aaron

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3. Please help save Tomcat for a high profile project in Switzerland

2001-11-17 Thread o . kalnichevski

First of all I attempt to calmly summarize the problem and only then let my emotions 
get through. 

My insufficient knowledge of AIX platforms prevents me from successfully compiling 
mod_webapp (as well mod_jk) on AIX 4.3.3 platform.
 
Hardware: IBM pSeries 660 model 6H1
OS: AIX 4.3.3 (not sure about exact maintenance level)
Web server: IBM HTTP Server 1.3.19
Servlet Engine: Tomcat 4.0.1
Tools  libraries: IBM’s port of common GNU  other open-source packages available at 
http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html

Tomcat itself appears to be running flawlessly. Unfortunately due to my meager 
knowledge of AIX I seem to be unable to recompile neither mod_webapp nor mod_jk for 
the specified platform. Actually compilation worked fine in both cases. What did fail 
was the ‘ld’ linker. As far as I can judge about possible cause of failure, the linker 
requires a module export (.exp) file in order to be able successfully complete linking 
process. In this respect AIX appears to differ from Unixes, as I had no problems at 
all building mod_webapp  mod_jk under Linux (Mandrake 8.0  Mandrake 8.1) as well as 
Solaris 8. The problem is aggravated by the management’s desire to use IBM HTTP Server 
instead of plain Apache mainly due to IBM’s SSL support, which is perceived to be more 
trustworthy and secure. 

Is my assumption right? If yes, is there a way I could generate that damn .exp file 
for mod_webapp? I could also live with mod_jk as a fallback scenario. 

Please help.

I have been informed by the management that if problem is not resolved by mid next 
week Tomcat will be replaced with WebSphere 3.5 Standard Edition. 

Please held save Tomcat for the project. Our work is highly visible. The system will 
serve population of an entire Swiss canton. If successful the system may be adopted by 
other cantons with Tomcat prominently featured alongside other leading commercial 
products.

And most of all I really would like to show my management that open-source community 
cares, and is much more responsive when it comes to solving problems.

Thanks  cheers

Oleg Kalnichevski

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!

2001-08-03 Thread alexus

First of all

i fixed .jara.. yes it was typo thank you for pointing out for me

now as for ant.. here what i've done

su-2.05# cd $JAKARTA_HOME/jakarta-ant
su-2.05# sh build.sh
expr: syntax error
Buildfile: build.xml

prepare:

check_for_optional_packages:

build:
 [copy] Copying 2 files to
/usr/local/java/JAKARTA/jakarta-ant-1.3/build/classes

jars:
  [jar] Building jar:
/usr/local/java/JAKARTA/jakarta-ant-1.3/build/lib/ant.jar

setup-distproperties:

dist-lite:
[mkdir] Created dir: /usr/local/java/JAKARTA/jakarta-ant-1.3/dist
[mkdir] Created dir: /usr/local/java/JAKARTA/jakarta-ant-1.3/dist/bin
[mkdir] Created dir: /usr/local/java/JAKARTA/jakarta-ant-1.3/dist/lib
 [copy] Copying 2 files to
/usr/local/java/JAKARTA/jakarta-ant-1.3/dist/lib
 [copy] Copying 6 files to
/usr/local/java/JAKARTA/jakarta-ant-1.3/dist/bin

main:

BUILD SUCCESSFUL

Total time: 9 seconds
su-2.05#

it seems to build successfully...

which bin is it looking for?

what do i do? how do i fix it?



- Original Message -
From: Martin van den Bemt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 02, 2001 7:09 PM
Subject: RE: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!


 besides the typo in your classpath (I assume the xalan.jara must be
 xalan.jar), my experience is best to just type ant and it builds fine
 (assuming ant is in you path). This way it doesn't look for an in a
specific
 directory that you don't have..

 mvgr,
 Martin


  -Original Message-
  From: alexus [mailto:[EMAIL PROTECTED]]
  Sent: Friday, August 03, 2001 12:57 AM
  To: [EMAIL PROTECTED]
  Subject: Fw: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!
 
 
 
  - Original Message -
  From: alexus [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, August 02, 2001 6:42 PM
  Subject: TOMCAT 3.2.3 won't compile
 
 
   su-2.05# echo $CLASSPATH
  
  /usr/local/java/jaxp/jaxp.jar:/usr/local/java/jaxp/crimson.jar:/us
  r/local/ja
  
  va/jaxp/xalan.jara:/usr/local/java/jdk/jsse/lib/jcert.jar:/usr/loc
  al/java/jd
  
  k/jsse/lib/jnet.jar:/usr/local/java/jdk/jsse/lib/jsse.jar:/usr/loc
  al/java/JA
  
  KARTA/jakarta-ant/build/lib/ant.jar:/usr/local/java/JAKARTA/jakart
  a-servleta
   pi/lib/servlet.jar
   su-2.05# echo $PATH
  
  /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/
  X11R6/bin:
   /usr/local/java/jdk/bin
   su-2.05# pwd
   /usr/local/java/JAKARTA/jakarta-tomcat
   su-2.05# sh build.sh
   expr: syntax error
   Buildfile: build.xml
  
   prepare:
  
   BUILD FAILED
  
   /usr/local/java/JAKARTA/jakarta-tomcat-3.2.3-src/build.xml:32:
   /usr/local/java/JAKARTA/jakarta-ant-1.3/bin not found.
  
   Total time: 1 second
   su-2.05#
  
   what can't it found???
  
 
 






RE: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!

2001-08-02 Thread Martin van den Bemt

besides the typo in your classpath (I assume the xalan.jara must be
xalan.jar), my experience is best to just type ant and it builds fine
(assuming ant is in you path). This way it doesn't look for an in a specific
directory that you don't have..

mvgr,
Martin


 -Original Message-
 From: alexus [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 03, 2001 12:57 AM
 To: [EMAIL PROTECTED]
 Subject: Fw: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!



 - Original Message -
 From: alexus [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 02, 2001 6:42 PM
 Subject: TOMCAT 3.2.3 won't compile


  su-2.05# echo $CLASSPATH
 
 /usr/local/java/jaxp/jaxp.jar:/usr/local/java/jaxp/crimson.jar:/us
 r/local/ja
 
 va/jaxp/xalan.jara:/usr/local/java/jdk/jsse/lib/jcert.jar:/usr/loc
 al/java/jd
 
 k/jsse/lib/jnet.jar:/usr/local/java/jdk/jsse/lib/jsse.jar:/usr/loc
 al/java/JA
 
 KARTA/jakarta-ant/build/lib/ant.jar:/usr/local/java/JAKARTA/jakart
 a-servleta
  pi/lib/servlet.jar
  su-2.05# echo $PATH
 
 /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/
 X11R6/bin:
  /usr/local/java/jdk/bin
  su-2.05# pwd
  /usr/local/java/JAKARTA/jakarta-tomcat
  su-2.05# sh build.sh
  expr: syntax error
  Buildfile: build.xml
 
  prepare:
 
  BUILD FAILED
 
  /usr/local/java/JAKARTA/jakarta-tomcat-3.2.3-src/build.xml:32:
  /usr/local/java/JAKARTA/jakarta-ant-1.3/bin not found.
 
  Total time: 1 second
  su-2.05#
 
  what can't it found???
 






Fw: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!

2001-08-02 Thread alexus


- Original Message -
From: alexus [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 02, 2001 6:42 PM
Subject: TOMCAT 3.2.3 won't compile


 su-2.05# echo $CLASSPATH

/usr/local/java/jaxp/jaxp.jar:/usr/local/java/jaxp/crimson.jar:/usr/local/ja

va/jaxp/xalan.jara:/usr/local/java/jdk/jsse/lib/jcert.jar:/usr/local/java/jd

k/jsse/lib/jnet.jar:/usr/local/java/jdk/jsse/lib/jsse.jar:/usr/local/java/JA

KARTA/jakarta-ant/build/lib/ant.jar:/usr/local/java/JAKARTA/jakarta-servleta
 pi/lib/servlet.jar
 su-2.05# echo $PATH

/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:
 /usr/local/java/jdk/bin
 su-2.05# pwd
 /usr/local/java/JAKARTA/jakarta-tomcat
 su-2.05# sh build.sh
 expr: syntax error
 Buildfile: build.xml

 prepare:

 BUILD FAILED

 /usr/local/java/JAKARTA/jakarta-tomcat-3.2.3-src/build.xml:32:
 /usr/local/java/JAKARTA/jakarta-ant-1.3/bin not found.

 Total time: 1 second
 su-2.05#

 what can't it found???





Please HELP (Tomcat + IIS Null Pointer exception)

2001-06-26 Thread riaz mohamed

hi
i configured IIS exactly the way as said in the Howto
doc that comes with the jakarta docs. This was on IIS
5.0 on Win2000 . I am able to access the jsp pages ..
Now i have got an application which uses tomcat. When
the application is installed and the tomcat run (ie
before i run the tomcat i set the classpath to all the
jars in my appliaction ) i get the following error

2001-06-26 07:49:56 - PoolTcpConnector: Starting
HttpConnectionHandler on 8080
2001-06-26 07:49:56 - PoolTcpConnector: Starting
Ajp12ConnectionHandler on 8007
2001-06-26 07:49:56 - ThreadPool: Caught exception
executing org.apache.tomcat.s
ervice.TcpWorkerThread@3b188c41, terminating thread -
java.lang.NullPointerExcep
tion
at
java.lang.String.lastIndexOf(String.java(Compiled
Code))
at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:373)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:257)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.init(Ajp12
ConnectionHandler.java:92)
at
org.apache.tomcat.service.TcpWorkerThread.getInitData(PoolTcpEndpoint
.java:369)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java
:493)
at java.lang.Thread.run(Thread.java:498)


When i try shutting down tomcat on clicking on
shutdown.bat in the bin dir the tomcat doesn't seem to
shutdown
could any1 plz tell me y this occurs and how i could
get over it

Thanx a load

regards
riaz



__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



RE: Problems with aliased hosts (ver 4.0b5) - please help

2001-06-11 Thread Deacon Marcus

Hi,
Please, if you don't have the time to fix it or it's low priority let me
know which classes control this behavior so I could try to fix it myself.

Thanks in advance,
 deacon Marcus

 -Original Message-
 From: Deacon Marcus [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, June 09, 2001 12:27 AM
 To: [EMAIL PROTECTED]
 Subject: Problems with aliased hosts (ver 4.0b5)


 Hi,
 I have:
   Host name=d1.test debug=0 appBase=/server/domains/d1.test/http
 unpackWARs=true
 Alias name=d2.test /
 in my server.xml. The goal is to have urls http://d1.test/; and
 http://d2.test; pointing at the same webapp, with shared
 application-scope
 objects, etc. Something like being able to get www.something.com and
 something.com being equals. The problem is, while d1.test works exactly as
 it should, d2.test gives me the default host (tomcat's docs in
 this case). I
 have the same problem on tomcat 4.0b3 + win 98/se, 4.0b5 + win 98/se, and
 4.0b5 + redhat 7.1, with jdk 1.3 and jdk 1.4. d1.test and d2.test are
 aliases for 127.0.0.1 in /etc/hosts and /windows/hosts depending on
 platform.

 I hope I'm wrong, but it looks like Alias/ is just not implemented ??

 Is this a known problem? Is there any workaround? Could someone give me
 working example of such configuration? This is critical to me, I have to
 have it working next week.

 Thanks in advance,
  deacon Marcus




RE: Problems with aliased hosts (ver 4.0b5) - please help

2001-06-11 Thread Remy Maucherat

Quoting Deacon Marcus [EMAIL PROTECTED]:

 Hi,
 Please, if you don't have the time to fix it or it's low priority let
 me
 know which classes control this behavior so I could try to fix it
 myself.

Oops, sorry. It's the J1 effect : don't put any urgent requests that week.
I think you should have filed a bug.

The host mapping is done in 
org.apache.catalina.core.StandardEngine/StandardEngineMapper.

It may be a problem at init (maybe the alias list is incorrectly initialized) 
or runtime.

Remy



Re: Problems with aliased hosts (ver 4.0b5) - please help

2001-06-11 Thread Remy Maucherat

 Hi,
 
 I think I got it, could someone please check and add it ?

I've just committed the fix.

Thanks !
Remy




Re: please help

2001-03-09 Thread JeremyRayYoo

you mean in my config.sys I have to add it just like this

shell=C:\command.com (now do I skip a line or put a semicolon between these 
two)  c:Vp/e:32  -why does this one have a from slash after Vp??? Is 
it a typo What exactly is this and why wasn't it mentioned in the 
user guide?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: please help

2001-03-09 Thread Lin, Raymond

Look at your DOS user's guide, you need more space for environment
variables.

Raymond

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 11:07 AM
To: [EMAIL PROTECTED]
Subject: Re: please help


you mean in my config.sys I have to add it just like this

shell=C:\command.com (now do I skip a line or put a semicolon between these 
two)  c:Vp/e:32  -why does this one have a from slash after Vp??? Is

it a typo What exactly is this and why wasn't it mentioned in the 
user guide?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




please help

2001-03-08 Thread JeremyRayYoo

hi I am knew at this so I was hoping someone could help me. I recently 
downloaded the tomcat jakarta server. I set the environment variables 
JAVA_HOME  to point to my jdk1.1.8 and TOMCAT_HOME to point to the home 
tomcat directory. When I run startup I get this message:
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space

Using CLASSPATH:

Starting Tomcat in new window
Bad command or file name
   

I keep getting this message. Can anyone help me

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: please help

2001-03-08 Thread nigel

You need to add a line like this to your config.sys

shell=c:\command.com c:\/p /e:32000

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 09, 2001 7:17 AM
Subject: please help


 hi I am knew at this so I was hoping someone could help me. I recently 
 downloaded the tomcat jakarta server. I set the environment variables 
 JAVA_HOME  to point to my jdk1.1.8 and TOMCAT_HOME to point to the home 
 tomcat directory. When I run startup I get this message:
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Unable to set CLASSPATH dynamically.
 Note: To set the CLASSPATH dynamically on Win9x systems
   only DOS 8.3 names may be used in TOMCAT_HOME!
 Setting your CLASSPATH statically.
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 Out of environment space
 
 Using CLASSPATH:
 
 Starting Tomcat in new window
 Bad command or file name

 
 I keep getting this message. Can anyone help me
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Please help!

2001-02-14 Thread Daniela Hasel

Hi. I'm new to programming web sites and such, so please have patience with
me.
I'm working on a Unix machine, using Apache 1.3.14 with TomCat 3.1. What I'm
trying to accomplish is to get a simple Survey on our website, and once the
submit button is pressed, to have that information sent to a database.

Right now I'm having a simple problem of not being able to even get the
example servlets working from TomCat. I had it working previously, but now
it's not. If you go to the Jakarta TomCat Installation Guide html page
(which comes with TomCat) there is a link at the bottom of the page that
takes you to a list of sample servlets that you can test. There's a list of
samples like HelloWorld, RequestInfo, Cookies and Sessions. You can execute
these to see how servlets work, but when I try to execute one, I get an
Internal Server Error. The error says that 'The server encountered an
internal error or misconfiguration and was unable to complete your request.'
I checked all the configuration files to see if there was any extraneous
stuff in it (admittedly I have added stuff to the Server.xml and Web.xml
files to try to get my web site working) and got rid of anything I put into
them. I cleaned up the files so that they looked exactly as they did before
I touched them, yet the sample servlets still don't work! I've looked
through all the configuration files I could think of and nothing seems
different from the way it was originally. What could I be missing here? What
could be causing this type of error? I've shut down and restarted both the
Apache server and TomCat, and I still get this error.
HELP!!!

If anyone could suggest something or help me I'd be very grateful and
indebted to you. Thanks in advance!
Daniela


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Please help! - It's ok!

2001-02-14 Thread Daniela Hasel

I finally managed to get the sample files working. It seems that some
component on the machine I was working on failed. I simply had to reboot the
system and then everything came back up again ok as it did previously.
Unfortunately, I've been working on our development server, so that was a
pain for everyone who was using the server!!!

Now that I finally have the sample servlets working I'm trying to get my own
web application up and working. I've placed a folder with the same directory
structure as the examples one under the WebApps folder. I made the necessary
changes to the server.xml as the documentation describes and my web
application is still not running as it should. (I'm following documentation
I have for how to do this, but some of it is pretty general and vague!)

Does anyone have by chance a step-by-step instruction guide as to how to
create your own web application using TomCat and Apache? Something that
would totally spell out where every file ought to be, exactly what needs to
be written in the config files and how to launch the entire thing?

Thanks again for your help! I really appreciate your support!
Daniela


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Unable to compile class for JSP. PLEASE HELP!!!

2001-02-14 Thread Tony Kian Heffner

Hi,

When I try to run my custom tag JSP application, I get "Unable to compile
class for JSP" (see log below for error details). Does anyone know what this
error means? And how can I configure Tomcat to log more (intuitive)
debugging information? I think I've wasted enough times making guesses with
this limited error logging information from Tomcat. Any help would be
greatly appreciatede. Thanks.

Note: I've searched the archieve and none of the posted JSP compiled
problems fix mine...

-lkc
=== "Unable to compile class for JSP" error log
=
Error: 500
Location: /eSupportTag/LoginTest.jsp
Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for JSP
at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:476)
at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:433)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
rvlet.java:152)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:164)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)
Root cause:
java.lang.NullPointerException
at
org.apache.jasper.compiler.TagBeginGenerator.generateSetters(TagBeginGenerat
or.java:196)
at
org.apache.jasper.compiler.TagBeginGenerator.generateServiceMethodStatements
(TagBeginGenerator.java:291)
at
org.apache.jasper.compiler.TagBeginGenerator.generate(TagBeginGenerator.java
:360)
at
org.apache.jasper.compiler.JspParseEventListener$GeneratorWrapper.generate(J
spParseEventListener.java:773)
at
org.apache.jasper.compiler.JspParseEventListener.generateAll(JspParseEventLi
stener.java:220)
at
org.apache.jasper.compiler.JspParseEventListener.endPageProcessing(JspParseE
ventListener.java:175)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:183)
at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:462)
at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:433)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
rvlet.java:152)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:164)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




please help me with this error

2000-12-20 Thread Amit Chogale



Hi
I am getting this error
Can anybody tell the solution
Included servlet error: 500

Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile class for JSPerror: An
error has occurred in the compiler; please file a bug report
(http://java.sun.com/cgi-bin/bugreport.cgi).
1 error

at org.apache.jasper.compiler.Compiler.compile(Compiled Code)
at org.apache.jasper.runtime.JspServlet.loadJSP(Compiled Code)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(Compi
led Code)
at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(Compiled
Code)
at org.apache.jasper.runtime.JspServlet.serviceJspFile(Compiled Code)
at org.apache.jasper.runtime.JspServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled Code)
at org.apache.tomcat.core.RequestDispatcherImpl.include(Compiled Code)
at org.apache.jasper.runtime.PageContextImpl.include(Compiled Code)
at _0002freview_0002ehtmreview_0002ehtm_jsp_103._jspService(Compiled Code)
at org.apache.jasper.runtime.HttpJspBase.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(Compiled
Code)
at org.apache.jasper.runtime.JspServlet.serviceJspFile(Compiled Code)
at org.apache.jasper.runtime.JspServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled Code)
at org.apache.tomcat.core.ContextManager.service(Compiled Code)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Compiled Code)
at org.apache.tomcat.service.TcpConnectionThread.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)


thank you,
ameet





_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com

Participate in crazy auctions at http://auctions.rediff.com/auctions/