1
vote
3answers
58 views
Migrating from Tomcat 5.5.x to 6.0.x.
I'm migrating an mature application from Tomcat 5.5.x to 6.0.x. What are the sticking points that I need to make sure that I address?
I use a couple of Tomcat's services that I s …
0
votes
4answers
45 views
Including Port numbers in %systemroot%\system32\drivers\etc\hosts File
Hi all,
Is it possible to include port numbers in hosts file? Reason that I'm asking is because I have sites that I'm trying to migrate from one hosting server to another, and the …
0
votes
1answer
24 views
How can I seamlessly handle migrations in production databases during deployment in Rails?
Is it standard practice to put db:migrate in my capistrano task, maybe before updating the code? I don't want to forget to add a column to production and get errors so I feel like …
0
votes
1answer
21 views
Rails add_test_data migration
Hey Guys,
Just working through the Agile Web Development with Rails book and near the closing chapters of the book I had to rollback the db a few times using db:migrate VERSION=0 …
1
vote
0answers
31 views
How to migrate a bare metal Linux installation to a virtual machine [closed]
I'd like to migrate a RHEL5 installation from a bare-metal installation to a virtual machine. I'm not very experienced when it comes to Linux backup and restore procedures, so I'm …
2
votes
3answers
41 views
How can I migrate my data from my rails app from mySql to SQLite
How can I migrate my data from my rails app from mySql to SQLite?
Is this possible?
1
vote
3answers
34 views
rake db:migrate running all migrations correctly
I'm fairly new to Ruby on Rails here.
I have 2 migrate files that were provided. The first one, prefixed with 001, creates a table and some columns for that table. The next migrat …
2
votes
1answer
38 views
Migrating a svn repo to git. Multiple app in svn repo need to broken into separate git repos.
I have a svn repo with various apps as subdirectory of a single svn repo. That worked because I could have checked out a partial, repo. As I cant do that with git obviously I need …
0
votes
0answers
11 views
Are there any Tools to Automate Migration from a Website to Amazon Webstore?
Hi guys,
we have a current website which shows the product, shopping cart and the whole shebang. and we're trying to migrate to Amazon web store, not the Cloud computing architectu …
2
votes
3answers
70 views
Migrate (monolithic) Classic ASP to ASP.Net
For many years I have had an objective of moving out of ASP/VBScript to a "better" language - my preference would be C# as I have skills in C - but I would consider other languages …
1
vote
3answers
52 views
Migrate Java Applet to what/where??
I am reviewing currently a medium size code base (around 30K LOC) which uses a huge Applet and interfaces with other systems.
It's a tool to create custom labels, so we need drag- …
1
vote
0answers
39 views
Joomla module works locally but displays nothing when hosted
Hello, I am new to joomla and I need to work on a joomla website for a school project. I modified an existing module to make it display featured projects and it does that flawlessl …
0
votes
1answer
16 views
Question regarding rails migration and synchronizing views
I am a Rails beginner and trying to understand how rails migration works.
I have created a scaffold like:
script/generate scaffold Item col1:string col2:text
rake db:migrate
I w …
0
votes
2answers
37 views
Using NSMigrationManager to append data to Core Data Persistent Store
I would like to append the contents from one sqlite file (that has been created using Core Data with a Model A) to another sqlite store that is used by my application (which uses t …
0
votes
2answers
33 views
Upgrading from Access 2003 to Access 2007 and SQL Server
I am maintaining a pretty large Access 2003 project with a MDB data file on the server and linked tables. The plan is to upgrade to Access 2007 (or even 2010) and SQL Server as the …
