cancel
Showing results for 
Search instead for 
Did you mean: 

change project name or ear?

Former Member
0 Kudos

Hi,

I'm making an application using adobe interactive forms, but now I need to change the url whereto it is deployed. Apart from the name of the application, do you need to change the name of the project or the name of the .ear-file. And what is the correct way to do so.

thanks in advance,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Tom,

To change the name for your already existing application you need to edit the .project file(in notepad) in the application.

There you can see some code like this

<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>

<b><name>com.lii.wwhc.araging</name></b>

<comment></comment>

Here the name can be changed to whatever you like and then save the file.

Then change the name of the main folder also, then you can open the application with the new name.

Please let me know if that doesnt solve your problem.

Thanks,

kris

Answers (1)

Answers (1)

Former Member
0 Kudos

thank you!