Setting up Aggregate on a Windows Server 2008

Hi,

I have setup the Aggregate server on a windows server 2008.. It has been
able to show the Awaiting Redirect page... but it could not find
Aggregate.html page.

I could not find this file also on any of the folders under it,

Need help. Thanks!

Raul M. Maano

As an FYI, this is really a question better answered on the ODK
developers mailing list.

To answer your question there is no Aggregate.html any more, to reduce
confusion during an upgrade cycle we kept the name the same and had
the web container map it to a servlet so users would be unaware of the
change. It's currently mapped to a AggregateHtmlServlet as shown on
lines 162-168 in the web.xml.
http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162

Cheers,
Waylon

··· On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano wrote: > Hi, > > I have setup the Aggregate server on a windows server 2008.. It has been > able to show the Awaiting Redirect page... but it could not find > Aggregate.html page. > > I could not find this file also on any of the folders under it, > > Need help. Thanks! > > > Raul M. Maano > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

I am unable still to resolve this. The site just times out with no error
message. How will I know what the cause of the problem is?

Raul

··· On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette wrote:

As an FYI, this is really a question better answered on the ODK
developers mailing list.

To answer your question there is no Aggregate.html any more, to reduce
confusion during an upgrade cycle we kept the name the same and had
the web container map it to a servlet so users would be unaware of the
change. It's currently mapped to a AggregateHtmlServlet as shown on
lines 162-168 in the web.xml.

http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162

Cheers,
Waylon

On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano simplyraul@gmail.com wrote:

Hi,

I have setup the Aggregate server on a windows server 2008.. It has been
able to show the Awaiting Redirect page... but it could not find
Aggregate.html page.

I could not find this file also on any of the folders under it,

Need help. Thanks!

Raul M. Maano

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

If you need assistance please provide more information so we can help.
Are you using Tomcat, what version? Did you use Aggregate's installer?

Waylon

··· On Mon, Oct 22, 2012 at 1:34 AM, Raul Maano wrote: > I am unable still to resolve this. The site just times out with no error > message. How will I know what the cause of the problem is? > > > Raul > > > > > On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette wrote: >> >> As an FYI, this is really a question better answered on the ODK >> developers mailing list. >> >> To answer your question there is no Aggregate.html any more, to reduce >> confusion during an upgrade cycle we kept the name the same and had >> the web container map it to a servlet so users would be unaware of the >> change. It's currently mapped to a AggregateHtmlServlet as shown on >> lines 162-168 in the web.xml. >> >> http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162 >> >> Cheers, >> Waylon >> >> On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano wrote: >> > Hi, >> > >> > I have setup the Aggregate server on a windows server 2008.. It has been >> > able to show the Awaiting Redirect page... but it could not find >> > Aggregate.html page. >> > >> > I could not find this file also on any of the folders under it, >> > >> > Need help. Thanks! >> > >> > >> > Raul M. Maano >> > >> > -- >> > Post: opendatakit@googlegroups.com >> > Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> > Options: http://groups.google.com/group/opendatakit?hl=en >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Hi,

Seems like the problem stems from the ODK aggregate installer.

The installer is not able to update the server.xml file to setup the
context for the database connection. I had to manually add it like this:

  • <Resource name="jdbc/odkDB" auth="Container" type="javax.sql.DataSource"*
  •           maxActive="100" maxIdle="30" maxWait="10000"*
    
  •           username="odk_admin" password="******" 
    

driverClassName="com.mysql.jdbc.Driver"*

  •           url="jdbc:mysql://localhost:3306/ODKAggregate"/>*
    

Secondly, it also did not update the web.xml to point to this resource
name. Thus, I also added this to the WEB-INF/web.xml:

  • *
  •    <description>DB Connection</description>*
    
  •    <res-ref-name>jdbc/odkdb</res-ref-name>*
    
  •    <res-type>javax.sql.DataSource</res-type>*
    
  •    <res-auth>Container</res-auth>*
    
  • *

