Jez Day

Greenhorn
+ Follow
since Jan 09, 2009
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 Jez Day

Hi,

I have a serializable JAXB object. I have a client that calls a web server. When I try a POST or PUT using XML in the body it's fine. But when I try and send the serialized JAXB object I see nothing:

Client:



Server:



Anyone know what I'm doing wrong?

Cheers,

Jez
13 years ago
Hi,

Have been using tomcat on Windows for years with Eclipse, programming Java for about 10 years. Have bought myself a Mac and thought I'd move some of my apps over.

So, downloaded Eclipse. Downloaded Tomcat. Run Eclipse from within tomcat and it starts and runs without error. Add a simple JSP page, change the web.xml then point my poage to http://localhost:8080/index.html and...

The requested resource (/index.html) is not available.

When I try and start the server from the cmd line (oh dear Unix, it has been some time...) I get:

The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program




Bit lost as my Unix is rusty as I develop in Windows sadly, not sure if I need to set some env variables.

All help will be met with whoops of joy!

Cheers

Jez (was this Mac such a good idea...)