Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] Setting up development environment in windows

Hi John,

I haven't tried to set up a Babel server on Windows. I'm personally a Linux guy with little to no knowledge of PHP on Windows.

However, I'll help as best I can. If you/we do get a Windows server set up, the entire community would certainly appreciate you documenting any steps/instructions on our Wiki:

   http://wiki.eclipse.org/Babel_/_Server_Tool_Development_Process


The error you describe is related to your MySQL connection (or the inability to connect). Make sure base.conf is configured with the right database connection info, and make sure your PHP can connect to your database.

Denis



John Ryding wrote:
Hi,

I am currently trying to set up a babel development environment in Windows
XP.  I have gone through the steps laid out in the Babel / Server Tool
Development Process tutorial, but when I include the org.eclipse-common
folder and access the index.php page, or any page for that matter, I get
the following in my browser window and my url is redirected to
http://localhost/error.php?errNo=101301:

Not Found


The requested URL /error.php was not found on this server.


When I remove the org.eclipse-common folder I am able to access the page
but I then get errors about the page not being able to access
org.eclipse-common's php files, which is expected.  Is there a way to get a
development environment set up on Windows?  Thanks.

-John Ryding

_______________________________________________
babel-dev mailing list
babel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/babel-dev


--
Denis Roy
Manager, IT Infrastructure
Eclipse Foundation, Inc.  --  http://www.eclipse.org/
Office: 613.224.9461 x224 (Eastern time)
Cell: 819.210.6481
denis.roy@xxxxxxxxxxx



Back to the top