Re: [appengine-java] two accounts

2011-06-18 Thread Stephen Johnson
If you set up your domain through Google Apps then remove Google Sites
from the account where you set up your domain name and add App Engine
to that account specifying your appengine id. I think that if you used
Google Apps to add your domain then your DNS settings should be fine,
but I can't remember off the top of my head if anything has to be
changed there but I don't think so. It may take a while for the Google
Sites to stop serving traffic and for your appspot.com to start
serving that traffic. This is at least what I've done and it's worked
for me. I hope I haven't forgotten any steps.

Stephen

On Fri, Jun 17, 2011 at 4:10 PM, Steve steve.flenni...@gmail.com wrote:
 I created a Google App Engine application and deployed it at appspot.com.
 Then I decided to buy a domain name through Google Apps and use that with
 the site.  I cannot figure out how to use the new domain with the site.  I
 think my problem is that I now have two Google accounts, the original one
 with my appspot application and a new one with my new domain.  Any ideas on
 how to fix this?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/hwPF-2QsW9wJ.
 To post to this group, send email to google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] two accounts

2011-06-18 Thread Steve
I like the idea of switching some settings so I can use my original account 
with my new domain.  It seems better than moving my code and data to the new 
account. It is a royal pain switching between two Google accounts and it 
would be nice to have just one.

How do I remove Google Sites and add App Engine specifying my appengine id? 


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/DvYHK377SCUJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] two accounts

2011-06-18 Thread Stephen Johnson
Log into your apps account:

www.google.com/a/YOURDOMAIN.com

On your dashboard remove Google Sites, then click Add More Services to
add your App Engine account


On Sat, Jun 18, 2011 at 2:30 PM, Steve steve.flenni...@gmail.com wrote:
 I like the idea of switching some settings so I can use my original account
 with my new domain.  It seems better than moving my code and data to the new
 account. It is a royal pain switching between two Google accounts and it
 would be nice to have just one.

 How do I remove Google Sites and add App Engine specifying my appengine id?


 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/DvYHK377SCUJ.
 To post to this group, send email to google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] two accounts

2011-06-18 Thread Steve
Thank you.  I was able to remove the default site and add my app engine id 
to my new domain.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/NYMCCkw6yMkJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] two accounts

2011-06-18 Thread Stephen Johnson
Cool. Your welcome.

On Sat, Jun 18, 2011 at 4:45 PM, Steve steve.flenni...@gmail.com wrote:
 Thank you.  I was able to remove the default site and add my app engine id
 to my new domain.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/NYMCCkw6yMkJ.
 To post to this group, send email to google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] two accounts

2011-06-17 Thread Steve
I created a Google App Engine application and deployed it at appspot.com. 
Then I decided to buy a domain name through Google Apps and use that with 
the site.  I cannot figure out how to use the new domain with the site.  I 
think my problem is that I now have two Google accounts, the original one 
with my appspot application and a new one with my new domain.  Any ideas on 
how to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/hwPF-2QsW9wJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.