I have used this installer: "*ODK Aggregate v1.2.0 windows-installer.exe"
*I got from here: http://code.google.com/p/opendatakit/downloads/list

Is this an isolated case?

The Aggregate server is now running and I have been able to download forms
and transmit data via my Android phones.

Thanks!

Raul

··· On Monday, October 22, 2012 11:48:04 PM UTC+8, Waylon Brunette wrote: > > If you need assistance please provide more information so we can help. > Are you using Tomcat, what version? Did you use Aggregate's installer? > > Waylon > > On Mon, Oct 22, 2012 at 1:34 AM, Raul Maano <simpl...@gmail.com> wrote: > > I am unable still to resolve this. The site just times out with no error > > message. How will I know what the cause of the problem is? > > > > > > Raul > > > > > > > > > > On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette <wbru...@gmail.com> wrote: > >> > >> As an FYI, this is really a question better answered on the ODK > >> developers mailing list. > >> > >> To answer your question there is no Aggregate.html any more, to reduce > >> confusion during an upgrade cycle we kept the name the same and had > >> the web container map it to a servlet so users would be unaware of the > >> change. It's currently mapped to a AggregateHtmlServlet as shown on > >> lines 162-168 in the web.xml. > >> > >> > http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162 > >> > >> Cheers, > >> Waylon > >> > >> On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano <simpl...@gmail.com> wrote: > >> > Hi, > >> > > >> > I have setup the Aggregate server on a windows server 2008.. It has > been > >> > able to show the Awaiting Redirect page... but it could not find > >> > Aggregate.html page. > >> > > >> > I could not find this file also on any of the folders under it, > >> > > >> > Need help. Thanks! > >> > > >> > > >> > Raul M. Maano > >> > > >> > -- > >> > Post: opend...@googlegroups.com > >> > Unsubscribe: opendatakit...@googlegroups.com > >> > Options: http://groups.google.com/group/opendatakit?hl=en > >> > >> -- > >> Post: opend...@googlegroups.com > >> Unsubscribe: opendatakit...@googlegroups.com > >> Options: http://groups.google.com/group/opendatakit?hl=en > > > > > > -- > > Post: opend...@googlegroups.com > > Unsubscribe: opendatakit...@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en >

What version of Tomcat are you running inside? Or are you using a different
Servlet 2.5 container (e.g., IIS)

Mitch

··· On Mon, Oct 22, 2012 at 9:49 PM, Raul Maano wrote:

Hi,

Seems like the problem stems from the ODK aggregate installer.

The installer is not able to update the server.xml file to setup the
context for the database connection. I had to manually add it like this:

  • <Resource name="jdbc/odkDB" auth="Container"
    type="javax.sql.DataSource"*
  •           maxActive="100" maxIdle="30" maxWait="10000"*
    
  •           username="odk_admin" password="******"
    

driverClassName="com.mysql.jdbc.Driver"*

  •           url="jdbc:mysql://localhost:3306/ODKAggregate"/>*
    

Secondly, it also did not update the web.xml to point to this resource
name. Thus, I also added this to the WEB-INF/web.xml:

  • *
  •    <description>DB Connection</description>*
    
  •    <res-ref-name>jdbc/odkdb</res-ref-name>*
    
  •    <res-type>javax.sql.DataSource</res-type>*
    
  •    <res-auth>Container</res-auth>*
    
  • *

I have used this installer: "*ODK Aggregate v1.2.0
windows-installer.exe" *I got from here:
http://code.google.com/p/opendatakit/downloads/list

Is this an isolated case?

The Aggregate server is now running and I have been able to download forms
and transmit data via my Android phones.

Thanks!

Raul

On Monday, October 22, 2012 11:48:04 PM UTC+8, Waylon Brunette wrote:

If you need assistance please provide more information so we can help.
Are you using Tomcat, what version? Did you use Aggregate's installer?

Waylon

On Mon, Oct 22, 2012 at 1:34 AM, Raul Maano simpl...@gmail.com wrote:

I am unable still to resolve this. The site just times out with no
error
message. How will I know what the cause of the problem is?

