[opencms-dev] Publish problem in opencms6.0.0

Pramila Thakur pthakur at hstcglobal.com
Fri Jul 15 16:11:57 CEST 2005


Hi Guys,

I am using the latest relase version of Opencms.
I see that when I publish the project the class files do not get copied to the server/WEB-INF/classes directory.
And so I am unable to access the files from the browser.

Do you have any idea why this is happening.

I do have an export point ,but it exports in the form of a zip. But classes no.

If you have any idea what's wrong Please let me know.

I need this set up as early as possible.

So that I can do it as you say.
I am waiting for your reply.

Thanks

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org]On Behalf Of Andras Balogh
Sent: July 15, 2005 10:03 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Static export strange behavior


Hello,

    Can you say more about your setup? Is Tomcat standalone or 
Apache+Tomcat?
I suspect the 404 handler is not configured correctly, this is correct 
in your web.xml:
<error-page>
      <error-code>404</error-code>
      <location>/opencms/handle404</location>
    </error-page>
?

Best regards,
Andras.

Pere Torrodellas wrote:

>Hello,
>
>I hope that someone will be able to help me with this one, as I'm running
>out of ideas.
>
>-  An application with one module, some gallery pictures and some content
>folders is imported to a newly installed OpenCms 6.0.0 under Tomcat 5.0. The
>content folders are imported to /sites/default/. opencms-importexport.xml is
>left unchanged, so that gif, css, pdf,... files are supposed to be
>statically exported when needed.
>
>- Everything works fine offline.
>
>- After publication, links to files with those extensions point indeed to
>the /export directory, BUT the files are not there: OpenCms doesn't
>"extract" them when they are required, and we get the corresponding errors.
>
>- The only emergency way out has been to change the export property to
>"false" for the folders containig these files, so that the links do not
>point to /export anymore.
>
>- The strangest is that the same installation procedure has worked fine on
>two systems (Windows), where we see how the exportable files appear under
>/export when they are requested, but failed on two others (one Windows and
>one Unix, the Unix user running Tomcat having supposedly write permission to
>/export (it's "root")).
>
>Can anyone guess what's going on there, suggest a possible installation
>mistake, or a problem determination procedure?
>
>Thanks,
>
>Pere
>
>  
>


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list