zia mohades wrote:
> Hi there,
> 
> I am currently having issue loading my own page using tomcat apache 6.0 on
> ubuntu, here are the details;
> 
> 1) when I start the server using sudo /etc/init.d/tomcat restart and then
> try to access the server via http://localhost:8080, i sucessfully
> get the welcome page and the logo of the tomcat
> 
> 2) I then place my own folder called mms_tets( containing html files) in
> /usr/local/tomcat/webapps and then restart the server using the same
> command. however when try to access the http://localhost:8080 i get a blank
> page. Showing absolutely nothing and I don't even get any errors. I checked
> the permission also and it seems like I gave the full permission:
> drwxrwxrwx  9 mohadesz mohadesz 4096 2009-01-31 21:13 mms_test
> 
>  I also checked the log folder , and here are their results:
> 
> for  catalina.2009-01-31.log --> 31-Jan-2009 9:34:46 PM
> org.apache.catalina.startup.Catalina start
> INFO: Server startup in 1520 ms
> 
> for localhost.2009-01-31.log  -->31-Jan-2009 9:34:46 PM
> org.apache.catalina.core.ApplicationContext log
> INFO: SessionListener: contextInitialized()

If you're trying to make your app the ROOT app, then you need to call
the directory it's in 'ROOT' or name it ROOT.war (if it's a compressed
war file).

If you have the Context defined in server.xml, you should instead place
the definition in a file inside your webapp 'META-INF/context.xml'.
Do not use the 'path' or 'docbase' attributes.


p



> i definitely appreciate your help! I spent so much time on this and
> seriously can't figure out the problem.
> 
> Thank you kindly
> 
> 
> zia
> 


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

Reply via email to