Raul

On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette wbru...@gmail.com wrote:

As an FYI, this is really a question better answered on the ODK
developers mailing list.

To answer your question there is no Aggregate.html any more, to reduce
confusion during an upgrade cycle we kept the name the same and had
the web container map it to a servlet so users would be unaware of the
change. It's currently mapped to a AggregateHtmlServlet as shown on
lines 162-168 in the web.xml.

http://code.google.com/p/**opendatakit/source/browse/**
eclipse-aggregate-gae/war/WEB-**INF/web.xml?repo=aggregate#162http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162

Cheers,
Waylon

On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano simpl...@gmail.com wrote:

Hi,

I have setup the Aggregate server on a windows server 2008.. It has
been
able to show the Awaiting Redirect page... but it could not find
Aggregate.html page.

I could not find this file also on any of the folders under it,

Need help. Thanks!

Raul M. Maano

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Server InformationTomcat VersionJVM VersionJVM VendorOS NameOS VersionOS
ArchitectureApache Tomcat/6.0.351.6.0_37-b06Sun Microsystems Inc.Windows
Server 2008 R26.1amd64
That's the specs given by the Tomcat Manager. It is running on IIS 7,
together with PHP and MySQL on a Windows 2008 server.

Everything's working fine now. Thanks!

Raul

··· On Wed, Oct 24, 2012 at 12:35 AM, Mitch S wrote:

What version of Tomcat are you running inside? Or are you using a
different Servlet 2.5 container (e.g., IIS)

Mitch

On Mon, Oct 22, 2012 at 9:49 PM, Raul Maano simplyraul@gmail.com wrote:

Hi,

Seems like the problem stems from the ODK aggregate installer.

The installer is not able to update the server.xml file to setup the
context for the database connection. I had to manually add it like this:

  • <Resource name="jdbc/odkDB" auth="Container"
    type="javax.sql.DataSource"*
  •           maxActive="100" maxIdle="30" maxWait="10000"*
    
  •           username="odk_admin" password="******"
    

driverClassName="com.mysql.jdbc.Driver"*

  •           url="jdbc:mysql://localhost:3306/ODKAggregate"/>*
    

Secondly, it also did not update the web.xml to point to this resource
name. Thus, I also added this to the WEB-INF/web.xml:

  • *
  •    <description>DB Connection</description>*
    
  •    <res-ref-name>jdbc/odkdb</res-ref-name>*
    
  •    <res-type>javax.sql.DataSource</res-type>*
    
  •    <res-auth>Container</res-auth>*
    
  • *

I have used this installer: "*ODK Aggregate v1.2.0
windows-installer.exe" *I got from here:
http://code.google.com/p/opendatakit/downloads/list

Is this an isolated case?

The Aggregate server is now running and I have been able to download
forms and transmit data via my Android phones.

Thanks!

Raul

On Monday, October 22, 2012 11:48:04 PM UTC+8, Waylon Brunette wrote:

If you need assistance please provide more information so we can help.
Are you using Tomcat, what version? Did you use Aggregate's installer?

Waylon

On Mon, Oct 22, 2012 at 1:34 AM, Raul Maano simpl...@gmail.com wrote:

I am unable still to resolve this. The site just times out with no
error
message. How will I know what the cause of the problem is?

Raul

On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette wbru...@gmail.com wrote:

As an FYI, this is really a question better answered on the ODK
developers mailing list.

To answer your question there is no Aggregate.html any more, to
reduce
confusion during an upgrade cycle we kept the name the same and had
the web container map it to a servlet so users would be unaware of
the
change. It's currently mapped to a AggregateHtmlServlet as shown on
lines 162-168 in the web.xml.

http://code.google.com/p/**opendatakit/source/browse/**
eclipse-aggregate-gae/war/WEB-**INF/web.xml?repo=aggregate#162http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162

Cheers,
Waylon

On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano simpl...@gmail.com wrote:

Hi,

I have setup the Aggregate server on a windows server 2008.. It has
been
able to show the Awaiting Redirect page... but it could not find
Aggregate.html page.

