Fileupload - Stream terminated unexpectedly

2004-10-13 Thread Ellis, Greg
I've seen this issue mentioned before after searching the archive and using
google, but I am unclear if there was any possible solutions. I have a web
app that uses the package 'org.apache.commons.upload' to upload a file to
the server. It is running on IIS 6 with isapi_redirector2.dll. 
 
The issue is that some users get a Stream terminated unexpectedly error
when they try to upload a file.
 
If I use port 8080 users have no problems. 
 
Is there any possible workaround without going back to the older redirector
or using Tomcat standalone?
 
Thanks!
 
Greg Ellis
 



The information contained in this email message is intended only for use of the 
individual or entity named above.  If the reader of this message is not the intended 
recipient, or the employee or agent responsible to deliver it to the intended 
recipient, you are hereby notified that any dissemination, distribution or copying of 
this communication is strictly prohibited.  If you have received this communication in 
error, please immediately notify us by email ([EMAIL PROTECTED]), and destroy the 
original message.  Thank you.


IIS, Tomcat 5, Win2K issue

2004-06-17 Thread Ellis, Greg
I am having an issue with connecting Tomcat to IIS 5. I am trying to use the
isapi_redirector2.dll. Everything appears to be installed correctly, I am
getting a green arrow. Tomcat works fine when accessed with the standalone
connector. However, when trying to request the tomcat example context
through IIS, I get a Cannot find server or DNS error message. If the
redirector isn't installed I get Page not found.

The only issue I can think of is that this server has two network cards and
three IP's assigned to it. My question is, should I bind the AJP connector
to a particular address or leave it localhost. Currently it shows up this
way in the stdout.log:

Jun 17, 2004 11:53:00 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Jun 17, 2004 11:53:00 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/32  config=C:\Tomcat5\conf\jk2.properties

My worker properties files uses this..

[shm:] 
info=Scoreboard. Required for reconfiguration and status with multiprocess
servers 
file=C:\Tomcat5\temp\jk2.shm 
size=1048576 

[channel.socket:localhost:8009] 
info=Ajp13 forwarding over socket 
tomcatId=localhost:8009 

# Map webapps to the Web server uri space 
[uri:/jsp-examples/*]
[uri:/servlets-examples/*]


Any help would be greatly appreciated.

Greg

The information contained in this email message is intended only for use of the 
individual or entity named above.  If the reader of this message is not the intended 
recipient, or the employee or agent responsible to deliver it to the intended 
recipient, you are hereby notified that any dissemination, distribution or copying of 
this communication is strictly prohibited.  If you have received this communication in 
error, please immediately notify us by email ([EMAIL PROTECTED]), and destroy the 
original message.  Thank you.