Search found 12 matches

by frank.essenberger
Thu Dec 22, 2016 2:09 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: Adjust Server Profile via XMLSnippets Java Example
Replies: 1
Views: 5445

Adjust Server Profile via XMLSnippets Java Example

In our current project, we had the requirement to include different speed profiles. If you use a local installation of xServer, you can add various profiles in the conf folder of the server and load them for your dia Matrix. However for the xServer internet, you have to stick with the profiles given...
by frank.essenberger
Thu Nov 17, 2016 8:28 am
Forum: PTV xTourServer
Topic: How to Make a overnight stay depending on distance to home
Replies: 3
Views: 5779

Re: How to Make a overnight stay depending on distance to ho

Yes this answers the question. Just to put this also in the Java API context I am using. We have on the one site the car object: Vehicle-> VehicleCosts->costsPerKm, fixedCosts... and on the other site the planning parameters object passed to planOvernightTour method: OvernightParams->costPerUnplanne...
by frank.essenberger
Wed Nov 16, 2016 2:59 pm
Forum: PTV xTourServer
Topic: Setting rules for break times
Replies: 4
Views: 7354

Setting rules for break times

Hello everybody, in our current project we would like to include break times in the planning of the tour. With break times we mean a rule set like this: On Monday make a break of 30 Minutes sometime between 12:00 and 13:00 (flexible break) On Tuesday no break On Wednesday make a break of 60 Minutes ...
by frank.essenberger
Wed Nov 16, 2016 2:52 pm
Forum: PTV xTourServer
Topic: How to Make a overnight stay depending on distance to home
Replies: 3
Views: 5779

How to Make a overnight stay depending on distance to home

Hello everybody,

in our current project we would like to model the following behavior: Depending on a critical distance to the home location, the driver should return to his home depot or make a overnight stay. Is such a thing possible?

Regards
Frank Essenberger
by frank.essenberger
Fri Jul 15, 2016 7:21 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 35257

Re: SSL Error

Hello Oliver,

I just wanted to ask, if there is a possibility without using the spring framework. In principle everything works fine, but the spring frameworks is huge and adds some many dependencies to the project.

Regards
Frank
by frank.essenberger
Thu May 19, 2016 2:06 pm
Forum: PTV xTourServer
Topic: Time Grid
Replies: 1
Views: 5882

Time Grid

Hello everybody, I have a question regarding the time grid of the route optimization. The tour planning works find in our scenario and leads results on the second scale for example: Tour Item 1: Driving time 01:23:17 Service Start 09:00:00 Service End 10:00:00 Tour Item 2: Driving time 01:17:06 Serv...
by frank.essenberger
Tue Mar 08, 2016 11:56 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 35257

Re: SSL Error

This would be even better. The I do not have to include the huge spring framework to my project.
by frank.essenberger
Tue Mar 08, 2016 8:06 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 35257

Re: SSL Error

Good morning, I just tested the proposed way and it worked just fine. Since this forum is also good for other people to look things up remember, that the classpath for the cxf.xml config is the WEB-INF/classes folder if you use a standard web project. I put it initally next to the web.xml just in th...
by frank.essenberger
Fri Mar 04, 2016 12:27 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 35257

Re: SSL Error

Hello together, I have heard that PTV is currently discussing and working on the problem. Thanks a lot for this support. Since we have quite a tough deadline for the delivery of our product it would be great if we find a quick and easy solution. Here I would like to also post a few ideas. Variant 1 ...
by frank.essenberger
Thu Mar 03, 2016 5:05 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: SSL Error
Replies: 14
Views: 35257

Re: SSL Error

Hello again, thank you for the support. However, I am still having the problem getting the connection to work. What does the statement: "...the custom truststrore should work..., as the initialization is done on a global object" precisely mean? The PTV java client running on the server, mu...