I could not find this file also on any of the folders under it,

Need help. Thanks!

Raul M. Maano

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

The configuration changes you did should not be required.

The one manual step that is commonly overlooked with MySQL Tomcat
installations is to download and copy the MySQL Connector/J library into
the Tomcat libs directory.

Failing to do this would cause the app not to start.

Perhaps you downloaded the Connector/J and did this configuration change at
about the same time?

Mitch

··· On Tue, Oct 23, 2012 at 5:37 PM, Raul Maano wrote:

Server InformationTomcat Version JVM Version JVM VendorOS Name OS VersionOS
Architecture Apache Tomcat/6.0.35 1.6.0_37-b06Sun Microsystems Inc. Windows
Server 2008 R26.1 amd64
That's the specs given by the Tomcat Manager. It is running on IIS 7,
together with PHP and MySQL on a Windows 2008 server.

Everything's working fine now. Thanks!

Raul

On Wed, Oct 24, 2012 at 12:35 AM, Mitch S mitchellsundt@gmail.com wrote:

What version of Tomcat are you running inside? Or are you using a
different Servlet 2.5 container (e.g., IIS)

Mitch

On Mon, Oct 22, 2012 at 9:49 PM, Raul Maano simplyraul@gmail.com wrote:

Hi,

Seems like the problem stems from the ODK aggregate installer.

The installer is not able to update the server.xml file to setup the
context for the database connection. I had to manually add it like this:

  • <Resource name="jdbc/odkDB" auth="Container"
    type="javax.sql.DataSource"*
  •           maxActive="100" maxIdle="30" maxWait="10000"*
    
  •           username="odk_admin" password="******"
    

driverClassName="com.mysql.jdbc.Driver"*

  •           url="jdbc:mysql://localhost:3306/ODKAggregate"/>*
    

Secondly, it also did not update the web.xml to point to this resource
name. Thus, I also added this to the WEB-INF/web.xml:

  • *
  •    <description>DB Connection</description>*
    
  •    <res-ref-name>jdbc/odkdb</res-ref-name>*
    
  •    <res-type>javax.sql.DataSource</res-type>*
    
  •    <res-auth>Container</res-auth>*
    
  • *

I have used this installer: "*ODK Aggregate v1.2.0
windows-installer.exe" *I got from here:
http://code.google.com/p/opendatakit/downloads/list

Is this an isolated case?

The Aggregate server is now running and I have been able to download
forms and transmit data via my Android phones.

Thanks!

Raul

On Monday, October 22, 2012 11:48:04 PM UTC+8, Waylon Brunette wrote:

If you need assistance please provide more information so we can help.
Are you using Tomcat, what version? Did you use Aggregate's installer?

Waylon

On Mon, Oct 22, 2012 at 1:34 AM, Raul Maano simpl...@gmail.com wrote:

I am unable still to resolve this. The site just times out with no
error
message. How will I know what the cause of the problem is?

Raul

On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette wbru...@gmail.com wrote:

As an FYI, this is really a question better answered on the ODK
developers mailing list.

To answer your question there is no Aggregate.html any more, to
reduce
confusion during an upgrade cycle we kept the name the same and had
the web container map it to a servlet so users would be unaware of
the
change. It's currently mapped to a AggregateHtmlServlet as shown on
lines 162-168 in the web.xml.

http://code.google.com/p/**opendatakit/source/browse/**
eclipse-aggregate-gae/war/WEB-**INF/web.xml?repo=aggregate#162http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162

Cheers,
Waylon

On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano simpl...@gmail.com wrote:

Hi,

I have setup the Aggregate server on a windows server 2008.. It
has been
able to show the Awaiting Redirect page... but it could not find
Aggregate.html page.

I could not find this file also on any of the folders under it,

Need help. Thanks!

Raul M. Maano

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Nope. Downloaded and copied Connector/J as instructed..

··· On Fri, Oct 26, 2012 at 12:10 AM, Mitch S wrote:

