[Thread Prev][Thread Next][Index]

Re: [las_users] 404 Not found



What is the form the URL you are trying to access when you get the 404 error?

Is it http://xxx.xxx.org:8080/las/ProductServer.do or http://xxx.xxx.org/las/ProductServer.do?

How did you answer the question:

Do you plan to use a proxy pass or connector from the HTTP server to the tomcat server (recommended; instructions below):

when you configured the server?

Roland

Pankaj Kumar wrote:

Hi,

I am able to access the LAS home page including dataset,variables and constraints. but when i finally send the request to Product Server, I’m getting 404 Not Found .

I have checked some files .. There its mentioned

$LAS_HOME/JavaSource/resources/ferret/FerretBackendConfig.xml.base.in

http_base_url = "http://@SERVLET_ROOT_URL@/

opendap_base_url = "http://@SERVLET_ROOT_URL@/thredds/dodsC/output"/>

I have done following changes in the httpd.conf(/etc/apache2.httpd.conf) file .
++++++++++++++++++++++++++++++++++++++++++++++++

LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so

<Location /las>

ProxyPass http://xxx.xxx.org:8080/las

ProxyPassReverse http://xxx.xxx.org:8080/las

</Location>

<Proxy http://xxx.xxx.org:8080/las>

AllowOverride None

Order allow,deny

Allow from All

</Proxy>
++++++++++++++++++++++++++++++++++++++++++++++++

 

 

Do i have to make any more changes in any other files.
Following modules are installed, I checked using apache2ctl -l
++++++++++++++++++++++++++++++++++++++++++++++++
apache2ctl -l
Compiled in modules:

core.c
mod_log_config.c
mod_logio.c
worker.c
http_core.c
mod_so.c

+++++++++++++++++++++++++++++++++++++++++++++++++

I have done the configuration, and las0 database has been created the and mysql user also it shows in the database but without password. As i have seen the las.properties according to that..

las.db.host=xxx.xx.org
las.db.user=las
las.db.password=lasrules
las.db.dbase=las0

Doest it really matter, if password has not been created...

One more after making the changes in the $LAS_HOME, do I’ve to make the same change in the webapps directory..

I have attached document, having the steps i have taken while installing the LAS.. Please correct me, if anywhere i missed out any steps.

Awaiting for your positive reply..

Thanks & Regards

Pankaj Kumar

 







[Thread Prev][Thread Next][Index]


Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement