https://issues.apache.org/bugzilla/show_bug.cgi?id=56726

--- Comment #3 from Nawazish <md.nawazish.k...@gmail.com> ---
(In reply to Christopher Schultz from comment #1)
> Perhaps your access is denied to that file/directory. Bug 54971 seems
> unrelated unless you think this has something to do with relative versus
> absolute path specifications.
> 
> If you want any reasonable reply, you need to:
> 
> a) post your multipart configuration (whether from web.xml or @Annotations)
> b) tell us the effective user under which Tomcat is running
> c) give details about the ownership of the directories mentioned in your
> error report attachment

@Christopher Schultz

Thanks for your note. Following are the details as required:

a) We are using Spring's DispatcherServlet as the front-controller to the
application so the web.xml looks like this:
<servlet>
  <servlet-name>spring</servlet-name>

  <servlet-class>
     org.springframework.web.servlet.DispatcherServlet
  </servlet-class>

    <multipart-config>
        <max-file-size>10485760</max-file-size>
        <max-request-size>20971520</max-request-size>
        <file-size-threshold>5242880</file-size-threshold>
        </multipart-config>
    <load-on-startup>1</load-on-startup>
</servlet>

b) By "effective user" I understand the Operating System. If so, then Tomcat is
running on Windows 7. Albeit, Tomcat is launched/handled from Eclipse IDE.

c) The directories are given "Full Control".

Hope these were useful. Looking forward for your reply.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to