The configuration changes you did should not be required.

The one manual step that is commonly overlooked with MySQL Tomcat
installations is to download and copy the MySQL Connector/J library into
the Tomcat libs directory.

Failing to do this would cause the app not to start.

Perhaps you downloaded the Connector/J and did this configuration change
at about the same time?

Mitch

On Tue, Oct 23, 2012 at 5:37 PM, Raul Maano simplyraul@gmail.com wrote:

Server InformationTomcat Version JVM Version JVM VendorOS Name OS VersionOS
Architecture Apache Tomcat/6.0.35 1.6.0_37-b06Sun Microsystems Inc. Windows
Server 2008 R26.1 amd64
That's the specs given by the Tomcat Manager. It is running on IIS 7,
together with PHP and MySQL on a Windows 2008 server.

Everything's working fine now. Thanks!

Raul

On Wed, Oct 24, 2012 at 12:35 AM, Mitch S mitchellsundt@gmail.comwrote:

What version of Tomcat are you running inside? Or are you using a
different Servlet 2.5 container (e.g., IIS)

Mitch

On Mon, Oct 22, 2012 at 9:49 PM, Raul Maano simplyraul@gmail.comwrote:

Hi,

Seems like the problem stems from the ODK aggregate installer.

The installer is not able to update the server.xml file to setup the
context for the database connection. I had to manually add it like this:

  • <Resource name="jdbc/odkDB" auth="Container"
    type="javax.sql.DataSource"*
  •           maxActive="100" maxIdle="30" maxWait="10000"*
    
  •           username="odk_admin" password="******"
    

driverClassName="com.mysql.jdbc.Driver"*

  •           url="jdbc:mysql://localhost:3306/ODKAggregate"/>*
    

Secondly, it also did not update the web.xml to point to this resource
name. Thus, I also added this to the WEB-INF/web.xml:

  • *
  •    <description>DB Connection</description>*
    
  •    <res-ref-name>jdbc/odkdb</res-ref-name>*
    
  •    <res-type>javax.sql.DataSource</res-type>*
    
  •    <res-auth>Container</res-auth>*
    
  • *

I have used this installer: "*ODK Aggregate v1.2.0
windows-installer.exe" *I got from here:
http://code.google.com/p/opendatakit/downloads/list

Is this an isolated case?

The Aggregate server is now running and I have been able to download
forms and transmit data via my Android phones.

Thanks!

Raul

On Monday, October 22, 2012 11:48:04 PM UTC+8, Waylon Brunette wrote:

If you need assistance please provide more information so we can help.
Are you using Tomcat, what version? Did you use Aggregate's installer?

Waylon

On Mon, Oct 22, 2012 at 1:34 AM, Raul Maano simpl...@gmail.com wrote:

I am unable still to resolve this. The site just times out with no
error
message. How will I know what the cause of the problem is?

Raul

On Mon, Oct 22, 2012 at 11:31 AM, W. Brunette wbru...@gmail.com wrote:

As an FYI, this is really a question better answered on the ODK
developers mailing list.

To answer your question there is no Aggregate.html any more, to
reduce
confusion during an upgrade cycle we kept the name the same and had
the web container map it to a servlet so users would be unaware of
the
change. It's currently mapped to a AggregateHtmlServlet as shown
on
lines 162-168 in the web.xml.

http://code.google.com/p/**opendatakit/source/browse/**
eclipse-aggregate-gae/war/WEB-**INF/web.xml?repo=aggregate#162http://code.google.com/p/opendatakit/source/browse/eclipse-aggregate-gae/war/WEB-INF/web.xml?repo=aggregate#162

Cheers,
Waylon

On Sun, Oct 21, 2012 at 6:57 PM, Raul Maano simpl...@gmail.com wrote:

Hi,

I have setup the Aggregate server on a windows server 2008.. It
has been
able to show the Awaiting Redirect page... but it could not find
Aggregate.html page.

I could not find this file also on any of the folders under it,

Need help. Thanks!

Raul M. Maano

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@**googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en