Nicolas,
Thanks for the reply. I have tried the url:
http://localhost:8080
returns IE cannot find page.
So it is either the location or is being blocked.
The
http://localhost command is also showing IE cannot find page. The
loopback using
http://127.0.0.1 shows IIS welcolme screen and
http://127.0.0.1:8080 or
http://127.0.0.1:8080/constellio returns IE
cannot find page.
The batch file fires off a Java runtime environment. My batch file is
The start Constellio batch file is
@echo off
rem
---------------------------------------------------------------------------
rem Start script for Constellio
rem
---------------------------------------------------------------------------
set CONSTELLIO_HOME=%~dps0
set CONSTELLIO_DATA=%CONSTELLIO_HOME%data
set CATALINA_HOME=%CONSTELLIO_HOME%tomcat
rem If JRE_HOME is not defined, manually set JRE_HOME for Tomcat using
the JVM
if "%JRE_HOME%"=="" for /f "delims=" %%A in ('java JreHomeProperty')
do set JRE_HOME=%%A
rem Set any default JVM options
set JAVA_OPTS=-Dfile.encoding=UTF8 -Xmx1024m -XX:MaxPermSize=160m -
server -Dconstellio.home=%CONSTELLIO_HOME% -Dderby.system.home=
%CONSTELLIO_DATA%
echo Starting Tomcat Application Server
call "%CATALINA_HOME%\bin\startup.bat"
any thoughts? I do like Constellio
Thanks,
Bruce
On Mar 20, 12:47 am, Nicolas Bélisle <
nicolas.beli...@doculibre.com>
wrote:
> Just to be sure, have you tried the following URL:
http://localhost:8080/constellio
> Constellio runs on the 8080 port. Also, it does not need IIS.
>
> Else, try running from the command line and see if any stacktrace/error
> message comes up.
>
> <
http://localhost:8080/constellio>Ref.
http://wiki.constellio.com/index.php/Getting_Started
>
> Regards,
>
> Nicolas
>
>
>
> On Sat, Mar 19, 2011 at 6:08 AM, parkbenchbruce <
bgr...@gmail.com> wrote:
> > Guys,
>
> > I downloaded, installed and followed the instructions in step 4. Run
> > the startup script : start_constellio. It wanted Java VM 1.6 which I
> > downloaded.
>
> > The localhost command did not work so I suspected that either a
> > firewall or the IIS was off. Checked the settings in Vista and saw
> > IIS was off. Turned it on. Still no luck with localhost command. I
> > ping it and it was there so I triedhttp://127.0.0.1and IIS was
> > there. Triedhttp://
127.0.0.1/constellioand received not found page
> > with the following details:
>
> > Found your discussions with the updated java runtime
> >
http://wiki.constellio.com/index.php/Requirements
> > and downloaded jdk-6u24 but still the same result.
>
> > IIS The resource you are looking for has been removed, had its name
> > changed, or is temporarily unavailable
> > Module IIS Web Core
> > Notification MapRequestHandler
> > Handler StaticFile
> > Error Code 0x80070002
>
> > Requested URLhttp://
127.0.0.1:80/constellio
> > Physical Path C:\inetpub\wwwroot\constellio
> > Logon Method Anonymous
> > Logon User Anonymous
> > Thanks,
> > Bruce
>
> > --
> > Vous recevez ce message, car vous êtes abonné au groupe Google
> > Groupes Constellio.
> > Pour envoyer un message à ce groupe, adressez un e-mail à
> >
const...@googlegroups.com.
> > Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse
> >
constellio+...@googlegroups.com.
> > Pour plus d'options, consultez la page de ce groupe :
> >
http://groups.google.com/group/constellio?hl=fr- Hide quoted text -
>
> - Show quoted text -