Trying out the WP-Syntax WordPress plugin:
public class Hello { public static void main(String[] args) { System.out.println("Hello World!"); } }
Check it out at: http://wordpress.org/extend/plugins/wp-syntax/
Trying out the WP-Syntax WordPress plugin:
public class Hello { public static void main(String[] args) { System.out.println("Hello World!"); } }
Check it out at: http://wordpress.org/extend/plugins/wp-syntax/
Here’s a pretty cool WordPress plugin that lets Google know about your blog:
http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final
It was easier than I thought it would be to install Java and Tomcat. With a few apt-get commands, I had both Java and Tomcat up and running. The next step was to serve Tomcat through Apache. This was done by using the AJP Connector. Tomcat is running with AJP connector port 8009 and I can serve up JSPs and servlet content through Apache who is listening on port 80. Pretty slick 🙂
It was even easier to get a Rails app up and running on WEBrick on default port 3000.
Next steps will be to serve Rails content through Apache.
After trying to keep a blog numerous times already, I am committed to keep this one going!
It took me awhile to get setup after rebuilding my slice (I am hosted by SliceHost). Most of the time was spent having to google the commands I had to run and figuring out missing apache modules since this is all new to me. It’s been a good learning experience though 🙂
But after 4 hours, I’ve setup the following
Next steps are to get Java and Tomcat installed, as well as a sample Rails app up and running.