Ann Richmond

Greenhorn
+ Follow
since Sep 16, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ann Richmond

Opps, forgot to thank you.
thanks
Ann
13 years ago
OK, sounds good. By the way, I STILL don't understand reflection. So my conclusion is the book would be a good book for me to get even tho I do java programming now.
Thanks
Ann
13 years ago
so Jeff, would I be correct in saying that your book could be considered a good summary of key java functions for the experienced (or semi experienced ) java programmer and for the new java programmer presents the key concepts that would normally be used in creating a functioning java application?

Thanks
Ann
13 years ago
Jeff,

Just a question, if a person (like me) already does their development in java, how is this different?

I mean, is the book still relevant and in what respects is Java for Android Development different than Java for any other web application?

thanks
Ann Richmond
13 years ago
Ok, here is what works:

/etc/apache2/sites-available file with no parms/redirect (just the top section of the file ):

Here is what it looks like when you need to redirect, in my case i am passing parms and the application does the redirecting:

Hopes this helps someone. Also I am running on Ubuntu 10.04 on an Amazon cloud server.
thanks for the help and pointing me in the right direction.
Ann
13 years ago
Rene and Tim,

I will try this.
1. remove the parms from the proxy lines
2.adding back in the rewrite rule and see if that works.

Thanks will update this with the results.
Ann
13 years ago
On our tomcat5.5 servers we use the mod_jk connector. In our /etc/apache2/sites-available file we have:

This works fine. and www.recycledplants.com will get you to the correct place.

However on Ubuntu 10.04 server with tomcat6 we setup ajp instead of mod_jk . so we have

When I try to get to recycledplants.randrinc.com (url for testing) I get a 404 error and

description: The requested resource (/op_ugw/orderportal/home%3Fswitchprofile=RecyledPlants) is not available.

the ? has been converted to %3F.

Is there a way to stop Apache from converting the ? to %3F.

Hope this makes sense.
thanks for any help Ann
13 years ago