This is our entire server.xml file which has no reference to the ajp12
or 13 worker. Any other suggestions?
J Sears
<Server port="8005" shutdown="SHUTDOWN" debug="0">
<!-- Define an Apache-Connector Service -->
<Service name="Tomcat-Apache">
<Connector className="org.apache.catalina.connector.warp.WarpConnector"
port="8008"
allowChunking="false"
tcpNoDelay="true"
debug="0"
minProcessors="50"
maxProcessors="250"
acceptCount="250"
enableLookups="false"
connectionTimeout="60000"
bufferSize="8192"/>
<Engine className="org.apache.catalina.connector.warp.WarpEngine"
name="Apache" debug="0" appBase="/www/htdocs">
<Host name="sitecreator.directnic.com" debug="4" appBase="/www/htdocs"
unpackWARs="true">
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
prefix="sitecreator_access_log." suffix=".txt"
pattern="common"/>
<Logger
className="org.apache.catalina.logger.FileLogger"
directory="logs"
prefix="sitecreator_log." suffix=".txt"
timestamp="true"/>
<Logger
className="org.apache.catalina.logger.SystemErrLogger"/>
<!-- Tomcat ROOT Context -->
<Context path="/" docBase="ROOT" debug="0"
priviledged="true" flush="true">
<Logger
className="org.apache.catalina.logger.FileLogger"
prefix="osc_log." suffix=".txt"
timestamp="true"/>
<Logger
className="org.apache.catalina.logger.SystemErrLogger"/>
</Context>
<!-- Tomcat Manager Context -->
<Context path="/manager" docBase="manager" debug="0"
privileged="true"/>
</Host>
<!-- Global logger unless overridden at lower
levels -->
<Logger
className="org.apache.catalina.logger.FileLogger"
prefix="apache_log." suffix=".txt"
timestamp="true"/>
<!-- Because this Realm is here, an instance
will be shared globally -->
<Realm
className="org.apache.catalina.realm.MemoryRealm" />
</Engine>
</Service>
</Server>
On Mon, 2002-01-28 at 12:52, Brandon Cruz wrote:
> Ajp13 bug with multipart has been fixed a long time ago hasn't it?
>
>
>
> -----Original Message-----
> From: Brian Adams [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 12:46 PM
> To: 'Tomcat Users List'
> Subject: RE: com.oreilly.servlet.MultipartRequest IO Error
>
>
> http://www.mail-archive.com/[email protected]/msg06327.html
>
> here is one problem.
>
>
> -----Original Message-----
> From: J S (l) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 12:39 PM
> To: Tomcat Users List
> Subject: com.oreilly.servlet.MultipartRequest IO Error
>
>
> Please, anyone with information regarding the following error, either
> post a reply or email me asap.
>
> We are attempting to allow users to upload image files via form on our
> jsp site. We get the following error upon trying to parse the posted
> data:
>
> java.io.IOException: unexpected end of part
>
> We are running tomcat 4.0.1
> JDK 1.3.1
> modwebApp
> Apache 1.3.22
>
> I have read where this might be a bug with either Tomcat itself or the
> WARP connector, but have been unable to find any responses to the bug
> report.
> Any assistance is greatly appreciated.
>
> J Sears
>
>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>